|
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.ObjectMessageDialog
com.ibm.etools.systems.as400.debug.sep.ui.PhantomServiceEntryPointMessagesDialog
public class PhantomServiceEntryPointMessagesDialog
| Nested Class Summary | |
|---|---|
class |
PhantomServiceEntryPointMessagesDialog.MessageTableContentProvider
|
| Field Summary | |
|---|---|
static int |
BUTTON_ID
button id number for the first button in the button bar. |
static String |
copyright
|
static int |
MSG_ERROR
|
static int |
MSG_WARNING
|
| Constructor Summary | |
|---|---|
PhantomServiceEntryPointMessagesDialog(Shell parentShell,
String title,
List<String> messages,
List<String> warningMessages,
String[] buttons)
Creates an message dialog. |
|
| Method Summary | |
|---|---|
protected void |
buttonPressed(int id)
|
protected Control |
createButtonBar(Composite parent)
|
protected void |
createButtonsForButtonBar(Composite parent)
|
protected Control |
createDialogArea(Composite parent)
|
protected boolean |
customShouldTakeFocus()
|
int |
openWithDetails()
Opens the message dialog with the details showing to display the message. |
void |
setButtonIndex(int buttonIndex)
sets the default button for the message. |
void |
setButtons(String[] buttonList)
overrides the default button selection. |
| 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
public static final int MSG_ERROR
public static final int MSG_WARNING
public static final int BUTTON_ID
The second button, would have an id of buttonId+1 etc.
| Constructor Detail |
|---|
public PhantomServiceEntryPointMessagesDialog(Shell parentShell,
String title,
List<String> messages,
List<String> warningMessages,
String[] buttons)
parentShell - the shell under which to create this dialogmessage - the message to display in the dialog| Method Detail |
|---|
protected void buttonPressed(int id)
protected void createButtonsForButtonBar(Composite parent)
protected Control createDialogArea(Composite parent)
public int openWithDetails()
public void setButtons(String[] buttonList)
buttonList - an array of buttons for the button barpublic void setButtonIndex(int buttonIndex)
buttonIndex - the 0-based index of the buttonprotected Control createButtonBar(Composite parent)
protected boolean customShouldTakeFocus()
|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||