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

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

public class KeyboardNode
extends QuadNode

The Class KeyboardNode.


Nested Class Summary
static interface KeyboardNode.KeyboardListener
          The listener interface for receiving keyboard events.
 
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
KeyboardNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new keyboard node.
 
Method Summary
 void addKeyListener(KeyboardNode.KeyboardListener l)
          Adds the key listener.
 void fireKeyPressed(java.awt.event.KeyEvent evt)
          Fire key pressed.
 void fireKeyReleased(java.awt.event.KeyEvent evt)
          Fire key released.
 
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, updateNode
 
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

KeyboardNode

public KeyboardNode(ContentSystem contentSystem,
                    GraphManager gManager)
Instantiates a new keyboard node.

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

addKeyListener

public void addKeyListener(KeyboardNode.KeyboardListener l)
Adds the key listener.

Parameters:
l - the l

fireKeyPressed

public void fireKeyPressed(java.awt.event.KeyEvent evt)
Fire key pressed.

Parameters:
evt - the evt

fireKeyReleased

public void fireKeyReleased(java.awt.event.KeyEvent evt)
Fire key released.

Parameters:
evt - the evt