|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIBMiSelectAction
An interface shared by all IBM i select actions
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
void |
addFilter(String filterString)
Add a filter that users can expand to start their search |
void |
addLibraryFilter(String filterString)
Add a library filter that users can expand to start their search. |
Object |
getSelected()
Return selected ISeriesXXX object |
IHost |
getSelectedConnection()
Return selected connection |
String |
getSelectedLibraryName()
Get the name of the selected library or library containing the selected object |
String |
getSelectedName()
Return name of selected object |
Object[] |
getSelectedObjects()
Return all selected objects. |
void |
reset()
Reset all attributes to initial values. |
void |
setDefaultConnection(IHost conn)
Set the default connection to preselect and expand |
void |
setDialogTitle(String title)
Set the dialog title. |
void |
setMessage(String message)
Set the verbage shown at the top. |
void |
setMultipleSelectionMode(boolean multiple)
|
void |
setSelectionTreeToolTipText(String tip)
Set the tooltip text for the remote systems tree from which an item is selected. |
void |
setShowNewConnectionPrompt(boolean show)
Set to true if a "New Connection..." special connection is to be shown for creating new connections |
void |
setShowPropertySheet(boolean show,
boolean showByDefault)
Specify whether to show a details>> button that allows display of a property sheet within the dialog. |
void |
setShowYourLibrariesPrompt(boolean show)
Set to false to not show "YourLibraries..." special filter prompt |
void |
setSystemConnection(IHost conn)
Set the system connection to restrict the user to seeing objects in |
Field Detail |
---|
static final String Copyright
Method Detail |
---|
void setSystemConnection(IHost conn)
void setDefaultConnection(IHost conn)
void setShowNewConnectionPrompt(boolean show)
void setShowYourLibrariesPrompt(boolean show)
void addFilter(String filterString)
void addLibraryFilter(String filterString)
void setShowPropertySheet(boolean show, boolean showByDefault)
void reset()
void setDialogTitle(String title)
void setMessage(String message)
void setSelectionTreeToolTipText(String tip)
String getSelectedName()
IHost getSelectedConnection()
String getSelectedLibraryName()
Object getSelected()
Object[] getSelectedObjects()
It will always return null if the user cancelled the dialog.
setMultipleSelectionMode(boolean)
void setMultipleSelectionMode(boolean multiple)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |