|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteMessageBoxTools
Field Summary | |
---|---|
static int |
ABORT
The MessageBox style constant for an ABORT button; the only valid combination is ABORT|RETRY|IGNORE (value is 1<<9=512). |
static int |
CANCEL
The MessageBox style constant for a CANCEL button; valid combinations are OK|CANCEL, YES|NO|CANCEL, RETRY|CANCEL (value is 1<<8=256). |
static int |
ICON_CANCEL
The style constant for "cancel" icon. |
static int |
ICON_ERROR
The MessageBox style constant for error icon behavior (value is 1). |
static int |
ICON_INFORMATION
The MessageBox style constant for information icon behavior (value is 1<<1=2). |
static int |
ICON_QUESTION
The MessageBox style constant for question icon behavior (value is 1<<2=4). |
static int |
ICON_SEARCH
The style constant for "search" icon. |
static int |
ICON_WARNING
The MessageBox style constant for warning icon behavior (value is 1<<3=8). |
static int |
ICON_WORKING
The MessageBox style constant for "working" icon behavior (value is 1<<4=16). |
static int |
IGNORE
The MessageBox style constant for an IGNORE button; the only valid combination is ABORT|RETRY|IGNORE (value is 1<<11=2048). |
static int |
NO
The MessageBox style constant for NO button; valid combinations are YES|NO, YES|NO|CANCEL (value is 1<<7=128). |
static int |
OK
The MessageBox style constant for an OK button; valid combinations are OK, OK|CANCEL (value is 1<<5=32). |
static int |
RETRY
The MessageBox style constant for a RETRY button; valid combinations are ABORT|RETRY|IGNORE, RETRY|CANCEL (value is 1<<10=1024). |
static int |
YES
The MessageBox style constant for YES button; valid combinations are YES|NO, YES|NO|CANCEL (value is 1<<6=64). |
Method Summary | |
---|---|
int |
showMessageBox(int style,
java.lang.String title,
java.lang.String msg)
Use this method to display a message box to the user |
Field Detail |
---|
static final int ICON_ERROR
static final int ICON_INFORMATION
static final int ICON_QUESTION
static final int ICON_WARNING
static final int ICON_WORKING
static final int ICON_SEARCH
static final int ICON_CANCEL
static final int OK
static final int YES
static final int NO
static final int CANCEL
static final int ABORT
static final int RETRY
static final int IGNORE
Method Detail |
---|
int showMessageBox(int style, java.lang.String title, java.lang.String msg) throws RemoteEclipseAPIException
style
- bit combination of icon flag and OK/YES/NO etc.title
- dialog titlemsg
- dialog message text
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |