|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDialog
com.ibm.etools.systems.as400.debug.serviceentrypoint.IDEALPromptServiceEntryDialog
public class IDEALPromptServiceEntryDialog
An abstract base class for dialogs with a status bar and ok/cancel buttons. The status message must be passed over as StatusInfo object and can be an error, warning or ok. The OK button is enabled / disabled depending on the status.
| Constructor Summary | |
|---|---|
IDEALPromptServiceEntryDialog(Shell parent,
IEngineBreakpointAction action,
boolean isSet,
String profileName)
|
|
| Method Summary | |
|---|---|
protected void |
configureShell(Shell shell)
|
protected Control |
createButtonBar(Composite parent)
|
protected void |
createButtonsForButtonBar(Composite parent)
|
protected Control |
createDialogArea(Composite parent)
|
String |
getUserProfile()
Get User Profile information. |
protected void |
okPressed()
|
void |
setTitle(String title)
Sets the title for this dialog. |
protected void |
updateButtonsEnableState(IStatus status)
Update the status of the ok button to reflect the given status. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IDEALPromptServiceEntryDialog(Shell parent,
IEngineBreakpointAction action,
boolean isSet,
String profileName)
| Method Detail |
|---|
protected void configureShell(Shell shell)
protected Control createDialogArea(Composite parent)
Dialog#createDialogArea(Composite)protected Control createButtonBar(Composite parent)
protected void createButtonsForButtonBar(Composite parent)
public void setTitle(String title)
title - the titleprotected void updateButtonsEnableState(IStatus status)
protected void okPressed()
Dialogpublic String getUserProfile()
|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||