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

Packages that use TablePortal.OperationMode
apps.remotecontrol.tableportal   
 

Uses of TablePortal.OperationMode in apps.remotecontrol.tableportal
 

Methods in apps.remotecontrol.tableportal that return TablePortal.OperationMode
static TablePortal.OperationMode TablePortal.OperationMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TablePortal.OperationMode[] TablePortal.OperationMode.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.OperationMode
 void TablePortal.setOperationMode(TablePortal.OperationMode mode)
          Sets the operation mode.