iSeries Remote Systems
v6.0.0

com.ibm.etools.iseries.core.ui.actions.select
Interface IISeriesSelectFieldAction

All Superinterfaces:
IAction, IISeriesSelectAction, ISelectionChangedListener, com.ibm.etools.systems.core.ui.actions.ISystemAction, com.ibm.etools.systems.core.ui.actions.ISystemDialogAction
All Known Implementing Classes:
ISeriesSelectFieldAction

public interface IISeriesSelectFieldAction
extends IISeriesSelectAction

An interface shared by all AS400 select-field actions


Field Summary
static String Copyright
           
 
Fields inherited from interface com.ibm.etools.systems.core.ui.actions.ISystemDialogAction
copyright
 
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, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT
 
Method Summary
 void addFieldFilter(String filterString)
          Add a field filter that users can expand to start their search.
 void addFileFilter(String filterString)
          Add a file filter that users can expand to start their search.
 ISeriesField getSelectedField()
          Return the selected field
 String getSelectedFieldName()
          Return name of selected field
 String getSelectedFileName()
          Return name of selected field's file
 String getSelectedRecordName()
          Return name of selected field's record
 
Methods inherited from interface com.ibm.etools.iseries.core.ui.actions.select.IISeriesSelectAction
addFilter, addLibraryFilter, getSelectedConnection, getSelectedLibraryName, getSelectedName, reset, setDefaultConnection, setDialogTitle, setMessage, setSelectionTreeToolTipText, setShowNewConnectionPrompt, setShowPropertySheet, setShowYourLibrariesPrompt, setSystemConnection
 
Methods inherited from interface com.ibm.etools.systems.core.ui.actions.ISystemDialogAction
getValue, setProcessAllSelections, setValue, wasCancelled
 
Methods inherited from interface com.ibm.etools.systems.core.ui.actions.ISystemAction
allowOnMultipleSelection, getContextMenuGroup, getHelpContextId, getSelection, getShell, getViewer, isDummy, isSelectionSensitive, setContextMenuGroup, setHelp, setInputs, setSelection, 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, removePropertyChangeListener, run, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
 
Methods inherited from interface org.eclipse.jface.viewers.ISelectionChangedListener
selectionChanged
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Method Detail

addFieldFilter

public void addFieldFilter(String filterString)
Add a field filter that users can expand to start their search. This is just a specialization of addFilter(String)


addFileFilter

public void addFileFilter(String filterString)
Add a file filter that users can expand to start their search. This is just a specialization of addFilter(String)


getSelectedFieldName

public String getSelectedFieldName()
Return name of selected field


getSelectedRecordName

public String getSelectedRecordName()
Return name of selected field's record


getSelectedFileName

public String getSelectedFileName()
Return name of selected field's file


getSelectedField

public ISeriesField getSelectedField()
Return the selected field


iSeries Remote Systems
v6.0.0

Copyright © 2005 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.