|
||||||||||
| 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
public abstract class MTFrame
The Class MTFrame.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class apps.mathpadapp.conceptmapping.GraphNode |
|---|
GraphNode.ConceptMapListener |
| Constructor Summary | |
|---|---|
MTFrame(ContentSystem contentSystem)
Instantiates a new MT frame. |
|
MTFrame(ContentSystem contentSystem,
GraphManager graphManager)
Instantiates a new MT frame. |
|
| Method Summary | |
|---|---|
void |
close()
Close. |
java.lang.String |
getTitle()
Gets the title. |
Window |
getTopBar()
Gets the top bar. |
Window |
getWindow()
Gets the window. |
void |
setHeight(int height)
Sets the height. |
void |
setTitle(java.lang.String text)
Sets the title. |
void |
setWidth(int width)
Sets the width. |
| 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 MTFrame(ContentSystem contentSystem)
contentSystem - the content system
public MTFrame(ContentSystem contentSystem,
GraphManager graphManager)
contentSystem - the content systemgraphManager - the graph manager| Method Detail |
|---|
public void close()
public java.lang.String getTitle()
public Window getTopBar()
public Window getWindow()
public void setHeight(int height)
height - the new heightpublic void setTitle(java.lang.String text)
text - the new titlepublic void setWidth(int width)
width - the new width
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||