|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.zos.ui.DataSetSelectionTree
public class DataSetSelectionTree
Class was embeddeding a dataset selection tree inside some UI. Provides an instruction label, a filter (with refresh button) and a tree displaying datasets.
Constructor Summary | |
---|---|
DataSetSelectionTree(Composite parent,
boolean showOnlyPDS,
boolean multiSelect)
Constructor of selection UI which includes an instruction label, a filter (with refresh button) and a tree displaying datasets. |
|
DataSetSelectionTree(Composite parent,
java.lang.String initialFilter,
boolean showOnlyPDS,
boolean multiSelect)
Constructor of selection UI which includes a instruction label, a filter (with refresh button) and a tree displaying datasets |
Method Summary | |
---|---|
void |
addTreeSelectionListener(SelectionListener selectionListener)
Adds a selection listener, so that users can get a call back when selection changes Note: on receiving this event getSelections will contain a sanitised version of the selection |
java.util.List<DataEntry> |
getSelections()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataSetSelectionTree(Composite parent, boolean showOnlyPDS, boolean multiSelect)
parent
- - the composite that the UI will be created inshowOnlyPDS
- - true if only Partioned Data Sets should be shownmultiSelect
- - true if multiple selection is allowedpublic DataSetSelectionTree(Composite parent, java.lang.String initialFilter, boolean showOnlyPDS, boolean multiSelect)
parent
- - the composite that the UI will be created ininitialFilter
- - the initial filter to be used. Note: If this is null the last data in history is used.
If this is blank the userid of the signed in user is used.showOnlyPDS
- - true if only Partioned Data Sets should be shownmultiSelect
- - true if multiple selection is allowedMethod Detail |
---|
public java.util.List<DataEntry> getSelections()
public void addTreeSelectionListener(SelectionListener selectionListener)
getSelections
will contain a sanitised version of the selection
selectionListener
- - the listener that widgetSelected
will be called on
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |