Uses of Class
apps.remotecontrol.tableportal.TablePortal

Packages that use TablePortal
apps.remotecontrol.networkmanager.managers   
apps.remotecontrol.networkmanager.managers.trackmanager   
apps.remotecontrol.tableportal   
apps.remotecontrol.tableportal.inspectionutility   
 

Uses of TablePortal in apps.remotecontrol.networkmanager.managers
 

Methods in apps.remotecontrol.networkmanager.managers that return TablePortal
 TablePortal TablePortalManager.getTablePortal(java.lang.String id)
          Gets the table portal.
 TablePortal TablePortalManager.getTablePortalForTable(TableIdentity tableId)
          Gets the table portal for table.
 

Methods in apps.remotecontrol.networkmanager.managers that return types with arguments of type TablePortal
 java.util.List<TablePortal> TablePortalManager.getTablePortals()
          Gets the table portals.
 

Methods in apps.remotecontrol.networkmanager.managers with parameters of type TablePortal
 void TablePortalManager.registerTablePortal(TablePortal tablePortal)
          Register table portal.
 void TablePortalManager.unregisterTablePortal(TablePortal tablePortal)
          Unregister table portal.
 

Uses of TablePortal in apps.remotecontrol.networkmanager.managers.trackmanager
 

Constructors in apps.remotecontrol.networkmanager.managers.trackmanager with parameters of type TablePortal
TrackListener(TablePortal portal)
          Instantiates a new track listener.
 

Uses of TablePortal in apps.remotecontrol.tableportal
 

Fields in apps.remotecontrol.tableportal with type parameters of type TablePortal
 java.util.List<TablePortal> WorkspaceManager.inspectedPortals
          The inspected portals.
 

Methods in apps.remotecontrol.tableportal that return TablePortal
 TablePortal WorkspaceManager.getSourceTablePortal(ContentItem item)
          Gets the source table portal.
 

Methods in apps.remotecontrol.tableportal with parameters of type TablePortal
 void WorkspaceManager.disableInspectionForPortal(TablePortal tablePortal)
          Disable inspection for portal.
 void WorkspaceManager.enableInspectionForPortal(TablePortal tablePortal)
          Enable inspection for portal.
 boolean WorkspaceManager.isInspectionEnabledForPortal(TablePortal tablePortal)
          Checks if is inspection enabled for portal.
 

Constructors in apps.remotecontrol.tableportal with parameters of type TablePortal
CullManager(TablePortal portal)
          Instantiates a new cull manager.
CustomiseViewDialog(TablePortal portal, ContentSystem contentSystem)
          Instantiates a new customise view dialog.
DisplayPanel(ContentSystem contentSystem, TablePortal portal)
          Instantiates a new display panel.
PortalNavigator(ContentSystem contentSystem, TablePortal portal)
          Instantiates a new portal navigator.
Radar(ContentSystem contentSystem, TablePortal portal)
          Instantiates a new radar.
RadarCullManager(TablePortal portal, Radar radar)
          Instantiates a new radar cull manager.
TableConnectDialog(TablePortal portal, ContentSystem contentSystem)
          Instantiates a new table connect dialog.
TablePortalControlPanel(ContentSystem contentSystem, TablePortal portal)
          Instantiates a new table portal control panel.
 

Uses of TablePortal in apps.remotecontrol.tableportal.inspectionutility
 

Fields in apps.remotecontrol.tableportal.inspectionutility declared as TablePortal
 TablePortal CircularLayout.sourcePortal
          The source portal.