|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.mathpadapp.networkmanager.managers.remotedesktopmanager.RemoteDesktopManager
public class RemoteDesktopManager
The Class RemoteDesktopManager.
Constructor Summary | |
---|---|
RemoteDesktopManager(NetworkedContentManager networkedContentManager,
java.util.ArrayList<java.lang.Class<?>> controllerClasses,
java.util.ArrayList<java.lang.Class<?>> targetClasses)
Instantiates a new remote desktop manager. |
Method Summary | |
---|---|
MathPadRemoteDesktop |
createRemoteDesktopNode(TableIdentity tableId)
Creates the remote desktop node. |
java.util.HashMap<TableIdentity,MathPadRemoteDesktop> |
getMathPadRemoteDesktops()
Gets the math pad remote desktops. |
void |
unregisterRemoteDesktop(TableIdentity tableId)
Unregister remote desktop. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteDesktopManager(NetworkedContentManager networkedContentManager, java.util.ArrayList<java.lang.Class<?>> controllerClasses, java.util.ArrayList<java.lang.Class<?>> targetClasses)
networkedContentManager
- the networked content managercontrollerClasses
- the controller classestargetClasses
- the target classesMethod Detail |
---|
public MathPadRemoteDesktop createRemoteDesktopNode(TableIdentity tableId)
tableId
- the table id
public java.util.HashMap<TableIdentity,MathPadRemoteDesktop> getMathPadRemoteDesktops()
public void unregisterRemoteDesktop(TableIdentity tableId)
tableId
- the table id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |