|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SystemNewFilterAction com.ibm.etools.iseries.rse.ui.actions.QSYSNewFilterAction com.ibm.etools.iseries.rse.ui.actions.QSYSNewMemberFilterAction
public class QSYSNewMemberFilterAction
The action that displays the New Member Filter wizard. Member Filters are typed filters that allow users to get a list of members meeting the filtering criteria
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
QSYSNewMemberFilterAction(Shell shell,
ISystemFilterPool parentPool)
Constructor |
Method Summary | |
---|---|
protected void |
configureNewFilterWizard(SystemNewFilterWizard wizard)
Parent intercept. |
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 |
---|
public static String copyright
Constructor Detail |
---|
public QSYSNewMemberFilterAction(Shell shell, ISystemFilterPool parentPool)
Method Detail |
---|
public void setParentFilterPool(ISystemFilterPool parentPool)
setParentFilterPool
in class QSYSNewFilterAction
protected void configureNewFilterWizard(SystemNewFilterWizard wizard)
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 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |