org.jppf.ui.monitoring.job
Class JobDataPanelActionManager

java.lang.Object
  extended by org.jppf.ui.actions.AbstractActionHandler
      extended by org.jppf.ui.actions.JTreeTableActionHandler
          extended by org.jppf.ui.monitoring.job.JobDataPanelActionManager
All Implemented Interfaces:
ActionHandler

public class JobDataPanelActionManager
extends JTreeTableActionHandler

Action handler for the JOb Data Panel.

Author:
Laurent Cohen

Field Summary
 
Fields inherited from class org.jppf.ui.actions.JTreeTableActionHandler
treeTable
 
Fields inherited from class org.jppf.ui.actions.AbstractActionHandler
actionMap, selectedElements
 
Constructor Summary
JobDataPanelActionManager(JTreeTable treeTable)
          Initialize this action manager with the specified JTreeTable component.
 
Method Summary
 
Methods inherited from class org.jppf.ui.actions.JTreeTableActionHandler
computeSelectedElements
 
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
 

Constructor Detail

JobDataPanelActionManager

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

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


Copyright © 2005-2010 JPPF Team.