org.jppf.ui.actions
Interface ActionHolder

All Known Implementing Classes:
JobDataPanel, NodeDataPanel

public interface ActionHolder

Interface implemented by UI elements that handle updatable actions.

Author:
Laurent Cohen

Method Summary
 ActionHandler getActionHandler()
          Get the object that handles all actions in toolbars or popup menus.
 

Method Detail

getActionHandler

ActionHandler getActionHandler()
Get the object that handles all actions in toolbars or popup menus.

Returns:
a JTreeTableActionHandler instance.


Copyright © 2005-2010 JPPF Team.