public class ModeAdjustment
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ModeAdjustment.Action
Enum of mode action types.
|
Constructor and Description |
---|
ModeAdjustment(ModeAdjustment.Action action,
char mode,
java.lang.String argument) |
Modifier and Type | Method and Description |
---|---|
ModeAdjustment.Action |
getAction()
Indicates if the mode is being applied or removed
|
java.lang.String |
getArgument()
This will return the argument for
this mode if any.
|
char |
getMode()
Get the mode for this adjustment
|
java.lang.String |
toString() |
public ModeAdjustment(ModeAdjustment.Action action, char mode, java.lang.String argument)
public ModeAdjustment.Action getAction()
public char getMode()
public java.lang.String getArgument()
public java.lang.String toString()
toString
in class java.lang.Object