|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.SystemPerspectiveHelpers
Field Summary | |
---|---|
static String |
Copyright
|
static String |
RSE_PERSP_ID
The ID of the RSE perspective |
Constructor Summary | |
---|---|
SystemPerspectiveHelpers()
|
Method Summary | |
---|---|
static SystemView |
findRSEView()
Return the RSE tree view in the active perspective, or null if the active perspective is NOT the RSE perspective. |
static IViewPart |
findView(String viewID)
Search for, and return, a view with the given ID, in the active perspective |
static IPerspectiveDescriptor |
getActivePerspective()
Return the currently active perpsective in the currently active page in the currently active window. |
static IWorkbenchWindow |
getActiveWindow()
Return the currently active window. |
static boolean |
isRSEPerspectiveActive()
Tests if the RSE perspective is the active perspective |
static boolean |
openInNewPage(String perspID)
Opens a new page with a particular perspective, given the perspective's ID This code stolen from org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard. |
static boolean |
openRSEPerspective()
Opens the RSE perspective, if not already, in the current window |
static IViewPart |
showView(String viewID)
Show the view with given ID, if not already showing in current perspective, in current page, in current window. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
public static String RSE_PERSP_ID
Constructor Detail |
public SystemPerspectiveHelpers()
Method Detail |
public static boolean openRSEPerspective()
public static boolean isRSEPerspectiveActive()
public static boolean openInNewPage(String perspID)
public static IPerspectiveDescriptor getActivePerspective()
public static IWorkbenchWindow getActiveWindow()
public static IViewPart findView(String viewID)
public static SystemView findRSEView()
public static IViewPart showView(String viewID)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |