|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.ui.messages.SystemDialogPageMessageLine
DO NOT USE THIS CLASS!
This class attempts to wrap the message constructs of eclipse provided property and wizard pages with an ISystemMessageLine interface. It fails to do this properly and is extremely fragile since it depends on knowledge of the internal structure of eclipse provided windows.
Use SystemMessageLine instead.
| Method Summary | |
|---|---|
void |
clearErrorMessage()
Deprecated. Clears the currently displayed error message and redisplayes the message which was active before the error message was set. |
void |
clearMessage()
Deprecated. Clears the currently displayed non-error message. |
static SystemDialogPageMessageLine |
createPropertyPageMsgLine(PropertyPage propertyPage)
Deprecated. Factory method for property pages. |
static SystemDialogPageMessageLine |
createWizardMsgLine(WizardPage wizardPage)
Deprecated. Factory method for wizard pages. |
SystemMessage |
getCurrentMessage()
Deprecated. Method to return the current system message to display. |
String |
getErrorMessage()
Deprecated. Get the currently displayed error text. |
String |
getMessage()
Deprecated. Get the currently displayed message. |
protected SystemMessage |
getSysErrorMessage()
Deprecated. |
protected SystemMessage |
getSysMessage()
Deprecated. |
SystemMessage |
getSystemErrorMessage()
Deprecated. Get the currently displayed error text. |
void |
internalSetErrorMessage(String msg)
Deprecated. Someone has called setErrorMessage(String) on the dialog page. |
void |
internalSetMessage(String msg)
Deprecated. Someone has called setMessage(String) on the dialog page. |
void |
mouseDoubleClick(MouseEvent event)
Deprecated. User double clicked with the mouse |
void |
mouseDown(MouseEvent event)
Deprecated. User pressed the mouse button |
void |
mouseUp(MouseEvent event)
Deprecated. User released the mouse button after pressing it |
void |
setErrorMessage(String emessage)
Deprecated. DO NOT CALL THIS METHOD! |
void |
setErrorMessage(SystemMessage emessage)
Deprecated. Display the given error message. |
void |
setErrorMessage(Throwable exc)
Deprecated. Convenience method to set an error message from an exception |
void |
setMessage(String msg)
Deprecated. DO NOT CALL THIS METHOD! |
void |
setMessage(SystemMessage smessage)
Deprecated. Set a non-error message to display. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static SystemDialogPageMessageLine createWizardMsgLine(WizardPage wizardPage)
wizardPage - - the wizard page we are configuringpublic static SystemDialogPageMessageLine createPropertyPageMsgLine(PropertyPage propertyPage)
propertyPage - - the property page we are configuringprotected SystemMessage getSysErrorMessage()
protected SystemMessage getSysMessage()
public SystemMessage getSystemErrorMessage()
getSystemErrorMessage in interface ISystemMessageLinenull is returned.public void clearErrorMessage()
clearErrorMessage in interface ISystemMessageLinepublic void clearMessage()
clearMessage in interface ISystemMessageLinepublic String getErrorMessage()
getErrorMessage in interface ISystemMessageLinenull is returned.public String getMessage()
getMessage in interface ISystemMessageLinenull is returned.public void setErrorMessage(String emessage)
setErrorMessage in interface ISystemMessageLinepublic void setErrorMessage(SystemMessage emessage)
setErrorMessage in interface ISystemMessageLinepublic void setErrorMessage(Throwable exc)
setErrorMessage in interface ISystemMessageLinepublic void setMessage(String msg)
setMessage in interface ISystemMessageLinepublic void setMessage(SystemMessage smessage)
setMessage in interface ISystemMessageLinepublic void internalSetMessage(String msg)
public void internalSetErrorMessage(String msg)
public void mouseDoubleClick(MouseEvent event)
mouseDoubleClick in interface MouseListenerpublic void mouseDown(MouseEvent event)
mouseDown in interface MouseListenerpublic void mouseUp(MouseEvent event)
mouseUp in interface MouseListenerpublic SystemMessage getCurrentMessage()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||