org.jppf.ui.actions
Class JTreeTableActionHandler
java.lang.Object
org.jppf.ui.actions.AbstractActionHandler
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
treeTable
protected JTreeTable treeTable
- The JTreeTable whose actions are managed.
JTreeTableActionHandler
public JTreeTableActionHandler(JTreeTable treeTable)
- Initialize this action manager with the specified JTreeTable component.
- Parameters:
treeTable - the JTreeTable whose actions are managed.
computeSelectedElements
protected void computeSelectedElements()
- Compute the list of elements selected in the component.
Copyright © 2005-2010 JPPF Team.