Uses of Class
apps.remotecontrol.networkmanager.managers.NetworkedContentManager

Packages that use NetworkedContentManager
apps.mysteriestableportal   
apps.remotecontrol.networkmanager.handlers   
apps.remotecontrol.networkmanager.managers   
apps.remotecontrol.networkmanager.managers.syncmanager   
apps.remotecontrol.tableportal   
apps.remotecontrol.test   
 

Uses of NetworkedContentManager in apps.mysteriestableportal
 

Methods in apps.mysteriestableportal that return NetworkedContentManager
 NetworkedContentManager ControllerApp.getNetworkedContentManager()
          Gets the networked content manager.
 

Constructors in apps.mysteriestableportal with parameters of type NetworkedContentManager
ClearDataDialog(NetworkedContentManager manager, ContentSystem contentSystem)
          Instantiates a new clear data dialog.
 

Uses of NetworkedContentManager in apps.remotecontrol.networkmanager.handlers
 

Constructors in apps.remotecontrol.networkmanager.handlers with parameters of type NetworkedContentManager
DefaultMessageHandler(NetworkedContentManager manager)
          Instantiates a new default message handler.
 

Uses of NetworkedContentManager in apps.remotecontrol.networkmanager.managers
 

Methods in apps.remotecontrol.networkmanager.managers with parameters of type NetworkedContentManager
 void TablePortalManager.setNetworkedContentManager(NetworkedContentManager manager)
          Sets the networked content manager.
 

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

Constructors in apps.remotecontrol.networkmanager.managers.syncmanager with parameters of type NetworkedContentManager
SyncManager(NetworkedContentManager networkManager)
          Instantiates a new sync manager.
 

Uses of NetworkedContentManager in apps.remotecontrol.tableportal
 

Methods in apps.remotecontrol.tableportal that return NetworkedContentManager
 NetworkedContentManager TablePortal.getNetworkManager()
          Gets the network manager.
 

Methods in apps.remotecontrol.tableportal with parameters of type NetworkedContentManager
 void WorkspaceManager.setNetworkedContentManager(NetworkedContentManager networkManager)
          Sets the networked content manager.
 void TablePortal.setNetworkedContentManager(NetworkedContentManager manager)
          Sets the networked content manager.
 

Constructors in apps.remotecontrol.tableportal with parameters of type NetworkedContentManager
TablePortal(ContentSystem contentSystem, NetworkedContentManager networkManager, GraphManager grapgManager)
          Instantiates a new table portal.
 

Uses of NetworkedContentManager in apps.remotecontrol.test
 

Methods in apps.remotecontrol.test with parameters of type NetworkedContentManager
 void SyncTester.setNetworkedContentManager(NetworkedContentManager networkManager)
          Sets the networked content manager.
 

Constructors in apps.remotecontrol.test with parameters of type NetworkedContentManager
SyncTester(NetworkedContentManager networkManager)
          Instantiates a new sync tester.