org.cyberiantiger.console
Class ElephantMUDConsoleAction
java.lang.Object
org.cyberiantiger.console.AbstractConsoleAction
org.cyberiantiger.console.ElephantMUDConsoleAction
- All Implemented Interfaces:
- ConsoleAction
- public class ElephantMUDConsoleAction
- extends AbstractConsoleAction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_WRAP
public static final int NO_WRAP
- See Also:
- Constant Field Values
NO_BLOCK
public static final int NO_BLOCK
- See Also:
- Constant Field Values
NO_BUFFER
public static final int NO_BUFFER
- See Also:
- Constant Field Values
IS_INVIS
public static final int IS_INVIS
- See Also:
- Constant Field Values
IS_DEAD
public static final int IS_DEAD
- See Also:
- Constant Field Values
IS_CHANNEL
public static final int IS_CHANNEL
- See Also:
- Constant Field Values
NO_NEWLINE
public static final int NO_NEWLINE
- See Also:
- Constant Field Values
ElephantMUDConsoleAction
public ElephantMUDConsoleAction(java.lang.String data)
ElephantMUDConsoleAction
public ElephantMUDConsoleAction(java.lang.String pClass,
java.lang.String sClass,
java.lang.String orig,
int flags,
int indent,
int wrapAt,
java.lang.String data)
getPrimaryClass
public java.lang.String getPrimaryClass()
getSecondaryClass
public java.lang.String getSecondaryClass()
getOrigin
public java.lang.String getOrigin()
getFlags
public int getFlags()
getIndent
public int getIndent()
getWrapAt
public int getWrapAt()
getData
public java.lang.String getData()
apply
public void apply(Console con)
appendToBuffer
public void appendToBuffer(java.lang.StringBuffer buffer)
- Specified by:
appendToBuffer in interface ConsoleAction- Overrides:
appendToBuffer in class AbstractConsoleAction
Copyright © 2003 OSJava. All Rights Reserved.