org.jppf.ui.actions
Class JTreeTableActionHandler

java.lang.Object
  extended by org.jppf.ui.actions.AbstractActionHandler
      extended by org.jppf.ui.actions.JTreeTableActionHandler
All Implemented Interfaces:
ActionHandler
Direct Known Subclasses:
JobDataPanelActionManager

public class JTreeTableActionHandler
extends AbstractActionHandler

Abstract implementation of the ActionManager interface for JTreeTable components.

Author:
Laurent Cohen

Field Summary
protected  JTreeTable treeTable
          The JTreeTable whose actions are managed.
 
Fields inherited from class org.jppf.ui.actions.AbstractActionHandler
actionMap, selectedElements
 
Constructor Summary
JTreeTableActionHandler(JTreeTable treeTable)
          Initialize this action manager with the specified JTreeTable component.
 
Method Summary
protected  void computeSelectedElements()
          Compute the list of elements selected in the component.
 
Methods inherited from class org.jppf.ui.actions.AbstractActionHandler
getAction, getSelectedElements, putAction, updateActions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

treeTable

protected JTreeTable treeTable
The JTreeTable whose actions are managed.

Constructor Detail

JTreeTableActionHandler

public JTreeTableActionHandler(JTreeTable treeTable)
Initialize this action manager with the specified JTreeTable component.

Parameters:
treeTable - the JTreeTable whose actions are managed.
Method Detail

computeSelectedElements

protected void computeSelectedElements()
Compute the list of elements selected in the component.



Copyright © 2005-2010 JPPF Team.