Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.actions.select
Interface IQSYSSelectMemberAction

All Superinterfaces:
IIBMiSelectAction
All Known Implementing Classes:
QSYSSelectMemberAction

public interface IQSYSSelectMemberAction
extends IIBMiSelectAction

An interface shared by all AS400 select-member actions


Field Summary
static String copyright
           
 
Fields inherited from interface com.ibm.etools.iseries.rse.ui.actions.select.IIBMiSelectAction
Copyright
 
Method Summary
 void addFileFilter(String filterString)
          Add a file filter that users can expand to start their search.
 void addMemberFilter(String filterString)
          Add a member filter that users can expand to start their search.
 String getSelectedFileName()
          Return name of selected member's file
 IQSYSMember getSelectedMember()
          Return the selected member
 String getSelectedMemberName()
          Return name of selected member
 void setFileType(String fileType)
          Set the file type for the files to list members in.
 void setFileTypes(String[] fileTypes)
          Set the file types for the files to list members in.
 
Methods inherited from interface com.ibm.etools.iseries.rse.ui.actions.select.IIBMiSelectAction
addFilter, addLibraryFilter, getSelected, getSelectedConnection, getSelectedLibraryName, getSelectedName, getSelectedObjects, reset, setDefaultConnection, setDialogTitle, setMessage, setMultipleSelectionMode, setSelectionTreeToolTipText, setShowNewConnectionPrompt, setShowPropertySheet, setShowYourLibrariesPrompt, setSystemConnection
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

addMemberFilter

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


addFileFilter

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


getSelectedMemberName

String getSelectedMemberName()
Return name of selected member


getSelectedMember

IQSYSMember getSelectedMember()
Return the selected member


getSelectedFileName

String getSelectedFileName()
Return name of selected member's file


setFileType

void setFileType(String fileType)
Set the file type for the files to list members in. This can be a simple type like "*FILE" or a type and attribute separated by a colon, as in "*FILE:PF-SRC". The attribute can also be generic, as in "*FILE:PF-*".

The default is to list members in *FILE objects that are either data or source files. That is, "*FILE:PF-*"

For convenience you can skip the *FILE and just pass an attribute.


setFileTypes

void setFileTypes(String[] fileTypes)
Set the file types for the files to list members in. Use this when you want to support multiple file types, such as *FILE:DSPF and *FILE:PRTF


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.