|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.jface.action.AbstractAction
org.eclipse.jface.action.Action
org.eclipse.rse.ui.actions.SystemBaseAction
org.eclipse.rse.ui.actions.SystemBaseDialogAction
org.eclipse.rse.ui.filters.actions.SystemFilterAbstractFilterPoolAction
org.eclipse.rse.ui.filters.actions.SystemFilterWorkWithFilterPoolsAction
The action that displays the Work With Filter Pools dialog
| Field Summary |
|---|
| Fields inherited from class org.eclipse.rse.ui.filters.actions.SystemFilterAbstractFilterPoolAction |
|---|
dlgInputs, mgrNamePreselect |
| Fields inherited from class org.eclipse.rse.ui.actions.SystemBaseDialogAction |
|---|
cancelled, dlgHelpId, needsProgressMonitor, needsProgressMonitorSet, processAll, value |
| Fields inherited from class org.eclipse.rse.ui.actions.SystemBaseAction |
|---|
allowOnMultipleSelection, arrowCursor, helpId, selectionSensitive, shell, sSelection, traceSelections, traceTarget, viewer, waitCursor |
| Fields inherited from interface org.eclipse.jface.action.IAction |
|---|
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, HANDLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT |
| Constructor Summary | |
|---|---|
SystemFilterWorkWithFilterPoolsAction(Shell parent)
Constructor when default label desired. |
|
SystemFilterWorkWithFilterPoolsAction(Shell parent,
boolean cascadingAction)
Constructor when default label desired, and you want to choose between Work With -> Filter Pools and Work With Filter Pools. |
|
SystemFilterWorkWithFilterPoolsAction(Shell parent,
String title)
Constructor when given the translated action label |
|
| Method Summary | |
|---|---|
boolean |
checkObjectType(Object selectedObject)
Called by SystemBaseAction when selection is set. |
SystemFilterPoolDialogInterface |
createFilterPoolDialog(Shell parent)
Override of parent to create and return our specific filter pool dialog. |
void |
doOKprocessing(Object dlgValue)
Because we return null from getDialogValue(Dialog dlg), this method will never be called. |
protected Object |
getDialogValue(Dialog dlg)
We are a special case of dialog, where we do not need to do anything upon return from the dialog, as the dialog itself does it all. |
SystemSimpleContentElement |
getTreeModel()
Callback for dialog to refresh its contents |
SystemSimpleContentElement |
getTreeModelPreSelection(SystemSimpleContentElement input)
Callback for dialog to refresh its contents |
protected void |
init()
Override of init in parent |
void |
reset()
Reset between runs |
void |
setFilterPoolNameValidator(ValidatorFilterPoolName pnv)
Set the pool name validator for the rename action. |
| Methods inherited from class org.eclipse.rse.ui.actions.SystemBaseDialogAction |
|---|
getDialogHelpContextId, getNeedsProgressMonitor, getProcessAllSelections, getValue, setDialogHelp, setNeedsProgressMonitor, setProcessAllSelections, setValue, wasCancelled, wasNeedsProgressMonitorSet |
| Methods inherited from class org.eclipse.jface.action.AbstractAction |
|---|
addPropertyChangeListener, firePropertyChange, firePropertyChange, removePropertyChangeListener |
| Methods inherited from class org.eclipse.core.commands.common.EventManager |
|---|
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.rse.ui.filters.SystemFilterPoolManagerUIProvider |
|---|
getFilterPoolManagers |
| Methods inherited from interface org.eclipse.rse.ui.actions.ISystemAction |
|---|
allowOnMultipleSelection, getContextMenuGroup, getHelpContextId, getSelection, getShell, getViewer, isDummy, isSelectionSensitive, setContextMenuGroup, setHelp, setInputs, setSelectionSensitive, setShell, setViewer |
| Methods inherited from interface org.eclipse.jface.action.IAction |
|---|
addPropertyChangeListener, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, isHandled, removePropertyChangeListener, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText |
| Methods inherited from interface org.eclipse.jface.viewers.ISelectionChangedListener |
|---|
selectionChanged |
| Constructor Detail |
public SystemFilterWorkWithFilterPoolsAction(Shell parent)
public SystemFilterWorkWithFilterPoolsAction(Shell parent,
boolean cascadingAction)
public SystemFilterWorkWithFilterPoolsAction(Shell parent,
String title)
| Method Detail |
protected void init()
init in class SystemFilterAbstractFilterPoolActionpublic void reset()
public void setFilterPoolNameValidator(ValidatorFilterPoolName pnv)
public boolean checkObjectType(Object selectedObject)
checkObjectType in class SystemFilterAbstractFilterPoolActionpublic SystemFilterPoolDialogInterface createFilterPoolDialog(Shell parent)
createFilterPoolDialog in class SystemFilterAbstractFilterPoolActionpublic SystemSimpleContentElement getTreeModel()
getTreeModel in interface SystemFilterPoolManagerUIProviderpublic SystemSimpleContentElement getTreeModelPreSelection(SystemSimpleContentElement input)
getTreeModelPreSelection in interface SystemFilterPoolManagerUIProviderprotected Object getDialogValue(Dialog dlg)
getDialogValue in class SystemFilterAbstractFilterPoolActiondlg - The dialog object, after it has returned from open.public void doOKprocessing(Object dlgValue)
doOKprocessing in class SystemFilterAbstractFilterPoolActiondlgValue - The output of getDialogValue().
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||