Uses of Class
synergynetframework.appsystem.services.net.localpresence.TableIdentity

Packages that use TableIdentity
apps.basketapp.client   
apps.basketapp.controller   
apps.basketapp.messages   
apps.mathpadapp.controllerapp.assignmentcontroller   
apps.mathpadapp.controllerapp.projectorcontroller   
apps.mathpadapp.controllerapp.tablecontroller   
apps.mathpadapp.controllerapp.usercontroller   
apps.mathpadapp.mathtool   
apps.mathpadapp.networkmanager.managers   
apps.mathpadapp.networkmanager.managers.remotedesktopmanager   
apps.mathpadapp.networkmanager.managers.syncmanager   
apps.mathpadapp.networkmanager.messages.common   
apps.mathpadapp.networkmanager.messages.fromclient.fromtable   
apps.mathpadapp.networkmanager.messages.fromclient.fromuser   
apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.toprojector   
apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.totable   
apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser   
apps.mathpadapp.networkmanager.messages.fromprojector   
apps.mtdesktop   
apps.mtdesktop.desktop   
apps.mtdesktop.desktop.tree   
apps.mtdesktop.desktop.tree.nodes   
apps.mtdesktop.messages   
apps.mtdesktop.tabletop   
apps.mtdesktop.tabletop.basket   
apps.mtdesktop.tabletop.fileserver   
apps.mtdesktop.tabletop.mouse   
apps.mtdesktop.tabletop.notepad   
apps.mysteriestableportal.messages   
apps.remotecontrol.networkmanager.managers   
apps.remotecontrol.networkmanager.managers.syncmanager   
apps.remotecontrol.networkmanager.messages   
apps.remotecontrol.tableportal   
synergynetframework.appsystem.server   
synergynetframework.appsystem.server.ui.model   
synergynetframework.appsystem.services.net.localpresence   
synergynetframework.appsystem.services.net.networkedcontentmanager   
synergynetframework.appsystem.services.net.networkedcontentmanager.controllers   
synergynetframework.appsystem.services.net.networkedcontentmanager.messages   
synergynetframework.appsystem.services.net.networkedcontentmanager.messages.networkedflick   
synergynetframework.appsystem.services.net.networkedcontentmanager.messages.projector   
synergynetframework.appsystem.services.net.networkedcontentmanager.messages.remotedesktop   
synergynetframework.appsystem.services.net.networkedcontentmanager.utils   
synergynetframework.appsystem.services.net.networkedcontentmanager.utils.networkedflick   
synergynetframework.appsystem.services.net.rapidnetworkmanager   
synergynetframework.appsystem.services.net.rapidnetworkmanager.handlers   
synergynetframework.appsystem.services.net.rapidnetworkmanager.messages   
synergynetframework.appsystem.services.net.rapidnetworkmanager.messages.networkflick   
synergynetframework.appsystem.services.net.rapidnetworkmanager.utils.networkflick   
synergynetframework.appsystem.services.net.tablecomms.client   
synergynetframework.appsystem.services.net.tablecomms.messages   
synergynetframework.appsystem.services.net.tablecomms.messages.application   
synergynetframework.appsystem.services.net.tablecomms.messages.control.fromserver   
synergynetframework.appsystem.services.net.tablecomms.messages.system   
synergynetframework.appsystem.services.net.tablecomms.server   
 

Uses of TableIdentity in apps.basketapp.client
 

Methods in apps.basketapp.client that return TableIdentity
 TableIdentity Basket.getTableId()
          Gets the table id.
 

Methods in apps.basketapp.client with parameters of type TableIdentity
 void SnapshotDispatcher.dispatchSnapshot(TableIdentity tableId)
          Dispatch snapshot.
 Basket BasketManager.getBasket(TableIdentity tableId)
          Gets the basket.
 boolean BasketManager.isRegistered(TableIdentity tableId)
          Checks if is registered.
 

Constructors in apps.basketapp.client with parameters of type TableIdentity
Basket(ContentSystem contentSystem, TableIdentity tableId)
          Instantiates a new basket.
 

Uses of TableIdentity in apps.basketapp.controller
 

Constructors in apps.basketapp.controller with parameters of type TableIdentity
SnapshotContainer(ContentSystem contentSystem, TableIdentity tableId)
          Instantiates a new snapshot container.
 

Uses of TableIdentity in apps.basketapp.messages
 

Constructors in apps.basketapp.messages with parameters of type TableIdentity
SnapshotMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, byte[] bytes)
          Instantiates a new snapshot message.
UnicastCaptureTableMessage(TableIdentity tableId, java.lang.Class<?> targetClass)
          Instantiates a new unicast capture table message.
UnicastClearMessage(TableIdentity tableId, java.lang.Class<?> targetClass)
          Instantiates a new unicast clear message.
 

Uses of TableIdentity in apps.mathpadapp.controllerapp.assignmentcontroller
 

Methods in apps.mathpadapp.controllerapp.assignmentcontroller with parameters of type TableIdentity
 void ResultDialog.projectorFound(TableIdentity tableId, boolean isLeaseSuccessful)
           
 void ResultDialog.remoteDesktopContentReceived(TableIdentity tableId, java.util.HashMap<UserIdentity,MathToolInitSettings> items)
           
 void ResultDialog.resultsReceivedFromUser(TableIdentity tableId, UserIdentity userId, AssignmentInfo assignInfo)
           
 void ResultDialog.syncDataReceived(TableIdentity sender, java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> mathPadSyncData)
           
 void ResultDialog.tableIdReceived(TableIdentity tableId)
           
 void ResultDialog.userIdsReceived(TableIdentity tableId, java.util.List<UserIdentity> userIds)
           
 void ResultDialog.userMathPadReceived(TableIdentity tableId, UserIdentity userId, MathToolInitSettings mathToolSettings)
           
 void ResultDialog.userRegistrationReceived(TableIdentity tableId, UserIdentity userId)
           
 void ResultDialog.userUnregistrationReceived(TableIdentity tableId, UserIdentity userId)
           
 

Uses of TableIdentity in apps.mathpadapp.controllerapp.projectorcontroller
 

Methods in apps.mathpadapp.controllerapp.projectorcontroller that return TableIdentity
 TableIdentity ProjectorNode.getTableId()
          Gets the table id.
 

Methods in apps.mathpadapp.controllerapp.projectorcontroller that return types with arguments of type TableIdentity
 java.util.HashMap<TableIdentity,ProjectorNode> ProjectorManager.getProjectorNodes()
          Gets the projector nodes.
 

Methods in apps.mathpadapp.controllerapp.projectorcontroller with parameters of type TableIdentity
 void ProjectorNode.projectorFound(TableIdentity tableId, boolean isLeaseSuccessful)
           
 void ProjectorControllerWindow.projectorFound(TableIdentity tableId, boolean isLeaseSuccessful)
           
 void ProjectorNode.remoteDesktopContentReceived(TableIdentity tableId, java.util.HashMap<UserIdentity,MathToolInitSettings> items)
           
 void ProjectorControllerWindow.remoteDesktopContentReceived(TableIdentity tableId, java.util.HashMap<UserIdentity,MathToolInitSettings> items)
           
 void ProjectorNode.resultsReceivedFromUser(TableIdentity tableId, UserIdentity userId, AssignmentInfo assignInfo)
           
 void ProjectorControllerWindow.resultsReceivedFromUser(TableIdentity tableId, UserIdentity userId, AssignmentInfo assignInfo)
           
 void ProjectorNode.sourceDataUpdated(TableIdentity tableId, java.util.HashMap<UserIdentity,MathToolInitSettings> items)
           
 void DataSourceListener.sourceDataUpdated(TableIdentity tableId, java.util.HashMap<UserIdentity,MathToolInitSettings> items)
          Invoked when source data update occurs.
 void ProjectorNode.syncDataReceived(TableIdentity tableId, java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> syncData)
           
 void ProjectorControllerWindow.syncDataReceived(TableIdentity sender, java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> mathPadSyncData)
           
 void DataSourceListener.syncDataReceived(TableIdentity tableId, java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> syncData)
          Sync data received.
 void ProjectorNode.tableIdReceived(TableIdentity tableId)
           
 void ProjectorControllerWindow.tableIdReceived(TableIdentity tableId)
           
 void ProjectorNode.userIdsReceived(TableIdentity tableId, java.util.List<UserIdentity> userIds)
           
 void ProjectorControllerWindow.userIdsReceived(TableIdentity tableId, java.util.List<UserIdentity> userIds)
           
 void ProjectorNode.userMathPadReceived(TableIdentity tableId, UserIdentity userId, MathToolInitSettings mathToolSettings)
           
 void ProjectorControllerWindow.userMathPadReceived(TableIdentity tableId, UserIdentity userId, MathToolInitSettings mathToolSettings)
           
 void ProjectorNode.userRegistrationReceived(TableIdentity tableId, UserIdentity userId)
           
 void ProjectorControllerWindow.userRegistrationReceived(TableIdentity tableId, UserIdentity userId)
           
 void ProjectorNode.userUnregistrationReceived(TableIdentity tableId, UserIdentity userId)
           
 void ProjectorControllerWindow.userUnregistrationReceived(TableIdentity tableId, UserIdentity userId)
           
 

Constructors in apps.mathpadapp.controllerapp.projectorcontroller with parameters of type TableIdentity
ProjectorNode(TableIdentity tableId, ContentSystem contentSystem, ControllerManager controllerManager)
          Instantiates a new projector node.
 

Uses of TableIdentity in apps.mathpadapp.controllerapp.tablecontroller
 

Methods in apps.mathpadapp.controllerapp.tablecontroller that return TableIdentity
 TableIdentity RemoteDesktop.getTableId()
          Gets the table id.
 

Methods in apps.mathpadapp.controllerapp.tablecontroller with parameters of type TableIdentity
 void TableControllerWindow.projectorFound(TableIdentity tableId, boolean isLeaseSuccessful)
           
 void MathPadRemoteDesktop.projectorFound(TableIdentity tableId, boolean isLeaseSuccessful)
           
 void TableControllerWindow.remoteDesktopContentReceived(TableIdentity tableId, java.util.HashMap<UserIdentity,MathToolInitSettings> items)
           
 void MathPadRemoteDesktop.remoteDesktopContentReceived(TableIdentity tableId, java.util.HashMap<UserIdentity,MathToolInitSettings> items)
           
 void TableControllerWindow.resultsReceivedFromUser(TableIdentity tableId, UserIdentity userId, AssignmentInfo assignInfo)
           
 void MathPadRemoteDesktop.resultsReceivedFromUser(TableIdentity tableId, UserIdentity userId, AssignmentInfo assignInfo)
           
 void RemoteDesktop.setTableId(TableIdentity tableId)
          Sets the table id.
 void TableControllerWindow.syncDataReceived(TableIdentity sender, java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> mathPadSyncData)
           
 void MathPadRemoteDesktop.syncDataReceived(TableIdentity sender, java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> mathPadSyncData)
           
 void TableControllerWindow.tableIdReceived(TableIdentity tableId)
           
 void MathPadRemoteDesktop.tableIdReceived(TableIdentity tableId)
           
 void TableControllerWindow.userIdsReceived(TableIdentity tableId, java.util.List<UserIdentity> userIds)
           
 void MathPadRemoteDesktop.userIdsReceived(TableIdentity tableId, java.util.List<UserIdentity> userIds)
           
 void TableControllerWindow.userMathPadReceived(TableIdentity tableId, UserIdentity userId, MathToolInitSettings mathToolSettings)
           
 void MathPadRemoteDesktop.userMathPadReceived(TableIdentity tableId, UserIdentity userId, MathToolInitSettings mathToolSettings)
           
 void TableControllerWindow.userRegistrationReceived(TableIdentity tableId, UserIdentity userId)
           
 void MathPadRemoteDesktop.userRegistrationReceived(TableIdentity tableId, UserIdentity userId)
           
 void TableControllerWindow.userUnregistrationReceived(TableIdentity tableId, UserIdentity userId)
           
 void MathPadRemoteDesktop.userUnregistrationReceived(TableIdentity tableId, UserIdentity userId)
           
 

Uses of TableIdentity in apps.mathpadapp.controllerapp.usercontroller
 

Methods in apps.mathpadapp.controllerapp.usercontroller that return TableIdentity
 TableIdentity UserInfo.getTableIdentity()
          Gets the table identity.
 

Methods in apps.mathpadapp.controllerapp.usercontroller with parameters of type TableIdentity
 void UserControllerWindow.projectorFound(TableIdentity tableId, boolean isLeaseSuccessful)
           
 void UserControllerWindow.remoteDesktopContentReceived(TableIdentity tableId, java.util.HashMap<UserIdentity,MathToolInitSettings> items)
           
 void UserControllerWindow.resultsReceivedFromUser(TableIdentity tableId, UserIdentity userId, AssignmentInfo assignInfo)
           
 void UserInfo.setTableIdentity(TableIdentity tableId)
          Sets the table identity.
 void UserControllerWindow.syncDataReceived(TableIdentity sender, java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> mathPadSyncData)
           
 void UserControllerWindow.tableIdReceived(TableIdentity tableId)
           
 void UserControllerWindow.userIdsReceived(TableIdentity tableId, java.util.List<UserIdentity> userIds)
           
 void UserControllerWindow.userMathPadReceived(TableIdentity tableId, UserIdentity userId, MathToolInitSettings mathToolSettings)
           
 void UserControllerWindow.userRegistrationReceived(TableIdentity tableId, UserIdentity userId)
           
 void UserControllerWindow.userUnregistrationReceived(TableIdentity tableId, UserIdentity userId)
           
 

Uses of TableIdentity in apps.mathpadapp.mathtool
 

Methods in apps.mathpadapp.mathtool that return TableIdentity
 TableIdentity AssignmentHandler.getAssignmentSender()
          Gets the assignment sender.
 

Methods in apps.mathpadapp.mathtool with parameters of type TableIdentity
 void AssignmentHandler.setAssignmentSender(TableIdentity assignmentSender)
          Sets the assignment sender.
 

Uses of TableIdentity in apps.mathpadapp.networkmanager.managers
 

Methods in apps.mathpadapp.networkmanager.managers that return types with arguments of type TableIdentity
 java.util.List<TableIdentity> NetworkedContentManager.getOnlineTables()
          Gets the online tables.
 java.util.HashMap<TableIdentity,java.util.List<UserIdentity>> ControllerManager.getTableUsers()
          Gets the table users.
 

Methods in apps.mathpadapp.networkmanager.managers with parameters of type TableIdentity
 void ControllerManager.assignmentInfoReceivedFromUser(TableIdentity senderTableIdentity, UserIdentity senderUserIdentity, AssignmentInfo assignmentInfo)
          Assignment info received from user.
 void ClientManager.assignmentReceivedToTable(TableIdentity sender, Assignment assignment)
          Assignment received to table.
 void ClientManager.assignmentReceivedToUser(TableIdentity sender, UserIdentity userId, Assignment assignment)
          Assignment received to user.
 void ClientManager.cancelAssignment(TableIdentity sender, UserIdentity recipientUserIdentity)
          Cancel assignment.
 void ClientManager.enabledTableBlock(TableIdentity sender, boolean blockEnabled)
          Enabled table block.
 void ControllerManager.fireSyncDataReceived(TableIdentity sender, java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> mathPadSyncData)
          Fire sync data received.
 void ProjectorManager.leaseProjector(TableIdentity requesterTable)
          Lease projector.
 void ControllerManager.mathPadItemReceivedFromUser(TableIdentity senderTable, UserIdentity senderUser, MathToolInitSettings padSettings)
          Math pad item received from user.
 void ProjectorManager.mathPadItemsReceivedFromTable(TableIdentity senderTable, java.util.HashMap<UserIdentity,MathToolInitSettings> toolSettings)
          Math pad items received from table.
 void ControllerManager.mathPadItemsReceivedFromTable(TableIdentity tableId, java.util.HashMap<UserIdentity,MathToolInitSettings> items)
          Math pad items received from table.
 void ClientManager.messageReceivedFromServer(TableIdentity sender, UserIdentity recipientUserIdentity, java.lang.String message)
          Message received from server.
 void ClientManager.postAllMathPadsToTable(TableIdentity requesterTable)
          Post all math pads to table.
 void ClientManager.postAllUserIdsToTable(TableIdentity requesterTable)
          Post all user ids to table.
 void ClientManager.postAssignmentResults(TableIdentity requesterTable, UserIdentity userId)
          Post assignment results.
 void ClientManager.postMathPadItemToTable(TableIdentity sender, UserIdentity recipientUserIdentity)
          Post math pad item to table.
 void ClientManager.postTableId(TableIdentity requester)
          Post table id.
 void ControllerManager.projectorFound(TableIdentity projectorId, boolean isLeaseSuccessful)
          Projector found.
 void ControllerManager.ControllerNetworkListener.projectorFound(TableIdentity tableId, boolean isLeaseSuccessful)
          Projector found.
 void ControllerManager.registerTableUser(TableIdentity tableId, UserIdentity userId)
          Register table user.
 void ProjectorManager.releaseProjector(TableIdentity tableId)
          Release projector.
 void ControllerManager.ControllerNetworkListener.remoteDesktopContentReceived(TableIdentity tableId, java.util.HashMap<UserIdentity,MathToolInitSettings> items)
          Remote desktop content received.
 void ControllerManager.remoteDesktopReceived(TableIdentity sender, java.util.HashMap<UserIdentity,MathToolInitSettings> items)
          Remote desktop received.
 void ControllerManager.ControllerNetworkListener.resultsReceivedFromUser(TableIdentity tableId, UserIdentity userId, AssignmentInfo assignInfo)
          Results received from user.
 void ClientManager.setRemoteDesktopWithTableEnabled(TableIdentity requesterTable, boolean remoteDesktopEnabled)
          Sets the remote desktop with table enabled.
 void ControllerManager.ControllerNetworkListener.syncDataReceived(TableIdentity sender, java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> mathPadSyncData)
          Sync data received.
 void ControllerManager.tableIdReceived(TableIdentity tableId)
          Table id received.
 void ControllerManager.ControllerNetworkListener.tableIdReceived(TableIdentity tableId)
          Table id received.
 void ControllerManager.unregisterTableUser(TableIdentity tableId, UserIdentity userId)
          Unregister table user.
 void ControllerManager.ControllerNetworkListener.userIdsReceived(TableIdentity tableId, java.util.List<UserIdentity> userIds)
          User ids received.
 void ControllerManager.userIdsReceivedFromTable(TableIdentity tableId, java.util.List<UserIdentity> userIds)
          User ids received from table.
 void ControllerManager.ControllerNetworkListener.userMathPadReceived(TableIdentity tableId, UserIdentity userId, MathToolInitSettings mathToolSettings)
          User math pad received.
 void ControllerManager.ControllerNetworkListener.userRegistrationReceived(TableIdentity tableId, UserIdentity userId)
          User registration received.
 void ControllerManager.ControllerNetworkListener.userUnregistrationReceived(TableIdentity tableId, UserIdentity userId)
          User unregistration received.
 

Uses of TableIdentity in apps.mathpadapp.networkmanager.managers.remotedesktopmanager
 

Methods in apps.mathpadapp.networkmanager.managers.remotedesktopmanager that return types with arguments of type TableIdentity
 java.util.HashMap<TableIdentity,MathPadRemoteDesktop> RemoteDesktopManager.getMathPadRemoteDesktops()
          Gets the math pad remote desktops.
 

Methods in apps.mathpadapp.networkmanager.managers.remotedesktopmanager with parameters of type TableIdentity
 MathPadRemoteDesktop RemoteDesktopManager.createRemoteDesktopNode(TableIdentity tableId)
          Creates the remote desktop node.
 void RemoteDesktopManager.unregisterRemoteDesktop(TableIdentity tableId)
          Unregister remote desktop.
 

Uses of TableIdentity in apps.mathpadapp.networkmanager.managers.syncmanager
 

Methods in apps.mathpadapp.networkmanager.managers.syncmanager with parameters of type TableIdentity
 void SyncManager.enableUnicastTableSync(TableIdentity syncWithTable, boolean isUnicastSynchronisationOn)
          Enable unicast table sync.
 void SyncManager.enableUnicastUserSync(TableIdentity syncWithTable, UserIdentity syncWithUser, boolean isUnicastSynchronisationOn)
          Enable unicast user sync.
 boolean SyncManager.isUnicastTableSynchronisationOn(TableIdentity syncWithTable)
          Checks if is unicast table synchronisation on.
 void SyncManager.syncContent(TableIdentity sender, java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> syncData)
          Sync content.
 

Uses of TableIdentity in apps.mathpadapp.networkmanager.messages.common
 

Constructors in apps.mathpadapp.networkmanager.messages.common with parameters of type TableIdentity
UnicastMathPadSyncMessage(java.lang.Class<?> targetClass, java.util.HashMap<UserIdentity,java.util.HashMap<java.lang.Short,java.lang.Object>> syncData, TableIdentity tableId)
          Instantiates a new unicast math pad sync message.
 

Uses of TableIdentity in apps.mathpadapp.networkmanager.messages.fromclient.fromtable
 

Constructors in apps.mathpadapp.networkmanager.messages.fromclient.fromtable with parameters of type TableIdentity
PostMathPadItemsFromTableMessage(java.lang.Class<?> targetClass, java.util.HashMap<UserIdentity,MathToolInitSettings> items, TableIdentity tableId)
          Instantiates a new post math pad items from table message.
PostRemoteDesktopMessage(java.lang.Class<?> targetClass, java.util.HashMap<UserIdentity,MathToolInitSettings> items, TableIdentity tableId)
          Instantiates a new post remote desktop message.
PostTableIdMessage(java.lang.Class<?> targetClass, TableIdentity tableId)
          Instantiates a new post table id message.
PostUserIdsFromTableMessage(java.lang.Class<?> targetClass, java.util.List<UserIdentity> userIds, TableIdentity tableId)
          Instantiates a new post user ids from table message.
 

Uses of TableIdentity in apps.mathpadapp.networkmanager.messages.fromclient.fromuser
 

Constructors in apps.mathpadapp.networkmanager.messages.fromclient.fromuser with parameters of type TableIdentity
PostAssignmentInfoFromUserMessage(java.lang.Class<?> targetClass, AssignmentInfo info, TableIdentity tableId, UserIdentity userId)
          Instantiates a new post assignment info from user message.
PostMathPadItemFromUserMessage(java.lang.Class<?> targetClass, MathToolInitSettings padSettings, TableIdentity tableId, UserIdentity userId)
          Instantiates a new post math pad item from user message.
 

Uses of TableIdentity in apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.toprojector
 

Methods in apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.toprojector that return TableIdentity
 TableIdentity SynchroniseProjectorData.getSourceTableIdentity()
          Gets the source table identity.
 

Methods in apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.toprojector with parameters of type TableIdentity
 void SynchroniseProjectorData.setSourceTableIdentity(TableIdentity sourceTableId)
          Sets the source table identity.
 

Constructors in apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.toprojector with parameters of type TableIdentity
ClearProjector(java.lang.Class<?> targetClass, TableIdentity projectorId)
          Instantiates a new clear projector.
PostMathPadItemsFromControllerMessage(java.lang.Class<?> targetClass, java.util.HashMap<UserIdentity,MathToolInitSettings> items, TableIdentity tableId)
          Instantiates a new post math pad items from controller message.
ReleaseProjectorMessage(java.lang.Class<?> targetClass, TableIdentity projectorId)
          Instantiates a new release projector message.
SynchroniseProjectorData(java.lang.Class<?> targetClass, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> items, TableIdentity id)
          Instantiates a new synchronise projector data.
UnregisterUserMessage(java.lang.Class<?> targetClass, TableIdentity tableId, UserIdentity userId)
          Instantiates a new unregister user message.
 

Uses of TableIdentity in apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.totable
 

Constructors in apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.totable with parameters of type TableIdentity
BlockTableMessage(java.lang.Class<?> targetClass, TableIdentity tableId, boolean isBlocked)
          Instantiates a new block table message.
HideMathPadsOnTableMessage(java.lang.Class<?> targetClass, TableIdentity tableId)
          Instantiates a new hide math pads on table message.
PostMathAssignmentToTableMessage(java.lang.Class<?> targetClass, Assignment assignment, TableIdentity id)
          Instantiates a new post math assignment to table message.
PostMathHandwritingToTableMessage(java.lang.Class<?> targetClass, java.util.List<DrawData> drawData, TableIdentity id)
          Instantiates a new post math handwriting to table message.
RequestResultsFromTableMessage(java.lang.Class<?> targetClass, TableIdentity tableId)
          Instantiates a new request results from table message.
RequestUserIdsFromTableMessage(java.lang.Class<?> targetClass, TableIdentity tableId)
          Instantiates a new request user ids from table message.
UnicastEnableRemoteDesktopMessage(java.lang.Class<?> targetClass, TableIdentity id, boolean isRemoteDesktopEnabled)
          Instantiates a new unicast enable remote desktop message.
UnicastSyncWithTableMessage(java.lang.Class<?> targetClass, TableIdentity tableId, boolean isSynchronisation)
          Instantiates a new unicast sync with table message.
 

Uses of TableIdentity in apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser
 

Constructors in apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser with parameters of type TableIdentity
BlockUserMathPadMessage(java.lang.Class<?> targetClass, TableIdentity tableId, UserIdentity userId, boolean isBlocked)
          Instantiates a new block user math pad message.
CancelMathAssignmentMessage(java.lang.Class<?> targetClass, TableIdentity tableId, UserIdentity userId)
          Instantiates a new cancel math assignment message.
HideUserMathPadMessage(java.lang.Class<?> targetClass, TableIdentity tableId, UserIdentity userId, boolean isHide)
          Instantiates a new hide user math pad message.
PostMathAssignmentToUserMessage(java.lang.Class<?> targetClass, Assignment assignment, TableIdentity tableId, UserIdentity userId)
          Instantiates a new post math assignment to user message.
RequestMathPadItemFromUserMessage(java.lang.Class<?> targetClass, TableIdentity tableId, UserIdentity userId)
          Instantiates a new request math pad item from user message.
RequestResultsFromUserMessage(java.lang.Class<?> targetClass, TableIdentity tableId, UserIdentity userId)
          Instantiates a new request results from user message.
ResponseMessage(java.lang.Class<?> targetClass, TableIdentity tableId, UserIdentity userId)
          Instantiates a new response message.
TerminateUserMathPadMessage(java.lang.Class<?> targetClass, TableIdentity tableId, UserIdentity userId)
          Instantiates a new terminate user math pad message.
UnicastSyncWithUserMessage(java.lang.Class<?> targetClass, TableIdentity tableId, UserIdentity userId, boolean isSynchronisation)
          Instantiates a new unicast sync with user message.
 

Uses of TableIdentity in apps.mathpadapp.networkmanager.messages.fromprojector
 

Constructors in apps.mathpadapp.networkmanager.messages.fromprojector with parameters of type TableIdentity
ProjectorResponse(java.lang.Class<?> targetClass, boolean leaseSucceed, TableIdentity id)
          Instantiates a new projector response.
 

Uses of TableIdentity in apps.mtdesktop
 

Fields in apps.mtdesktop declared as TableIdentity
static TableIdentity MTDesktopConfigurations.tableId
          The table id.
 

Uses of TableIdentity in apps.mtdesktop.desktop
 

Fields in apps.mtdesktop.desktop declared as TableIdentity
static TableIdentity DesktopClient.tableId
          The table id.
 

Methods in apps.mtdesktop.desktop with parameters of type TableIdentity
 void ConnectionStatusPanel.setConnectedTable(TableIdentity tableId)
          Sets the connected table.
 void DesktopFrame.tableConnected(TableIdentity tableId)
           
 void DesktopClient.mtdesktopNetworkListener.tableConnected(TableIdentity TableId)
          Table connected.
 

