|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskControl | |
---|---|
com.ehsbe.commons.gui.wizard |
Uses of TaskControl in com.ehsbe.commons.gui.wizard |
---|
Methods in com.ehsbe.commons.gui.wizard with parameters of type TaskControl | |
---|---|
void |
Sidebar.adjustActive(TaskControl control)
Adjust the display wrt. the new task in action. |
void |
Sidebar.adjustList(TaskControl control)
Adjust the current list of task, i.e. reflect the change in the structure of a task tree. |
static JDialog |
Wizard.createDialog(TaskControl control,
boolean sidebar,
boolean help,
JFrame owner)
Create a new modal, resizable wizard dialog. |
JComponent |
ExecService.execute(HashMap<Task,HashMap<? extends Object,? extends Object>> settings,
TaskControl control,
EnumSet<NavMode> initalMode)
Create the UI aka wizard page, which should be displayed and do the work described by the task. |
JComponent |
ExecServiceAdapter.execute(HashMap<Task,HashMap<? extends Object,? extends Object>> settings,
TaskControl control,
EnumSet<NavMode> initalMode)
Create the UI aka wizard page, which should be displayed and do the work described by the task. |
JComponent |
Task.execute(HashMap<Task,HashMap<? extends Object,? extends Object>> settings,
TaskControl control,
EnumSet<NavMode> initalMode)
Create the UI aka wizard page, which should be displayed and do the work described by the task. |
void |
ExecService.finish(HashMap<Task,HashMap<? extends Object,? extends Object>> settings,
TaskControl control,
NavMode mode)
Calculate final results for this task, cleanup resources and notify the controller, when all work has been done. |
void |
ExecServiceAdapter.finish(HashMap<Task,HashMap<? extends Object,? extends Object>> settings,
TaskControl control,
NavMode mode)
Calculate final results for this task, cleanup resources and notify the controller, when all work has been done. |
void |
Task.finish(HashMap<Task,HashMap<? extends Object,? extends Object>> settings,
TaskControl control,
NavMode mode)
Calculate final results for this task, cleanup resources and notify the controller, when all work has been done. |
void |
ExecService.prepare(HashMap<Task,HashMap<? extends Object,? extends Object>> settings,
TaskControl control)
Prepare all data required to setup the UI aka wizard page for a task. |
void |
ExecServiceAdapter.prepare(HashMap<Task,HashMap<? extends Object,? extends Object>> settings,
TaskControl control)
Prepare all data required to setup the UI aka wizard page for a task. |
void |
Task.prepare(HashMap<Task,HashMap<? extends Object,? extends Object>> settings,
TaskControl control)
Prepare all data required to setup the UI aka wizard page for a task. |
void |
ExecService.showHelp(HashMap<Task,HashMap<? extends Object,? extends Object>> settings,
TaskControl control,
JComponent parent)
Show the help for this task. |
void |
ExecServiceAdapter.showHelp(HashMap<Task,HashMap<? extends Object,? extends Object>> settings,
TaskControl control,
JComponent parent)
Show the help for this task. |
void |
Task.showHelp(HashMap<Task,HashMap<? extends Object,? extends Object>> settings,
TaskControl control,
JComponent parent)
Show the help for this task. |
Constructors in com.ehsbe.commons.gui.wizard with parameters of type TaskControl | |
---|---|
TaskControlEvent(TaskControl source,
TaskControlEvent.Type type,
EnumSet<NavMode> mode)
Construct a TaskEvent. |
|
Wizard(TaskControl control,
boolean sidebar,
boolean help)
Create a new wizard and initialize its main UI elements. |
|
Wizard(Task main,
TaskControl control,
boolean sidebar,
boolean help)
Create a new wizard, its default task control and initialize its main UI elements. |
|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |