|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MathTool.SeparatorState | |
---|---|
apps.mathpadapp.controllerapp.assignmentbuilder | |
apps.mathpadapp.mathtool |
Uses of MathTool.SeparatorState in apps.mathpadapp.controllerapp.assignmentbuilder |
---|
Methods in apps.mathpadapp.controllerapp.assignmentbuilder with parameters of type MathTool.SeparatorState | |
---|---|
void |
AssignmentBuilderListenerImpl.separatorChanged(MathTool.SeparatorState newState)
|
Uses of MathTool.SeparatorState in apps.mathpadapp.mathtool |
---|
Methods in apps.mathpadapp.mathtool that return MathTool.SeparatorState | |
---|---|
MathTool.SeparatorState |
MathToolInitSettings.getSeparatorState()
Gets the separator state. |
static MathTool.SeparatorState |
MathTool.SeparatorState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MathTool.SeparatorState[] |
MathTool.SeparatorState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in apps.mathpadapp.mathtool with parameters of type MathTool.SeparatorState | |
---|---|
void |
MathTool.MathToolListener.separatorChanged(MathTool.SeparatorState newState)
Separator changed. |
void |
MathToolInitSettings.setSeparatorState(MathTool.SeparatorState separatorState)
Sets the separator state. |
void |
MathTool.setSeparatorState(MathTool.SeparatorState separatorState)
Sets the separator state. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |