|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.rse.ui.widgets.QSYSWidgetFillerFromSelection
public class QSYSWidgetFillerFromSelection
A helper class for filling in iSeries specific widgets from selections.
Constructor Summary | |
---|---|
QSYSWidgetFillerFromSelection(IBMiConnectionCombo connCombo,
QSYSBasePrompt basePrompt)
Call this contructor to prefill with selection from currently active view. |
|
QSYSWidgetFillerFromSelection(ISelection selection,
IBMiConnectionCombo connCombo,
QSYSBasePrompt basePrompt)
Call this constructor to prefill with given selection. |
Method Summary | |
---|---|
void |
fillWidgets()
Fill the widgets from the selection information. |
boolean |
hasSelectedConnection()
Returns whether a connection was selected. |
void |
setBasePrompt(QSYSBasePrompt basePrompt)
Set the base prompt. |
void |
setConnectionCombo(IBMiConnectionCombo 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 QSYSWidgetFillerFromSelection(IBMiConnectionCombo connCombo, QSYSBasePrompt 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 QSYSWidgetFillerFromSelection(ISelection selection, IBMiConnectionCombo connCombo, QSYSBasePrompt 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(IBMiConnectionCombo connCombo)
public void setBasePrompt(QSYSBasePrompt basePrompt)
public void fillWidgets()
public boolean hasSelectedConnection()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |