Uses of Class
apps.mathpadapp.mathtool.MathTool.WritingState

Packages that use MathTool.WritingState
apps.mathpadapp.mathtool   
 

Uses of MathTool.WritingState in apps.mathpadapp.mathtool
 

Methods in apps.mathpadapp.mathtool that return MathTool.WritingState
 MathTool.WritingState MathTool.getCurrentWritingState()
          Gets the current writing state.
 MathTool.WritingState MathToolInitSettings.getWritingState()
          Gets the writing state.
static MathTool.WritingState MathTool.WritingState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MathTool.WritingState[] MathTool.WritingState.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.WritingState
 void MathToolInitSettings.setWritingState(MathTool.WritingState initWritingState)
          Sets the writing state.
 void MathTool.setWritingState(MathTool.WritingState initWritingState)
          Sets the writing state.
 void MathToolControlPanel.ControlPanelListener.writingStateChanged(MathTool.WritingState writingState)
          Writing state changed.
 void ControlPanelListenerImpl.writingStateChanged(MathTool.WritingState writingState)