Method Summary |
|
public RGB | getBackground(Object element) The default implementation of this IWorkbenchAdapter2 method
returns null . |
public Object[] | getChildren(Object object) The default implementation of this IWorkbenchAdapter method
returns the empty list. |
public FontData | getFont(Object element) The default implementation of this IWorkbenchAdapter2 method
returns null . |
public RGB | getForeground(Object element) The default implementation of this IWorkbenchAdapter2 method
returns null . |
public ImageDescriptor | getImageDescriptor(Object object) The default implementation of this IWorkbenchAdapter method
returns null . |
public String | getLabel(Object object) The default implementation of this IWorkbenchAdapter method
returns the empty string if the object is null , and
the object's toString otherwise. |
public Object | getParent(Object object) The default implementation of this IWorkbenchAdapter method
returns null . |