|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.ui.widgets.ISeriesWidgetFillerFromSelection
A helper class for filling in iSeries specific widgets from selections.
Field Summary |
---|
Fields inherited from interface com.ibm.etools.iseries.core.descriptors.IISeriesDataElementDescriptorTypes |
---|
Copyright, DSPF_FILE_TYPE, DTA_FILE_TYPE, FILE_TYPE, LF_FILE_TYPE, LIB_TYPE, MBR_TYPE, MESSAGE_DESCRIPTION_TYPE, MODULE_TYPE, MSG_FILE_TYPE, OBJ_TYPE, PGM_MODULE_TYPE, PGM_TYPE, PROCEDURE_TYPE, QRYDFN_TYPE, SAVF_FILE_TYPE, SRC_FILE_TYPE, SRC_MBR_TYPE, SRVPGM_TYPE, UNKNOWN_TYPE |
Constructor Summary | |
---|---|
ISeriesWidgetFillerFromSelection(ISelection selection,
ISeriesConnectionCombo connCombo,
ISeriesBasePrompt basePrompt)
Call this constructor to prefill with given selection. |
|
ISeriesWidgetFillerFromSelection(ISeriesConnectionCombo connCombo,
ISeriesBasePrompt basePrompt)
Call this contructor to prefill with selection from currently active view. |
Method Summary | |
---|---|
void |
fillWidgets()
Fill the widgets from the selection information. |
boolean |
hasSelectedConnection()
Returns whether a connection was selected. |
void |
setBasePrompt(ISeriesBasePrompt basePrompt)
Set the base prompt. |
void |
setConnectionCombo(ISeriesConnectionCombo connCombo)
Set the connection combo. |
void |
setSelection(ISelection selection)
Set the selection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ISeriesWidgetFillerFromSelection(ISeriesConnectionCombo connCombo, ISeriesBasePrompt basePrompt)
connCombo
- a connection combo. Can be null.basePrompt
- a base prompt. Must be either a library, object or member prompt. Can be null.public ISeriesWidgetFillerFromSelection(ISelection selection, ISeriesConnectionCombo connCombo, ISeriesBasePrompt basePrompt)
selection
- the selection from which to prefill widgets.connCombo
- a connection combo. Can be null.basePrompt
- a base prompt. Must be either a library, object or member prompt. Can be null.Method Detail |
public void setSelection(ISelection selection)
public void setConnectionCombo(ISeriesConnectionCombo connCombo)
public void setBasePrompt(ISeriesBasePrompt basePrompt)
public void fillWidgets()
public boolean hasSelectedConnection()
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |