|
RSE Release 3.2 |
|||||||||
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.
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. |
boolean |
getQualifiedHostNames()
Are connection names to be qualified by profile name? |
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 |
setQualifiedHostNames(boolean set)
Set if connection names are to be qualified by profile name |
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 |
setShowFilterPools(boolean show)
Reflect the user changing the preference for showing filter pools. |
void |
setShowNewHostPrompt(boolean show)
Reflect the user changing the preference for showing new connection prompt |
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
boolean getQualifiedHostNames()
void setQualifiedHostNames(boolean set)
void setShowFilterPools(boolean show)
void setShowNewHostPrompt(boolean show)
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 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |