Uses of Class
pulse.ui.frames.TaskControlFrame.Mode
-
Packages that use TaskControlFrame.Mode Package Description pulse.ui.frames Contains all JFrame classes that are used to create the graphical user interface ofPULsE
. -
-
Uses of TaskControlFrame.Mode in pulse.ui.frames
Methods in pulse.ui.frames that return TaskControlFrame.Mode Modifier and Type Method Description TaskControlFrame.Mode
TaskControlFrame. getMode()
static TaskControlFrame.Mode
TaskControlFrame.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskControlFrame.Mode[]
TaskControlFrame.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-