|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MathToolControlPanel.ControlPanelListener
The listener interface for receiving controlPanel events. The class that
is interested in processing a controlPanel event implements this
interface, and the object created with that class is registered with a
component using the component's
addControlPanelListener
method. When
the controlPanel event occurs, that object's appropriate
method is invoked.
ControlPanelEvent
Method Summary
void
answerPadDisplayed()
Answer pad displayed.
void
lineWidthChanged(float lineWidth)
Line width changed.
void
padChanged(int padIndex)
Pad changed.
void
padCleared()
Pad cleared.
void
padCreated(MathPad newPad)
Invoked when pad is created.
void
padRemoved(int padIndex)
Pad removed.
void
textColorChanged(java.awt.Color textColor)
Text color changed.
void
writingStateChanged(MathTool.WritingState writingState)
Writing state changed.
Method Detail
answerPadDisplayed
void answerPadDisplayed()
lineWidthChanged
void lineWidthChanged(float lineWidth)
lineWidth
- the line width
padChanged
void padChanged(int padIndex)
padIndex
- the pad index
padCleared
void padCleared()
padCreated
void padCreated(MathPad newPad)
newPad
- the new pad
padRemoved
void padRemoved(int padIndex)
padIndex
- the pad index
textColorChanged
void textColorChanged(java.awt.Color textColor)
textColor
- the text color
writingStateChanged
void writingStateChanged(MathTool.WritingState writingState)
writingState
- the writing state
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD