Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.actions
Class QSYSNewJobFilterAction

java.lang.Object
  extended by SystemNewFilterAction
      extended by com.ibm.etools.iseries.rse.ui.actions.QSYSNewFilterAction
          extended by com.ibm.etools.iseries.rse.ui.actions.QSYSNewJobFilterAction

public class QSYSNewJobFilterAction
extends QSYSNewFilterAction

The action that displays the New Job Filter wizard. Job Filters are typed filters that allow users to get a list of jobs meeting the filtering criteria


Field Summary
static String copyright
           
 
Constructor Summary
QSYSNewJobFilterAction(Shell shell, ISystemFilterPool parentPool)
          Constructor
 
Method Summary
protected  void configureNewFilterWizard(SystemNewFilterWizard wizard)
          Parent intercept.
 
Methods inherited from class com.ibm.etools.iseries.rse.ui.actions.QSYSNewFilterAction
run, setParentFilterPool, updateSelection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

QSYSNewJobFilterAction

public QSYSNewJobFilterAction(Shell shell,
                              ISystemFilterPool parentPool)
Constructor

Method Detail

configureNewFilterWizard

protected void configureNewFilterWizard(SystemNewFilterWizard wizard)
Parent intercept.

Overridable extension. For those cases when you don't want to create your own wizard subclass, but prefer to simply configure the default wizard.

Note, at the point this is called, all the base configuration, based on the setters for this action, have been called.

We do it here versus via setters as it defers some work until the user actually selects this action.


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.