|
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 SystemPromptDialog com.ibm.etools.iseries.rse.ui.dialogs.QSYSOpenMemberDialog
public class QSYSOpenMemberDialog
A dialog prompting for a member to open in the JLpex editor.
Field Summary | |
---|---|
static String |
Copyright
|
Fields inherited from interface com.ibm.etools.iseries.rse.ui.widgets.IQSYSMemberPromptListener |
---|
copyright |
Constructor Summary | |
---|---|
QSYSOpenMemberDialog(Shell shell)
Constructor for JLpexOpen. |
Method Summary | |
---|---|
protected Control |
createInner(Composite parent)
|
protected String |
getFileName()
Return the user-entered file |
protected Control |
getInitialFocusControl()
|
IBMiConnection |
getISeriesConnection()
Return the user-entered connection |
IQSYSMember |
getISeriesMember()
Return the user-selected member as an ISeriesMember object. |
protected String |
getLibraryName()
Return the user-entered library |
protected String |
getMemberName()
Return the user-entered member |
boolean |
getOpenForEdit()
Return true if open for edit selected, false if open for browse selected |
protected boolean |
isPageComplete()
Internal method to decide if OK button should be enabled. |
void |
libraryNameChanged(SystemMessage errorMessage)
From IISeriesMemberPromptListener. |
void |
memberNameChanged(SystemMessage errorMessage)
From IISeriesMemberPromptListener. |
void |
objectNameChanged(SystemMessage errorMessage)
From IISeriesMemberPromptListener. |
protected boolean |
processOK()
Overide of parent method. |
void |
setDisableConnectionCombo(boolean disable)
Sets whether to disable connection combo. |
void |
setPageComplete()
Set the dialog's OK button to enabled or disabled. |
protected SystemMessage |
verify()
Verify contents |
void |
widgetDefaultSelected(SelectionEvent event)
User has pressed Enter or Double Click on something... |
void |
widgetSelected(SelectionEvent event)
User has selected something. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
Constructor Detail |
---|
public QSYSOpenMemberDialog(Shell shell)
shell
- - the shell that owns this modal dialogMethod Detail |
---|
protected Control createInner(Composite parent)
com.ibm.etools.systems.core.ui.dialogs.SystemPromptDialog#createInner(Composite)
protected Control getInitialFocusControl()
com.ibm.etools.systems.core.ui.dialogs.SystemPromptDialog#getInitialFocusControl()
protected boolean processOK()
protected SystemMessage verify()
protected boolean isPageComplete()
public void setDisableConnectionCombo(boolean disable)
disable
- public void setPageComplete()
protected String getLibraryName()
protected String getFileName()
protected String getMemberName()
public IBMiConnection getISeriesConnection()
public IQSYSMember getISeriesMember()
public boolean getOpenForEdit()
public void memberNameChanged(SystemMessage errorMessage)
memberNameChanged
in interface IQSYSMemberPromptListener
errorMessage
- Will be null if the input is valid, or a translated msg if notpublic void libraryNameChanged(SystemMessage errorMessage)
libraryNameChanged
in interface IQSYSLibraryPromptListener
errorMessage
- Will be null if the input is valid, or a translated msg if notpublic void objectNameChanged(SystemMessage errorMessage)
objectNameChanged
in interface IQSYSObjectPromptListener
errorMessage
- Will be null if the input is valid, or a translated msg if notpublic void widgetDefaultSelected(SelectionEvent event)
public void widgetSelected(SelectionEvent event)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |