|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.conceptmap.graphcomponents.GraphComponent
apps.conceptmap.graphcomponents.nodes.GraphNode
apps.conceptmap.graphcomponents.nodes.QuadNode
apps.conceptmap.graphcomponents.nodes.EditableQuadNode
public abstract class EditableQuadNode
The Class EditableQuadNode.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class apps.conceptmap.graphcomponents.GraphComponent |
|---|
GraphComponent.OptionMessageListener |
| Field Summary |
|---|
| Fields inherited from class apps.conceptmap.graphcomponents.nodes.GraphNode |
|---|
BOTTOM_LEFT_CORNER, BOTTOM_RIGHT_CORNER, MIDDLE, TOP_LEFT_CORNER, TOP_RIGHT_CORNER |
| Constructor Summary | |
|---|---|
EditableQuadNode(ContentSystem contentSystem,
GraphManager gManager)
Instantiates a new editable quad node. |
|
| Method Summary | |
|---|---|
SimpleButton |
getEditButton()
Gets the edits the button. |
abstract java.lang.String |
getText()
Gets the text. |
void |
setEditPointLocation(java.lang.String location)
Sets the edits the point location. |
abstract void |
setText(java.lang.String text)
Sets the text. |
void |
showAndLinkKeyboard(EditableQuadNode edittedNode)
Show and link keyboard. |
void |
updateNode()
Update node. |
| Methods inherited from class apps.conceptmap.graphcomponents.nodes.QuadNode |
|---|
getNodeContent, setCloseButtonLocation, setLinkButtonLocation |
| Methods inherited from class apps.conceptmap.graphcomponents.nodes.GraphNode |
|---|
addConceptMapListener, contains, fireNodeConnected, fireNodeDisconnected, getCloseButton, getIncomingLinks, getLinkButton, getLocation, getName, getNodeContainer, getOrder, getOutgoingLinks, isLinkable, isVisible, registerIncomingLink, registerOutgoingLink, remove, removeConceptMapListeners, setLinkable, setLocation, setOrder, setScale, setVisible, unregisterAllLinks, unregisterLink, updateConnectionPoints |
| Methods inherited from class apps.conceptmap.graphcomponents.GraphComponent |
|---|
addOptionMessageListener, fireMessageProcessed, removeOptionMessageListeners |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EditableQuadNode(ContentSystem contentSystem,
GraphManager gManager)
contentSystem - the content systemgManager - the g manager| Method Detail |
|---|
public SimpleButton getEditButton()
public abstract java.lang.String getText()
public void setEditPointLocation(java.lang.String location)
location - the new edits the point locationpublic abstract void setText(java.lang.String text)
text - the new textpublic void showAndLinkKeyboard(EditableQuadNode edittedNode)
edittedNode - the editted nodepublic void updateNode()
GraphNode
updateNode in class GraphNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||