|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.mathpadapp.mathtool.MathToolControlPanel
public class MathToolControlPanel
The Class MathToolControlPanel.
Nested Class Summary | |
---|---|
static interface |
MathToolControlPanel.ControlPanelListener
The listener interface for receiving controlPanel events. |
Constructor Summary | |
---|---|
MathToolControlPanel(ContentSystem contentSystem,
MathTool tool)
Instantiates a new math tool control panel. |
Method Summary | |
---|---|
void |
addControlPanelListener(MathToolControlPanel.ControlPanelListener listener)
Adds the control panel listener. |
OrthoContainer |
getContentPanel()
Gets the content panel. |
int |
getHeight()
Gets the height. |
ContentItem |
getLoginButton()
Gets the login button. |
SimpleButton |
getSolutionButton()
Gets the solution button. |
int |
getWidth()
Gets the width. |
void |
init(MathToolInitSettings settings)
Inits the. |
void |
registerButton(SimpleButton button)
Register button. |
void |
removeControlPanelListeners()
Removes the control panel listeners. |
void |
setLayout()
Sets the layout. |
void |
unregisterButton(SimpleButton button)
Unregister button. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MathToolControlPanel(ContentSystem contentSystem, MathTool tool)
contentSystem
- the content systemtool
- the toolMethod Detail |
---|
public void addControlPanelListener(MathToolControlPanel.ControlPanelListener listener)
listener
- the listenerpublic OrthoContainer getContentPanel()
public int getHeight()
public ContentItem getLoginButton()
public SimpleButton getSolutionButton()
public int getWidth()
public void init(MathToolInitSettings settings)
settings
- the settingspublic void registerButton(SimpleButton button)
button
- the buttonpublic void removeControlPanelListeners()
public void setLayout()
public void unregisterButton(SimpleButton button)
button
- the button
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |