|
||||||||||
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
public abstract class MTDialog
The Class MTDialog.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class apps.mathpadapp.conceptmapping.GraphNode |
---|
GraphNode.ConceptMapListener |
Constructor Summary | |
---|---|
MTDialog(MTFrame parentFrame,
ContentSystem contentSystem)
Instantiates a new MT dialog. |
|
MTDialog(MTFrame parentFrame,
ContentSystem contentSystem,
GraphManager graphManager)
Instantiates a new MT dialog. |
Method Summary | |
---|---|
void |
close()
Close. |
MTFrame |
getParent()
Gets the parent. |
boolean |
isModal()
Checks if is modal. |
void |
setModal(boolean isModal)
Sets the modal. |
void |
setVisible(boolean isVisible)
Sets the visible. |
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 MTDialog(MTFrame parentFrame, ContentSystem contentSystem)
parentFrame
- the parent framecontentSystem
- the content systempublic MTDialog(MTFrame parentFrame, ContentSystem contentSystem, GraphManager graphManager)
parentFrame
- the parent framecontentSystem
- the content systemgraphManager
- the graph managerMethod Detail |
---|
public void close()
MTFrame
close
in class MTFrame
public MTFrame getParent()
public boolean isModal()
public void setModal(boolean isModal)
isModal
- the new modalpublic void setVisible(boolean isVisible)
isVisible
- the new visible
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |