synergynetframework.appsystem.services.net.networkedcontentmanager.utils
Class ProjectorNode

java.lang.Object
  extended by apps.conceptmap.graphcomponents.GraphComponent
      extended by apps.conceptmap.graphcomponents.nodes.GraphNode
          extended by apps.conceptmap.graphcomponents.nodes.QuadNode
              extended by synergynetframework.appsystem.services.net.networkedcontentmanager.utils.ProjectorNode

public class ProjectorNode
extends QuadNode

The Class ProjectorNode.


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
ProjectorNode(TableIdentity tableId, NetworkedContentManager networkManager)
          Instantiates a new projector node.
 
Method Summary
 TableIdentity getTableId()
          Gets the table id.
 boolean isBeingUsed()
          Checks if is being used.
 boolean isShowOn()
          Checks if is show on.
 void setBeingUsed(boolean isUsed)
          Sets the being used.
 void synchronise(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> synchronisedItems)
          Synchronise.
 
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, updateNode
 
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

ProjectorNode

public ProjectorNode(TableIdentity tableId,
                     NetworkedContentManager networkManager)
Instantiates a new projector node.

Parameters:
tableId - the table id
networkManager - the network manager
Method Detail

getTableId

public TableIdentity getTableId()
Gets the table id.

Returns:
the table id

isBeingUsed

public boolean isBeingUsed()
Checks if is being used.

Returns:
true, if is being used

isShowOn

public boolean isShowOn()
Checks if is show on.

Returns:
true, if is show on

setBeingUsed

public void setBeingUsed(boolean isUsed)
Sets the being used.

Parameters:
isUsed - the new being used

synchronise

public void synchronise(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> synchronisedItems)
Synchronise.

Parameters:
synchronisedItems - the synchronised items