synergynetframework.appsystem.services.net.networkedcontentmanager.utils
Class ProjectorNode
java.lang.Object
apps.conceptmap.graphcomponents.GraphComponent
apps.conceptmap.graphcomponents.nodes.GraphNode
apps.conceptmap.graphcomponents.nodes.QuadNode
synergynetframework.appsystem.services.net.networkedcontentmanager.utils.ProjectorNode
public class ProjectorNode
- extends QuadNode
The Class ProjectorNode.
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.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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectorNode
public ProjectorNode(TableIdentity tableId,
NetworkedContentManager networkManager)
- Instantiates a new projector node.
- Parameters:
tableId
- the table idnetworkManager
- the network manager
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