org.jppf.ui.actions
Class ActionsInitializer

java.lang.Object
  extended by org.jppf.ui.actions.ActionsInitializer
All Implemented Interfaces:
Runnable

public class ActionsInitializer
extends Object
implements Runnable

Task that sets the actions in the toolbar.


Constructor Summary
ActionsInitializer(OptionElement mainPanel, ActionHolder actionHolder, String btnContainerName)
          Initialize this actions initializer.
ActionsInitializer(OptionElement mainPanel, String btnContainerName)
          Initialize this actions initializer.
 
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
 

Constructor Detail

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).
Method Detail

run

public void run()
Execute this task.

Specified by:
run in interface Runnable
See Also:
Runnable.run()


Copyright © 2005-2010 JPPF Team.