org.jppf.ui.actions
Class ActionsInitializer
java.lang.Object
org.jppf.ui.actions.ActionsInitializer
- All Implemented Interfaces:
- Runnable
public class ActionsInitializer
- extends Object
- implements Runnable
Task that sets the actions in the toolbar.
|
Method Summary |
void |
run()
Execute this task. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionsInitializer
public ActionsInitializer(OptionElement mainPanel,
String btnContainerName)
- Initialize this actions initializer.
- Parameters:
mainPanel - the panel to which the actions apply.btnContainerName - the container for the buttons associated with the actions (toolbar).
ActionsInitializer
public ActionsInitializer(OptionElement mainPanel,
ActionHolder actionHolder,
String btnContainerName)
- Initialize this actions initializer.
- Parameters:
mainPanel - the panel to which the actions apply.actionHolder - the panel to which the actions apply.btnContainerName - the container for the buttons associated with the actions (toolbar).
run
public void run()
- Execute this task.
- Specified by:
run in interface Runnable
- See Also:
Runnable.run()
Copyright © 2005-2010 JPPF Team.