Uses of TableIdentity in apps.mtdesktop.desktop.tree
 

Methods in apps.mtdesktop.desktop.tree with parameters of type TableIdentity
 InboxNode TabletopTree.getInboxNode(TableIdentity tableId)
          Gets the inbox node.
 OutboxNode TabletopTree.getOutboxNode(TableIdentity tableId)
          Gets the outbox node.
 void TabletopTree.DataTransferListener.objectTransfered(java.lang.Object object, TableIdentity tableId)
          Object transfered.
 void TabletopTree.unregisterTable(TableIdentity tableId)
          Unregister table.
 

Uses of TableIdentity in apps.mtdesktop.desktop.tree.nodes
 

Methods in apps.mtdesktop.desktop.tree.nodes that return TableIdentity
 TableIdentity PeerData.getTableId()
          Gets the table id.
 

Methods in apps.mtdesktop.desktop.tree.nodes with parameters of type TableIdentity
 void PeerData.setTableId(TableIdentity tableId)
          Sets the table id.
 

Constructors in apps.mtdesktop.desktop.tree.nodes with parameters of type TableIdentity
PeerData(java.lang.String peerName, TableIdentity tableId)
          Instantiates a new peer data.
 

Uses of TableIdentity in apps.mtdesktop.messages
 

Constructors in apps.mtdesktop.messages with parameters of type TableIdentity
BasketItemMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId)
          Instantiates a new basket item message.
ContentMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, java.lang.String contentId)
          Instantiates a new content message.
DeleteContentMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, java.lang.String contentId)
          Instantiates a new delete content message.
HtmlContentMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, java.lang.String contentId, java.lang.String html)
          Instantiates a new html content message.
KeyboardRedirectMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, boolean keyboardRedirectionEnabled)
          Instantiates a new keyboard redirect message.
KeyEventMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, java.awt.event.KeyEvent evt)
          Instantiates a new key event message.
LaunchVncMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, java.lang.String contentId, java.lang.String ipAddress, int port, java.lang.String password, boolean isEnabled)
          Instantiates a new launch vnc message.
MouseEventsMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, java.util.List<MouseEventInfo> events)
          Instantiates a new mouse events message.
MouseRedirectMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, boolean mouseRedirectionEnabled)
          Instantiates a new mouse redirect message.
MTMouseMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, float angle, float scale)
          Instantiates a new MT mouse message.
ShowMultiPadMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, boolean show)
          Instantiates a new show multi pad message.
SnapshotMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, byte[] bytes)
          Instantiates a new snapshot message.
UnicastSearchTableMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, DesktopClient.Position position)
          Instantiates a new unicast search table message.
 

Uses of TableIdentity in apps.mtdesktop.tabletop
 

Methods in apps.mtdesktop.tabletop that return types with arguments of type TableIdentity
 java.util.Map<TableIdentity,java.util.List<ContentItem>> TabletopContentManager.getTableItems()
          Gets the table items.
 

Methods in apps.mtdesktop.tabletop with parameters of type TableIdentity
 void TabletopContentManager.fileUploaded(TableIdentity tableId, java.lang.String assetId, java.io.File f)
           
 void TabletopContentManager.TabletopContentManagerListener.itemReceived(TableIdentity tableId, ContentItem item)
          Item received.
 void TabletopContentManager.DesktopKeyboardListener.keyPressed(TableIdentity tableId, java.awt.event.KeyEvent evt)
          Key pressed.
 void TabletopContentManager.DesktopKeyboardListener.keyReleased(TableIdentity tableId, java.awt.event.KeyEvent evt)
          Key released.
 void TabletopContentManager.DesktopKeyboardListener.keyTyped(TableIdentity tableId, java.awt.event.KeyEvent evt)
          Key typed.
 void TabletopContentManager.DesktopMouseListener.mouseClicked(TableIdentity tableId, MouseEventInfo evt)
          Mouse clicked.
 void TabletopContentManager.DesktopMouseListener.mouseDragged(TableIdentity tableId, MouseEventInfo evt)
          Mouse dragged.
 void TabletopContentManager.DesktopMouseListener.mouseMoved(TableIdentity tableId, MouseEventInfo evt)
          Mouse moved.
 void TabletopContentManager.DesktopMouseListener.mousePressed(TableIdentity tableId, MouseEventInfo evt)
          Mouse pressed.
 void TabletopContentManager.DesktopMouseListener.mouseReleased(TableIdentity tableId, MouseEventInfo evt)
          Mouse released.
 void TabletopContentManager.registerMouseCursor(TableIdentity tableId)
          Register mouse cursor.
 void TabletopContentManager.unregisterMouseCursor(TableIdentity tableId)
          Unregister mouse cursor.
 void TabletopContentManager.TabletopContentManagerListener.vncClientClosed(TableIdentity sender, VncFrame vnc)
          Vnc client closed.
 void TabletopContentManager.TabletopContentManagerListener.vncClientLaunched(TableIdentity tableId, VncFrame vnc)
          Vnc client launched.
 

Uses of TableIdentity in apps.mtdesktop.tabletop.basket
 

Methods in apps.mtdesktop.tabletop.basket that return TableIdentity
 TableIdentity JmeNetworkedBasket.getTableId()
          Gets the table id.
 

Methods in apps.mtdesktop.tabletop.basket that return types with arguments of type TableIdentity
 java.util.Map<TableIdentity,JmeNetworkedBasket> BasketManager.getBaskets()
          Gets the baskets.
 

Methods in apps.mtdesktop.tabletop.basket with parameters of type TableIdentity
 void BasketManager.itemReceived(TableIdentity tableId, ContentItem item)
           
 JmeNetworkedBasket BasketManager.registerBasketForPeer(TableIdentity tableId, DesktopClient.Position position)
          Register basket for peer.
 void BasketManager.sendItemToRemoteBasket(ContentItem item, TableIdentity tableId)
          Send item to remote basket.
 void JmeNetworkedBasket.setTableId(TableIdentity tableId)
          Sets the table id.
 void BasketManager.unregisterBasket(TableIdentity tableId)
          Unregister basket.
 void BasketManager.vncClientClosed(TableIdentity tableId, VncFrame vncFrame)
           
 void BasketManager.vncClientLaunched(TableIdentity tableId, VncFrame vncFrame)
           
 

Uses of TableIdentity in apps.mtdesktop.tabletop.fileserver
 

Methods in apps.mtdesktop.tabletop.fileserver with parameters of type TableIdentity
 void FtpServerServlet.FtpServletListener.fileUploaded(TableIdentity peerId, java.lang.String assetId, java.io.File file)
          File uploaded.
 

Uses of TableIdentity in apps.mtdesktop.tabletop.mouse
 

Methods in apps.mtdesktop.tabletop.mouse that return TableIdentity
 TableIdentity MouseCursor.getTableIdentity()
          Gets the table identity.
 

Methods in apps.mtdesktop.tabletop.mouse with parameters of type TableIdentity
 void MouseCursor.mouseClicked(TableIdentity tableId, MouseEventInfo evt)
           
 void MouseCursor.mouseDragged(TableIdentity tableId, MouseEventInfo evt)
           
 void MouseCursor.mouseMoved(TableIdentity tableId, MouseEventInfo evt)
           
 void MouseCursor.mousePressed(TableIdentity tableId, MouseEventInfo evt)
           
 void MouseCursor.mouseReleased(TableIdentity tableId, MouseEventInfo evt)
           
 

Constructors in apps.mtdesktop.tabletop.mouse with parameters of type TableIdentity
MouseCursor(ContentSystem contentSystem, MultiTouchInputComponent input, TableIdentity tableId, int cursorId, java.awt.Color color)
          Instantiates a new mouse cursor.
 

Uses of TableIdentity in apps.mtdesktop.tabletop.notepad
 

Methods in apps.mtdesktop.tabletop.notepad with parameters of type TableIdentity
 void MultiUserNotepad.keyPressed(TableIdentity tableId, java.awt.event.KeyEvent evt)
           
 void MultiUserNotepad.keyReleased(TableIdentity tableId, java.awt.event.KeyEvent evt)
           
 void MultiUserNotepad.keyTyped(TableIdentity tableId, java.awt.event.KeyEvent evt)
           
 void MultiUserNotepad.registerUser(TableIdentity tableId, java.awt.Color color)
          Register user.
 void MultiUserNotepad.unregisterUser(TableIdentity tableId)
          Unregister user.
 

Uses of TableIdentity in apps.mysteriestableportal.messages
 

Methods in apps.mysteriestableportal.messages that return TableIdentity
 TableIdentity ProjectorPostItemsMessage.getSourceTableId()
          Gets the source table id.
 

Constructors in apps.mysteriestableportal.messages with parameters of type TableIdentity
ProjectorPostItemsMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, java.util.List<ContentItem> items, TableIdentity sourceTableId)
          Instantiates a new projector post items message.
UnicastAliveMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId)
          Instantiates a new unicast alive message.
UnicastClearMessage(TableIdentity tableId, java.lang.Class<?> targetClass)
          Instantiates a new unicast clear message.
UnicastMysteryPathMessage(TableIdentity tableId, java.lang.Class<?> targetClass, java.lang.String mysteryPath)
          Instantiates a new unicast mystery path message.
 

Uses of TableIdentity in apps.remotecontrol.networkmanager.managers
 

Methods in apps.remotecontrol.networkmanager.managers that return types with arguments of type TableIdentity
 java.util.List<TableIdentity> NetworkedContentManager.getOnlineTables()
          Gets the online tables.
 java.util.List<TableIdentity> NetworkedContentManager.getProjectors()
          Gets the projectors.
 

Methods in apps.remotecontrol.networkmanager.managers with parameters of type TableIdentity
 void NetworkedContentManager.connectTable(TableIdentity remoteTableId)
          Connect table.
 void NetworkedContentManager.disconnectTable(TableIdentity remoteTableId)
          Disconnect table.
 TablePortal TablePortalManager.getTablePortalForTable(TableIdentity tableId)
          Gets the table portal for table.
 void NetworkedContentManager.handleConnectionRequest(TableIdentity targetTable, boolean isConnect)
          Handle connection request.
 void NetworkedContentManager.postAliveMessage(TableIdentity tableIdentity)
          Post alive message.
 void NetworkedContentManager.postItemsToTable(java.util.HashMap<java.lang.String,Location> itemNames, TableIdentity tableId, TableIdentity targetTableId, boolean deleteItems)
          Post items to table.
 void NetworkedContentManager.registerProjector(TableIdentity tableId)
          Register projector.
 void NetworkedContentManager.setRemoteTableMode(TableIdentity tableId, TablePortal.RemoteTableMode mode)
          Sets the remote table mode.
 void NetworkedContentManager.transferContentItem(ContentItem item, TableIdentity sourceTableId, TableIdentity targetTableId, Location newLoc)
          Transfer content item.
 

Uses of TableIdentity in apps.remotecontrol.networkmanager.managers.syncmanager
 

Methods in apps.remotecontrol.networkmanager.managers.syncmanager with parameters of type TableIdentity
 void SyncManager.registerSyncTable(TableIdentity tableId)
          Register sync table.
 void SyncManager.unregisterSyncTable(TableIdentity tableId)
          Unregister sync table.
 

Uses of TableIdentity in apps.remotecontrol.networkmanager.messages
 

Methods in apps.remotecontrol.networkmanager.messages that return TableIdentity
 TableIdentity RequestItemsPortalMessage.getTargetTableId()
          Gets the target table id.
 TableIdentity PostItemsPortalMessage.getTargetTableId()
          Gets the target table id.
 

Constructors in apps.remotecontrol.networkmanager.messages with parameters of type TableIdentity
ConnectTablePortalMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, boolean isConnect)
          Instantiates a new connect table portal message.
LockTableMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId)
          Instantiates a new lock table message.
PostItemsPortalMessage(java.lang.Class<?> targetClass, TableIdentity tableId, java.util.HashMap<ContentItem,Location> collection, TableIdentity targetTableId)
          Instantiates a new post items portal message.
PostWorkspacePortalMessage(java.lang.Class<?> targetClass, TableIdentity tableId, java.util.Collection<ContentItem> collection)
          Instantiates a new post workspace portal message.
RequestItemsPortalMessage(java.lang.Class<?> targetClass, TableIdentity tableId, java.util.HashMap<java.lang.String,Location> itemNames, TableIdentity targetTableId, boolean deleteItems)
          Instantiates a new request items portal message.
RequestSyncItemsPortalMessage(java.lang.Class<?> targetClass, TableIdentity tableId)
          Instantiates a new request sync items portal message.
UnicastAlivePortalMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId)
          Instantiates a new unicast alive portal message.
UnicastSyncDataPortalMessage(java.lang.Class<?> targetClass, TableIdentity tableId, java.util.Map<java.lang.String,java.util.Map<java.lang.Short,java.lang.Object>> items)
          Instantiates a new unicast sync data portal message.
 

Uses of TableIdentity in apps.remotecontrol.tableportal
 

Methods in apps.remotecontrol.tableportal that return TableIdentity
 TableIdentity TablePortal.getTableId()
          Gets the table id.
 

Methods in apps.remotecontrol.tableportal with parameters of type TableIdentity
 void TablePortal.connect(TableIdentity tableIdentity)
          Connect.
 

Uses of TableIdentity in synergynetframework.appsystem.server
 

Methods in synergynetframework.appsystem.server with parameters of type TableIdentity
 void ServerMonitor.tableConnected(TableIdentity identity)
          Table connected.
 void ServerMonitor.tableDisconnected(TableIdentity identity)
          Table disconnected.
 

Uses of TableIdentity in synergynetframework.appsystem.server.ui.model
 

Methods in synergynetframework.appsystem.server.ui.model with parameters of type TableIdentity
 void AppListModel.setSelectedTableIdentity(TableIdentity id)
          Sets the selected table identity.
 void OnlineListModel.tableConnected(TableIdentity identity)
           
 void MessageListModel.tableConnected(TableIdentity identity)
           
 void AppListModel.tableConnected(TableIdentity identity)
           
 void OnlineListModel.tableDisconnected(TableIdentity identity)
           
 void MessageListModel.tableDisconnected(TableIdentity identity)
           
 void AppListModel.tableDisconnected(TableIdentity identity)
           
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.localpresence
 

Methods in synergynetframework.appsystem.services.net.localpresence that return TableIdentity
static TableIdentity TableIdentity.getTableIdentity()
          Gets the table identity.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.networkedcontentmanager
 

Methods in synergynetframework.appsystem.services.net.networkedcontentmanager with parameters of type TableIdentity
 void NetworkedContentManager.requestDataFrom(TableIdentity table)
          Request data from.
 void NetworkedContentManager.sendDataTo(TableIdentity table)
          Send data to.
 void NetworkedContentManager.sendSwapTableMessage(TableIdentity targetTable)
          Send swap table message.
 void NetworkedContentManager.swapTable(TableIdentity table1, TableIdentity table2)
          Swap table.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.networkedcontentmanager.controllers
 

Methods in synergynetframework.appsystem.services.net.networkedcontentmanager.controllers with parameters of type TableIdentity
 void ProjectorController.constructProjector(TableIdentity tableId)
          Construct projector.
 void RemoteDesktopController.enableRemoteDesktop(TableIdentity callingTableId, boolean isRemoteDesktopEnabled)
          Enable remote desktop.
 void ProjectorController.leaseProjector(TableIdentity id)
          Lease projector.
 void ProjectorController.loadProjectorContent(TableIdentity sender, java.util.List<ContentItem> items)
          Load projector content.
 void RemoteDesktopController.loadRemoteDesktopContent(TableIdentity tableId, java.util.List<ContentItem> collection)
          Load remote desktop content.
 void RemoteDesktopController.requestRemoteDesktop(TableIdentity remoteTableId, boolean isRemoteDesktopEnabled)
          Request remote desktop.
 void ProjectorController.sendClearProjectorMessage(TableIdentity tableId)
          Send clear projector message.
 void ProjectorController.sendDataToProjector(TableIdentity tableId, java.util.Map<java.lang.String,ContentItem> onlineItems)
          Send data to projector.
 void ProjectorController.sendProjectorSyncMessage(TableIdentity clientTableId, TableIdentity projectorTableId, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> synchronisedItems)
          Send projector sync message.
 void ProjectorController.sendReleaseProjectorMessage(TableIdentity tableId)
          Send release projector message.
 void ProjectorController.synchroniseProjectorData(TableIdentity tableId, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> synchronisedItems)
          Synchronise projector data.
 void RemoteDesktopController.synchroniseRemoteDesktopData(TableIdentity tableId, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> synchronisedItems)
          Synchronise remote desktop data.
 void ProjectorController.unregisterProjector(TableIdentity tableId)
          Unregister projector.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.networkedcontentmanager.messages
 

Methods in synergynetframework.appsystem.services.net.networkedcontentmanager.messages that return TableIdentity
 TableIdentity SwapTable.getTable1()
          Gets the table1.
 TableIdentity SwapTable.getTable2()
          Gets the table2.
 

Constructors in synergynetframework.appsystem.services.net.networkedcontentmanager.messages with parameters of type TableIdentity
RequireDataFrom(java.lang.Class<?> targetClass, TableIdentity id)
          Instantiates a new require data from.
SendDataTo(java.lang.Class<?> targetClass, java.util.Collection<ContentItem> collection, TableIdentity id)
          Instantiates a new send data to.
SwapTable(java.lang.Class<?> targetClass, TableIdentity table1, TableIdentity table2)
          Instantiates a new swap table.
SwapTableMessage(java.lang.Class<?> targetClass, java.util.Collection<ContentItem> collection, TableIdentity id)
          Instantiates a new swap table message.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.networkedcontentmanager.messages.networkedflick
 

Constructors in synergynetframework.appsystem.services.net.networkedcontentmanager.messages.networkedflick with parameters of type TableIdentity
RegisterTableMessage(java.lang.Class<?> targetClass, TableInfo tableInfo, TableIdentity targetTable)
          Instantiates a new register table message.
TransferableContentItem(java.lang.Class<?> targetClass, ContentItem item, TableIdentity targetTableId)
          Instantiates a new transferable content item.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.networkedcontentmanager.messages.projector
 

Methods in synergynetframework.appsystem.services.net.networkedcontentmanager.messages.projector that return TableIdentity
 TableIdentity SynchroniseProjectorData.getSourceTableIdentity()
          Gets the source table identity.
 TableIdentity SendDataToProjector.getSourceTableIdentity()
          Gets the source table identity.
 

Methods in synergynetframework.appsystem.services.net.networkedcontentmanager.messages.projector with parameters of type TableIdentity
 void SynchroniseProjectorData.setSourceTableIdentity(TableIdentity sourceTableId)
          Sets the source table identity.
 void SendDataToProjector.setSourceTableIdentity(TableIdentity sourceTableId)
          Sets the source table identity.
 

Constructors in synergynetframework.appsystem.services.net.networkedcontentmanager.messages.projector with parameters of type TableIdentity
ClearProjector(java.lang.Class<?> targetClass, TableIdentity projectorId)
          Instantiates a new clear projector.
ProjectorResponse(java.lang.Class<?> targetClass, boolean leaseSucceed, TableIdentity id)
          Instantiates a new projector response.
ReleaseProjector(java.lang.Class<?> targetClass, TableIdentity projectorId)
          Instantiates a new release projector.
SendDataToProjector(java.lang.Class<?> targetClass, java.util.Collection<ContentItem> collection, TableIdentity id)
          Instantiates a new send data to projector.
SynchroniseProjectorData(java.lang.Class<?> targetClass, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> items, TableIdentity id)
          Instantiates a new synchronise projector data.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.networkedcontentmanager.messages.remotedesktop
 

Constructors in synergynetframework.appsystem.services.net.networkedcontentmanager.messages.remotedesktop with parameters of type TableIdentity
SendClientDataTo(java.lang.Class<?> targetClass, java.util.Collection<ContentItem> collection, TableIdentity id)
          Instantiates a new send client data to.
SynchroniseRemoteDesktopData(java.lang.Class<?> targetClass, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> items, TableIdentity id)
          Instantiates a new synchronise remote desktop data.
UnicastEnableRemoteDesktop(java.lang.Class<?> targetClass, boolean isRemoteDesktopEnabled, TableIdentity id)
          Instantiates a new unicast enable remote desktop.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.networkedcontentmanager.utils
 

Methods in synergynetframework.appsystem.services.net.networkedcontentmanager.utils that return TableIdentity
 TableIdentity RemoteDesktop.getTableId()
          Gets the table id.
 TableIdentity ProjectorNode.getTableId()
          Gets the table id.
 

