| org.eclipse.ui.internal.ide.model.WorkbenchStatus
WorkbenchStatus | public class WorkbenchStatus extends WorkbenchAdapter implements IAdaptable(Code) | | UI manfestation of a status object.
|
WorkbenchStatus | public WorkbenchStatus(IStatus status)(Code) | | |
getAdapter | public Object getAdapter(Class adapter)(Code) | | Returns an object which is an instance of the given class
associated with this object. Returns null if
no such object can be found.
|
getChildren | public Object[] getChildren(Object o)(Code) | | Returns the children of this element.
|
getStatus | public IStatus getStatus()(Code) | | Returns the wrapped status object.
|
|
|