ehsbe CommonsTM
Version 1.1.0rc3

Uses of Class
com.ehsbe.commons.gui.wizard.NavMode

Packages that use NavMode
com.ehsbe.commons.gui.wizard   
 

Uses of NavMode in com.ehsbe.commons.gui.wizard
 

Methods in com.ehsbe.commons.gui.wizard that return NavMode
static NavMode NavMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NavMode[] NavMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ehsbe.commons.gui.wizard that return types with arguments of type NavMode
 EnumSet<NavMode> ButtonPanel.getEnabled()
          Get all enable navigation modes.
 EnumSet<NavMode> TaskControlEvent.getMode()
          Get the navigation mode, which should be propagated.
 

Methods in com.ehsbe.commons.gui.wizard with parameters of type NavMode
protected  void Wizard.ctrlTaskFinshed(NavMode next)
          Handles task controller notifications about an active task has finished its work, i.e. switching to another task is allowed, if the corresponding navigation buttons are enabled.
 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 TaskControl.finishTask(HashMap<Task,HashMap<? extends Object,? extends Object>> settings, NavMode nextMode)
          Usually called by the wizard to indicate, that it intents to switch to another state.
 

Method parameters in com.ehsbe.commons.gui.wizard with type arguments of type NavMode
protected  void Wizard.ctrlNavMode(EnumSet<NavMode> modes)
          Handles task controller notifications about requested navigation button state changes.
 void ButtonPanel.enable(EnumSet<NavMode> modes)
          Enable all buttons for the given modes and disable all others.
 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.
protected  void TaskControl.fireStateChange(TaskControlEvent.Type what, EnumSet<NavMode> mode)
          Fires a TaskControlEvent.
 JComponent TaskControl.getPage(HashMap<Task,HashMap<? extends Object,? extends Object>> settings, EnumSet<NavMode> initalMode)
          Create the wizard page, which needs to be shown for the current task in action.
 void TaskControl.setNavMode(Task task, EnumSet<NavMode> mode)
          Calback for the currently executing task to inform about state changes, which caused a change in currently allowed navigation modes.
 

Constructor parameters in com.ehsbe.commons.gui.wizard with type arguments of type NavMode
TaskControlEvent(TaskControl source, TaskControlEvent.Type type, EnumSet<NavMode> mode)
          Construct a TaskEvent.
 


ehsbe CommonsTM
Version 1.1.0rc3

Copyright ©2005-2009 EHSBE, Walther-Rathenau-Str. 58, 39104 Magdeburg, Sachsen-Anhalt, Germany. All Rights Reserved.