| org.eclipse.ui.internal.ide.model.WorkbenchResource org.eclipse.ui.internal.ide.model.WorkbenchProject
getBaseImage | protected ImageDescriptor getBaseImage(IResource resource)(Code) | | Answer the appropriate base image to use for the passed resource, optionally
considering the passed open status as well iff appropriate for the type of
passed resource
|
getChildren | public Object[] getChildren(Object o)(Code) | | Returns the children of this container.
|
testAttribute | public boolean testAttribute(Object target, String name, String value)(Code) | | Returns whether the specific attribute matches the state of the target
object.
Parameters: target - the target object Parameters: name - the attribute name Parameters: value - the attriute value true if the attribute matches; false otherwise |
|
|