|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.conceptmap.graphcomponents.GraphComponent
apps.conceptmap.graphcomponents.nodes.GraphNode
synergynetframework.appsystem.services.net.networkedcontentmanager.utils.RemoteDesktop
public class RemoteDesktop
The Class RemoteDesktop.
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 | |
---|---|
RemoteDesktop(TableIdentity tableId,
NetworkedContentManager networkManager)
Instantiates a new remote desktop. |
Method Summary | |
---|---|
void |
addNoteContainerForItem(ContentItem item,
ContentItem noteItem)
Adds the note container for item. |
OrthoContainer |
getDesktopWindow()
Gets the desktop window. |
Location |
getLocation()
Gets the location. |
java.util.Map<java.lang.String,ContentItem> |
getOnlineItems()
Gets the online items. |
TableIdentity |
getTableId()
Gets the table id. |
void |
removeNoteContainerForItem(ContentItem item)
Removes the note container for item. |
void |
removeOnlineItems()
Removes the online items. |
void |
setCloseButtonLocation(java.lang.String location)
Sets the close button location. |
void |
setDesktopWindow(OrthoContainer desktopWindow)
Sets the desktop window. |
void |
setLinkButtonLocation(java.lang.String location)
Sets the link button location. |
void |
setOnlineItems(java.util.Map<java.lang.String,ContentItem> onlineItems)
Sets the online items. |
void |
setTableId(TableIdentity tableId)
Sets the table id. |
void |
updateNode()
Update node. |
Methods inherited from class apps.conceptmap.graphcomponents.nodes.GraphNode |
---|
addConceptMapListener, contains, fireNodeConnected, fireNodeDisconnected, getCloseButton, getIncomingLinks, getLinkButton, getName, getNodeContainer, getOrder, getOutgoingLinks, isLinkable, isVisible, registerIncomingLink, registerOutgoingLink, remove, removeConceptMapListeners, setLinkable, setLocation, setOrder, setScale, setVisible, unregisterAllLinks, unregisterLink, updateConnectionPoints |
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 |
---|
public RemoteDesktop(TableIdentity tableId, NetworkedContentManager networkManager)
tableId
- the table idnetworkManager
- the network managerMethod Detail |
---|
public void addNoteContainerForItem(ContentItem item, ContentItem noteItem)
item
- the itemnoteItem
- the note itempublic OrthoContainer getDesktopWindow()
public Location getLocation()
GraphNode
getLocation
in class GraphNode
public java.util.Map<java.lang.String,ContentItem> getOnlineItems()
public TableIdentity getTableId()
public void removeNoteContainerForItem(ContentItem item)
item
- the itempublic void removeOnlineItems()
public void setCloseButtonLocation(java.lang.String location)
GraphNode
setCloseButtonLocation
in class GraphNode
location
- the new close button locationpublic void setDesktopWindow(OrthoContainer desktopWindow)
desktopWindow
- the new desktop windowpublic void setLinkButtonLocation(java.lang.String location)
GraphNode
setLinkButtonLocation
in class GraphNode
location
- the new link button locationpublic void setOnlineItems(java.util.Map<java.lang.String,ContentItem> onlineItems)
onlineItems
- the online itemspublic void setTableId(TableIdentity tableId)
tableId
- the new table idpublic void updateNode()
GraphNode
updateNode
in class GraphNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |