|
RSE Release 2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISystemRegistryUI
Registry and control center for RSE UI related operations.
This interface is not intended to be implemented by clients.
| Method Summary | |
|---|---|
void |
clearRunnableContext()
Clear the current active runnable context to be used for a progress monitor. |
void |
expandHost(IHost conn)
Select and expand the given connection in the RSE, if the RSE is the active perspective. |
void |
expandSubSystem(ISubSystem subsystem)
Select and expand the given subsystem in the RSE, if the RSE is the active perspective. |
IRunnableContext |
getRunnableContext()
Return the current registered runnable context, or null if none registered. |
Clipboard |
getSystemClipboard()
Returns the clipboard used for copy actions |
List |
getSystemClipboardObjects(int srcType)
Returns the list of objects on the system clipboard |
void |
postEvent(ISystemResourceChangeEvent event)
Notify all listeners of a change to a system resource such as a connection. |
void |
postEvent(ISystemResourceChangeListener listener,
ISystemResourceChangeEvent event)
Notify a specific listener of a change to a system resource such as a connection. |
void |
setRunnableContext(Shell shell,
IRunnableContext context)
Set the current active runnable context to be used for a progress monitor by the subsystem methods that go to the host. |
void |
showRSEPerspective()
Show the RSE perspective if it is not already showing |
| Methods inherited from interface org.eclipse.rse.ui.model.ISystemShellProvider |
|---|
getShell |
| Method Detail |
|---|
void showRSEPerspective()
void expandHost(IHost conn)
conn - the host connection to expandvoid expandSubSystem(ISubSystem subsystem)
subsystem - the subsystem to expandClipboard getSystemClipboard()
List getSystemClipboardObjects(int srcType)
srcType - the transfer type
void setRunnableContext(Shell shell,
IRunnableContext context)
You must call clearRunnableContext when your dialog/wizard is disposed!
shell - The shell of the wizard/dialog. This is recorded so it can be tested if
it is disposed before attempting to use the contextcontext - The dialog/wizard/view that implements IRunnableContextvoid clearRunnableContext()
IRunnableContext getRunnableContext()
void postEvent(ISystemResourceChangeEvent event)
This version calls fireEvent at the next reasonable opportunity, leveraging SWT's Display.asyncExec() method.
void postEvent(ISystemResourceChangeListener listener,
ISystemResourceChangeEvent event)
This version calls fireEvent at the next reasonable opportunity, leveraging SWT's Display.asyncExec() method.
|
RSE Release 2.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||