apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes
Class TextNode

java.lang.Object
  extended by apps.projectmanagement.component.workflowchart.core.graphcomponents.GraphComponent
      extended by apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes.GraphNode
          extended by apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes.QuadNode
              extended by apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes.EditableQuadNode
                  extended by apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes.TextNode
Direct Known Subclasses:
OptionMessage

public class TextNode
extends EditableQuadNode

The Class TextNode.


Nested Class Summary
 
Nested classes/interfaces inherited from class apps.projectmanagement.component.workflowchart.core.graphcomponents.GraphComponent
GraphComponent.OptionMessageListener
 
Field Summary
 
Fields inherited from class apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes.GraphNode
BOTTOM_LEFT_CORNER, BOTTOM_RIGHT_CORNER, MIDDLE, TOP_LEFT_CORNER, TOP_RIGHT_CORNER
 
Constructor Summary
TextNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new text node.
 
Method Summary
 MultiLineTextLabel getMultiLineTextLabel()
          Gets the multi line text label.
 java.lang.String getText()
          Gets the text.
 void setText(java.lang.String text)
          Sets the text.
 
Methods inherited from class apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes.EditableQuadNode
getEditButton, getKeyboardNode, setEditPointLocation, showAndLinkKeyboard, updateNode
 
Methods inherited from class apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes.QuadNode
getNodeContent, setCloseButtonLocation, setLinkButtonLocation
 
Methods inherited from class apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes.GraphNode
addConceptMapListener, contains, fireNodeConnected, fireNodeDisconnected, getCloseButton, getIncomingLinks, getLinkButton, getLocation, getName, getNodeContainer, getOrder, getOutgoingLinks, isLinkable, isVisible, registerIncomingLink, registerOutgoingLink, remove, removeConceptMapListeners, setEditable, setLinkable, setLocation, setOrder, setScale, setVisible, unregisterAllLinks, unregisterLink, updateConnectionPoints
 
Methods inherited from class apps.projectmanagement.component.workflowchart.core.graphcomponents.GraphComponent
addOptionMessageListener, fireMessageProcessed, removeOptionMessageListeners
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextNode

public TextNode(ContentSystem contentSystem,
                GraphManager gManager)
Instantiates a new text node.

Parameters:
contentSystem - the content system
gManager - the g manager
Method Detail

getMultiLineTextLabel

public MultiLineTextLabel getMultiLineTextLabel()
Gets the multi line text label.

Returns:
the multi line text label

getText

public java.lang.String getText()
Description copied from class: EditableQuadNode
Gets the text.

Specified by:
getText in class EditableQuadNode
Returns:
the text

setText

public void setText(java.lang.String text)
Description copied from class: EditableQuadNode
Sets the text.

Specified by:
setText in class EditableQuadNode
Parameters:
text - the new text