|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.mathpadapp.conceptmapping.GraphNode
apps.mathpadapp.util.MTFrame
apps.mathpadapp.util.MTDialog
apps.mathpadapp.util.MTMessageBox
public class MTMessageBox
The Class MTMessageBox.
| Nested Class Summary | |
|---|---|
static interface |
MTMessageBox.MessageListener
The listener interface for receiving message events. |
| Nested classes/interfaces inherited from class apps.mathpadapp.conceptmapping.GraphNode |
|---|
GraphNode.ConceptMapListener |
| Constructor Summary | |
|---|---|
MTMessageBox(MTFrame parentFrame,
ContentSystem contentSystem)
Instantiates a new MT message box. |
|
| Method Summary | |
|---|---|
void |
addMessageListener(MTMessageBox.MessageListener listener)
Adds the message listener. |
SimpleButton |
getCancelButton()
Gets the cancel button. |
SimpleButton |
getOkButton()
Gets the ok button. |
void |
removeMessageListeners()
Removes the message listeners. |
void |
setMessage(java.lang.String text)
Sets the message. |
| Methods inherited from class apps.mathpadapp.util.MTDialog |
|---|
close, getParent, isModal, setModal, setVisible |
| Methods inherited from class apps.mathpadapp.util.MTFrame |
|---|
getTitle, getTopBar, getWindow, setHeight, setTitle, setWidth |
| Methods inherited from class apps.mathpadapp.conceptmapping.GraphNode |
|---|
addConceptMapListener, fireNodeConnected, fireNodeDisconnected, getClosePoint, getGraphManager, getIncomingLinks, getLinkPoint, getLocation, getName, getNodeItem, getOutgoingLinks, isLinkable, registerIncomingLink, registerOutgoingLink, remove, removeConceptMapListeners, setClosePoint, setLinkable, setLinkPoint, setLocation, unregisterAllLinks, unregisterLink, updateConnectionPoints |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MTMessageBox(MTFrame parentFrame,
ContentSystem contentSystem)
parentFrame - the parent framecontentSystem - the content system| Method Detail |
|---|
public void addMessageListener(MTMessageBox.MessageListener listener)
listener - the listenerpublic SimpleButton getCancelButton()
public SimpleButton getOkButton()
public void removeMessageListeners()
public void setMessage(java.lang.String text)
text - the new message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||