Methods in synergynetframework.appsystem.services.net.networkedcontentmanager.utils with parameters of type TableIdentity
 void RemoteDesktop.setTableId(TableIdentity tableId)
          Sets the table id.
 

Constructors in synergynetframework.appsystem.services.net.networkedcontentmanager.utils with parameters of type TableIdentity
ProjectorNode(TableIdentity tableId, NetworkedContentManager networkManager)
          Instantiates a new projector node.
RemoteDesktop(TableIdentity tableId, NetworkedContentManager networkManager)
          Instantiates a new remote desktop.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.networkedcontentmanager.utils.networkedflick
 

Methods in synergynetframework.appsystem.services.net.networkedcontentmanager.utils.networkedflick that return TableIdentity
 TableIdentity VirtualTable.getTableId()
          Gets the table id.
 TableIdentity TableInfo.getTableId()
          Gets the table id.
 

Methods in synergynetframework.appsystem.services.net.networkedcontentmanager.utils.networkedflick with parameters of type TableIdentity
 void TransferController.sendRegistrationMessage(TableIdentity targeTableId)
          Send registration message.
 void VirtualTable.setTableId(TableIdentity tableId)
          Sets the table id.
 void TableInfo.setTableId(TableIdentity tableId)
          Sets the table id.
 

Constructors in synergynetframework.appsystem.services.net.networkedcontentmanager.utils.networkedflick with parameters of type TableIdentity
TableInfo(TableIdentity tableId, int positionX, int positionY, float angle)
          Instantiates a new table info.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.rapidnetworkmanager
 

Methods in synergynetframework.appsystem.services.net.rapidnetworkmanager with parameters of type TableIdentity
static void RapidNetworkManager.postItem(ContentItem item, TableIdentity tableIdentity)
          Post item.
static void RapidNetworkManager.postItems(java.util.List<ContentItem> items, TableIdentity tableIdentity)
          Post items.
static void RapidNetworkManager.shareItem(ContentItem item, TableIdentity tableIdentity, RapidNetworkManager.SyncType syncType)
          Share item.
static void RapidNetworkManager.unshareItem(ContentItem item, TableIdentity tableIdentity, RapidNetworkManager.SyncType syncType)
          Unshare item.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.rapidnetworkmanager.handlers
 

Methods in synergynetframework.appsystem.services.net.rapidnetworkmanager.handlers with parameters of type TableIdentity
 void NetworkedContentMessageProcessor.NetworkedContentListener.itemsReceived(java.util.List<ContentItem> item, TableIdentity tableId)
          Items received.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.rapidnetworkmanager.messages
 

Constructors in synergynetframework.appsystem.services.net.rapidnetworkmanager.messages with parameters of type TableIdentity
PostItemConstructionMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, java.util.HashMap<ContentItem,java.util.HashMap<java.lang.String,java.lang.Object>> constructInfo)
          Instantiates a new post item construction message.
PostItemsMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, java.util.List<ContentItem> items)
          Instantiates a new post items message.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.rapidnetworkmanager.messages.networkflick
 

Constructors in synergynetframework.appsystem.services.net.rapidnetworkmanager.messages.networkflick with parameters of type TableIdentity
NonTransferableContentItem(java.lang.Class<?> targetClass, ContentItem item, TableIdentity targetTableId)
          Instantiates a new non transferable content item.
RegisterTableMessage(java.lang.Class<?> targetClass, TableInfo tableInfo, TableIdentity targetTable)
          Instantiates a new register table message.
TransferableContentItem(java.lang.Class<?> targetClass, ContentItem item, TableIdentity targetTableId)
          Instantiates a new transferable content item.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.rapidnetworkmanager.utils.networkflick
 

Methods in synergynetframework.appsystem.services.net.rapidnetworkmanager.utils.networkflick that return TableIdentity
 TableIdentity VirtualTable.getTableId()
          Gets the table id.
 TableIdentity TableInfo.getTableId()
          Gets the table id.
 

Methods in synergynetframework.appsystem.services.net.rapidnetworkmanager.utils.networkflick with parameters of type TableIdentity
 void TransferController.sendRegistrationMessage(TableIdentity targeTableId)
          Send registration message.
 void VirtualTable.setTableId(TableIdentity tableId)
          Sets the table id.
 void TableInfo.setTableId(TableIdentity tableId)
          Sets the table id.
 

Constructors in synergynetframework.appsystem.services.net.rapidnetworkmanager.utils.networkflick with parameters of type TableIdentity
TableInfo(TableIdentity tableId, int positionX, int positionY, float angle)
          Instantiates a new table info.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.tablecomms.client
 

Methods in synergynetframework.appsystem.services.net.tablecomms.client that return types with arguments of type TableIdentity
 java.util.List<TableIdentity> TableCommsClientService.getCurrentlyOnline()
          Gets the currently online.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.tablecomms.messages
 

Methods in synergynetframework.appsystem.services.net.tablecomms.messages that return TableIdentity
 TableIdentity TableMessage.getSender()
          Gets the sender.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.tablecomms.messages.application
 

Methods in synergynetframework.appsystem.services.net.tablecomms.messages.application that return TableIdentity
 TableIdentity UnicastApplicationMessage.getRecipient()
          Gets the recipient.
 

Methods in synergynetframework.appsystem.services.net.tablecomms.messages.application with parameters of type TableIdentity
 void UnicastApplicationMessage.setRecipient(TableIdentity id)
          Sets the recipient.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.tablecomms.messages.control.fromserver
 

Methods in synergynetframework.appsystem.services.net.tablecomms.messages.control.fromserver that return types with arguments of type TableIdentity
 java.util.Map<TableIdentity,java.lang.String> TableStatusResponse.getStatuses()
          Gets the statuses.
 

Methods in synergynetframework.appsystem.services.net.tablecomms.messages.control.fromserver with parameters of type TableIdentity
 void TableStatusResponse.addStatus(TableIdentity id, java.lang.String status)
          Adds the status.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.tablecomms.messages.system
 

Methods in synergynetframework.appsystem.services.net.tablecomms.messages.system that return TableIdentity
 TableIdentity UnicastSystemMessage.getRecipient()
          Gets the recipient.
 

Methods in synergynetframework.appsystem.services.net.tablecomms.messages.system with parameters of type TableIdentity
 void UnicastSystemMessage.setRecipient(TableIdentity id)
          Sets the recipient.
 

Uses of TableIdentity in synergynetframework.appsystem.services.net.tablecomms.server
 

Methods in synergynetframework.appsystem.services.net.tablecomms.server that return TableIdentity
 TableIdentity TableCommsServerService.getTableIdentityForHandler(ConnectionHandler handler)
          Gets the table identity for handler.
 

Methods in synergynetframework.appsystem.services.net.tablecomms.server that return types with arguments of type TableIdentity
 java.util.Map<TableIdentity,ConnectionHandler> TableCommsServerService.getReceivers()
          Gets the receivers.
 

Methods in synergynetframework.appsystem.services.net.tablecomms.server with parameters of type TableIdentity
 java.util.List<java.lang.String> TableCommsServerService.getApplicationsRegisteredForTable(TableIdentity id)
          Gets the applications registered for table.