|
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.PhantomServiceEntryPointConflictMsgDialog
public class PhantomServiceEntryPointConflictMsgDialog
| Nested Class Summary | |
|---|---|
class |
PhantomServiceEntryPointConflictMsgDialog.ServiceEntryPointViewTableContentProvider
|
| Field Summary | |
|---|---|
static int |
BUTTON_ID
button id number for the first button in the button bar. |
static String |
copyright
|
| Constructor Summary | |
|---|---|
PhantomServiceEntryPointConflictMsgDialog(Shell parentShell,
String dialogTitle,
String message,
String[] buttons,
List<PhantomServiceEntryPoint> conflictList)
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 |
getButtonPressedId()
returns the id of the button pressed |
protected String |
getTableColumnText(Object element,
int columnIndex)
|
protected void |
handleShellCloseEvent()
|
int |
open()
Opens the message dialog to display the message. |
int |
openWithDetails()
Opens the message dialog with the details showing to display the message. |
int |
openWithDetails(Exception exc)
Opens the message dialog with the details showing to display an exception, if that is the root cause of 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 BUTTON_ID
The second button, would have an id of buttonId+1 etc.
| Constructor Detail |
|---|
public PhantomServiceEntryPointConflictMsgDialog(Shell parentShell,
String dialogTitle,
String message,
String[] buttons,
List<PhantomServiceEntryPoint> conflictList)
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 open()
public int openWithDetails()
public int openWithDetails(Exception exc)
Also logs the first level text plus exception.
public int getButtonPressedId()
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 button
protected String getTableColumnText(Object element,
int columnIndex)
protected Control createButtonBar(Composite parent)
protected boolean customShouldTakeFocus()
protected void handleShellCloseEvent()
|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||