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

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.ImageTextNode

public class ImageTextNode
extends EditableQuadNode

The Class ImageTextNode.


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
ImageTextNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new image text node.
 
Method Summary
 ImageTextLabel getImageTextLabel()
          Gets the image text label.
 java.lang.String getText()
          Gets the text.
 void setImageResource(java.net.URL imageResource)
          Sets the image resource.
 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

ImageTextNode

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

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

getImageTextLabel

public ImageTextLabel getImageTextLabel()
Gets the image text label.

Returns:
the image 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

setImageResource

public void setImageResource(java.net.URL imageResource)
Sets the image resource.

Parameters:
imageResource - the new image resource

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