|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.mathpadapp.conceptmapping.GraphNode
apps.mathpadapp.controllerapp.tablecontroller.RemoteDesktop
public abstract class RemoteDesktop
The Class RemoteDesktop.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class apps.mathpadapp.conceptmapping.GraphNode |
---|
GraphNode.ConceptMapListener |
Constructor Summary | |
---|---|
RemoteDesktop(ContentSystem contentSystem,
NetworkedContentManager networkManager)
Instantiates a new remote desktop. |
Method Summary | |
---|---|
void |
addOnlineItem(ContentItem item)
Adds the online item. |
void |
addOnlineItems(java.util.List<ContentItem> items)
Adds the online items. |
abstract void |
createSyncRenderer()
Creates the sync renderer. |
Window |
getDesktopWindow()
Gets the desktop window. |
java.util.List<ContentItem> |
getOnlineItems()
Gets the online items. |
SyncRenderer |
getSyncRenderer()
Gets the sync renderer. |
TableIdentity |
getTableId()
Gets the table id. |
void |
removeOnlineItem(ContentItem item)
Removes the online item. |
void |
removeOnlineItems()
Removes the online items. |
void |
setSyncRenderer(SyncRenderer syncRenderer)
Sets the sync renderer. |
void |
setTableId(TableIdentity tableId)
Sets the table id. |
void |
updateNode()
Update node. |
Methods inherited from class apps.mathpadapp.conceptmapping.GraphNode |
---|
addConceptMapListener, fireNodeConnected, fireNodeDisconnected, getClosePoint, getGraphManager, getIncomingLinks, getLinkPoint, getLocation, getName, getNodeItem, getOutgoingLinks, isLinkable, registerIncomingLink, registerOutgoingLink, remove, removeConceptMapListeners, setClosePoint, setLinkable, setLinkPoint, setLocation, unregisterAllLinks, unregisterLink, updateConnectionPoints |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteDesktop(ContentSystem contentSystem, NetworkedContentManager networkManager)
contentSystem
- the content systemnetworkManager
- the network managerMethod Detail |
---|
public void addOnlineItem(ContentItem item)
item
- the itempublic void addOnlineItems(java.util.List<ContentItem> items)
items
- the itemspublic abstract void createSyncRenderer()
public Window getDesktopWindow()
public java.util.List<ContentItem> getOnlineItems()
public SyncRenderer getSyncRenderer()
public TableIdentity getTableId()
public void removeOnlineItem(ContentItem item)
item
- the itempublic void removeOnlineItems()
public void setSyncRenderer(SyncRenderer syncRenderer)
syncRenderer
- the new sync rendererpublic void setTableId(TableIdentity tableId)
tableId
- the new table idpublic void updateNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |