Rational Developer for Power Systems Software
V7.6

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

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.QSYSNewLibraryListFilterAction

public class QSYSNewLibraryListFilterAction
extends QSYSNewFilterAction

The action that displays the New Library List Filter wizard. Library List Filters are typed filters that have a name, but only a single *LIBL filter string.


Field Summary
static String copyright
           
 
Constructor Summary
QSYSNewLibraryListFilterAction(Shell shell, ISystemFilterPool parentPool)
          Constructor
 
Method Summary
static void configureLibraryListFilter(ISystemFilter newFilter)
          Configure a new filter to be a "library list" filter.
protected  void configureNewFilter(ISystemFilter newFilter)
          Parent intercept.
protected  void configureNewFilterWizard(SystemNewFilterWizard wizard)
           
 void setParentFilterPool(ISystemFilterPool parentPool)
          Set the parent filter pool that the new-filter actions need.
 
Methods inherited from class com.ibm.etools.iseries.rse.ui.actions.QSYSNewFilterAction
run, 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

QSYSNewLibraryListFilterAction

public QSYSNewLibraryListFilterAction(Shell shell,
                                      ISystemFilterPool parentPool)
Constructor

Method Detail

setParentFilterPool

public void setParentFilterPool(ISystemFilterPool parentPool)
Set the parent filter pool that the new-filter actions need.

Overrides:
setParentFilterPool in class QSYSNewFilterAction

configureNewFilter

protected void configureNewFilter(ISystemFilter newFilter)
Parent intercept.

Configure the new filter created by the wizard. This is only called after successful completion of the wizard


configureLibraryListFilter

public static void configureLibraryListFilter(ISystemFilter newFilter)
Configure a new filter to be a "library list" filter. Note that this assumes the type is already set.


configureNewFilterWizard

protected void configureNewFilterWizard(SystemNewFilterWizard wizard)

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.