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

Packages that use TablePortal.TraceMode
apps.remotecontrol.tableportal   
 

Uses of TablePortal.TraceMode in apps.remotecontrol.tableportal
 

Methods in apps.remotecontrol.tableportal that return TablePortal.TraceMode
 TablePortal.TraceMode TablePortal.getTraceMode()
          Gets the trace mode.
static TablePortal.TraceMode TablePortal.TraceMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TablePortal.TraceMode[] TablePortal.TraceMode.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.TraceMode
 void TablePortal.setTraceMode(TablePortal.TraceMode currentTraceMode)
          Sets the trace mode.
 void DisplayPanel.updateTraceMode(TablePortal.TraceMode currentTraceMode)
          Update trace mode.