Uses of Class
apps.remotecontrol.tableportal.TablePortal.RemoteTableMode

Packages that use TablePortal.RemoteTableMode
apps.remotecontrol.networkmanager.managers   
apps.remotecontrol.tableportal   
 

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

Methods in apps.remotecontrol.networkmanager.managers with parameters of type TablePortal.RemoteTableMode
 void NetworkedContentManager.setRemoteTableMode(TableIdentity tableId, TablePortal.RemoteTableMode mode)
          Sets the remote table mode.
 

Uses of TablePortal.RemoteTableMode in apps.remotecontrol.tableportal
 

Methods in apps.remotecontrol.tableportal that return TablePortal.RemoteTableMode
static TablePortal.RemoteTableMode TablePortal.RemoteTableMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TablePortal.RemoteTableMode[] TablePortal.RemoteTableMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in apps.remotecontrol.tableportal with parameters of type TablePortal.RemoteTableMode
 void TablePortal.setTableMode(TablePortal.RemoteTableMode mode)
          Sets the table mode.