|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void showRSEPerspective()
public void expandHost(IHost conn)
conn - the host connection to expandpublic void expandSubSystem(ISubSystem subsystem)
subsystem - the subsystem to expandpublic Clipboard getSystemClipboard()
public List getSystemClipboardObjects(int srcType)
srcType - the transfer type
public boolean getQualifiedHostNames()
public void setQualifiedHostNames(boolean set)
public void setShowFilterPools(boolean show)
public void setShowNewHostPrompt(boolean show)
public 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 IRunnableContextpublic void clearRunnableContext()
public IRunnableContext getRunnableContext()
public void postEvent(ISystemResourceChangeEvent event)
This version calls fireEvent at the next reasonable opportunity, leveraging SWT's Display.asyncExec() method.
public void postEvent(ISystemResourceChangeListener listener,
ISystemResourceChangeEvent event)
This version calls fireEvent at the next reasonable opportunity, leveraging SWT's Display.asyncExec() method.
|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||