public class Util
extends java.lang.Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object[] |
getAllCTabFolders(java.lang.String eclipseId) |
static org.eclipse.swt.widgets.Composite |
getComposite(org.eclipse.ui.IWorkbenchPartReference theIwpr) |
static java.lang.Object[] |
getCompositeOfViewOrEditor(java.lang.String eclipseId) |
static java.lang.String |
getEclipseIdForComposite(org.eclipse.swt.widgets.Composite composite) |
static java.lang.String |
getEclipseIdForCTabItem(org.eclipse.swt.custom.CTabItem tabItem) |
static java.lang.Object |
getEclipsePlatformUI()
Return the wrapper class for the Platform UI
|
static boolean |
isEditor(java.lang.String eclipseId) |
public static java.lang.Object[] getCompositeOfViewOrEditor(java.lang.String eclipseId)
public static org.eclipse.swt.widgets.Composite getComposite(org.eclipse.ui.IWorkbenchPartReference theIwpr)
public static java.lang.Object[] getAllCTabFolders(java.lang.String eclipseId)
public static boolean isEditor(java.lang.String eclipseId)
public static java.lang.String getEclipseIdForComposite(org.eclipse.swt.widgets.Composite composite)
public static java.lang.String getEclipseIdForCTabItem(org.eclipse.swt.custom.CTabItem tabItem)
public static java.lang.Object getEclipsePlatformUI()