|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemotePlatformUI
Remote API Wrapper for the org.eclipse.ui.PlatformUI
(Online documentation)
Original documentation:
The central class for access to the Eclipse Platform User Interface. This class cannot be instantiated; all functionality is provided by static methods. Features provided:
Method Summary | |
---|---|
IRemoteFileDialogTools |
getFileDialogTools()
Returns a helper class to open a dialog to select one or multiple files |
IRemoteMessageBoxTools |
getMessageBoxTools()
Returns a helper class to display message boxes |
IRemoteWorkbench |
getWorkbench()
Returns the workbench. |
void |
logToStatusBar(java.lang.String msg)
Helper method to display message in the status bar (combines several steps into one method) |
Method Detail |
---|
IRemoteWorkbench getWorkbench() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void logToStatusBar(java.lang.String msg) throws RemoteEclipseAPIException
msg
- message
RemoteEclipseAPIException
IRemoteMessageBoxTools getMessageBoxTools() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteFileDialogTools getFileDialogTools() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |