Uses of Interface
org.jppf.ui.options.event.ValueChangeListener

Packages that use ValueChangeListener
org.jppf.ui.actions Classes for management of actions associated to toolbar buttons and right-click menu items. 
org.jppf.ui.monitoring.job.actions Classes supporting the actions and menu items for the toolbar and popu menu in the job data panel. 
org.jppf.ui.monitoring.node.actions Classes supporting the actions and menu items for the popu menu for in the nodes panel. 
org.jppf.ui.options Classes used for automatic generation of options pages. 
org.jppf.ui.options.event Classes supporting the event handling mechanisms for the options. 
org.jppf.ui.options.xml Utility classes to build UI components from XML descriptors. 
 

Uses of ValueChangeListener in org.jppf.ui.actions
 

Subinterfaces of ValueChangeListener in org.jppf.ui.actions
 interface UpdatableAction
          Interface for actions whose enabled state can be updated dynamically.
 

Classes in org.jppf.ui.actions that implement ValueChangeListener
 class AbstractUpdatableAction
          Abstract superclass for actions used in toolbars or popup menus.
 

Uses of ValueChangeListener in org.jppf.ui.monitoring.job.actions
 

Classes in org.jppf.ui.monitoring.job.actions that implement ValueChangeListener
 class AbstractJobAction
          Common super class for job actions.
 class AbstractSuspendJobAction
          This action suspends a job.
 class CancelJobAction
          This action stops a job.
 class ResumeJobAction
          This action suspends a job.
 class SuspendJobAction
          This action suspends a job and causes all sub-jobs currently executing to lwft executing until completion.
 class SuspendRequeueJobAction
          This action suspends a job and causes all sub-jobs currently executing to be canceled and requeued on the server.
 class UpdateMaxNodesAction
          This action updates the maximum number of nodes a job can run on.
 

Uses of ValueChangeListener in org.jppf.ui.monitoring.node.actions
 

Classes in org.jppf.ui.monitoring.node.actions that implement ValueChangeListener
 class AbstractSelectionAction
          Abstract superclass for actions that select nodes in the tree table.
 class AbstractTopologyAction
          Abstract superclass for all actions in the topology panel.
 class NodeConfigurationAction
          This action displays an input panel for the user to type a new thread pool size for a node, and updates the node with it.
 class NodeInformationAction
          This action displays the node environment information in a spearate frame.
 class NodeThreadsAction
          This action displays an input panel for the user to type a new thread pool size for a node, and updates the node with it.
 class ResetTaskCounterAction
          This action resets the task counter of a node to 0.
 class RestartNodeAction
          This action restarts a node.
 class SelectDriversAction
          Action performed to select all drivers in the topology view.
 class SelectNodesAction
          Action performed to select all drivers in the topology view.
 class ServerShutdownRestartAction
          This action stops a server and optionally restarts it after a specified delay.
 class ServerStatisticsResetAction
          This action stops a node.
 class ShutdownNodeAction
          This action stops a node.
 

Uses of ValueChangeListener in org.jppf.ui.options
 

Fields in org.jppf.ui.options declared as ValueChangeListener
protected  ValueChangeListener AbstractOptionProperties.finalizer
          The action to fire immediately when the page is disposed.
protected  ValueChangeListener AbstractOptionProperties.initializer
          The action to fire immediately after the page is built, allowing to perform initializations before the page is displayed and used.
 

Fields in org.jppf.ui.options with type parameters of type ValueChangeListener
protected  List<ValueChangeListener> AbstractOption.listeners
          List of listeners that are notified when the value of this option changes.
 

Methods in org.jppf.ui.options that return ValueChangeListener
 ValueChangeListener OptionProperties.getFinalizer()
          Get the action to fire immediately when the page is disposed.
 ValueChangeListener AbstractOptionProperties.getFinalizer()
          Get the finalizer for this option.
 ValueChangeListener OptionProperties.getInitializer()
          Get the action to fire immediately after the page is built, allowing to perform initializations before the page is displayed and used.
 ValueChangeListener AbstractOptionProperties.getInitializer()
          Get the initializer for this option.
 

Methods in org.jppf.ui.options with parameters of type ValueChangeListener
 void AbstractOption.addValueChangeListener(ValueChangeListener listener)
          Add a value change listener to this option's list of listeners.
 void AbstractOption.removeValueChangeListener(ValueChangeListener listener)
          Remove a value change listener from this option's list of listeners.
 void AbstractOptionProperties.setFinalizer(ValueChangeListener finalizer)
          Set the finalizer for this option.
 void AbstractOptionProperties.setInitializer(ValueChangeListener initializer)
          Set the initializer for this option.
 

Uses of ValueChangeListener in org.jppf.ui.options.event
 

Classes in org.jppf.ui.options.event that implement ValueChangeListener
 class ScriptedValueChangeListener
          Implementation of ValueChangeListener for script-based event listeners.
 

Uses of ValueChangeListener in org.jppf.ui.options.xml
 

Methods in org.jppf.ui.options.xml that return ValueChangeListener
 ValueChangeListener OptionsPageBuilder.createListener(OptionDescriptor.ListenerDescriptor listenerDesc)
          Create a value change listener from a listener descriptor.
 



Copyright © 2005-2010 JPPF Team.