Class GFAdapter
java.lang.Object
org.eclipse.ui.model.WorkbenchAdapter
org.eclipse.graphiti.ui.internal.parts.GFAdapter
- All Implemented Interfaces:
IGFAdapter
,org.eclipse.ui.model.IWorkbenchAdapter
,org.eclipse.ui.model.IWorkbenchAdapter2
,org.eclipse.ui.model.IWorkbenchAdapter3
The Class GFAdapter.
-
Field Summary
Fields inherited from class org.eclipse.ui.model.WorkbenchAdapter
NO_CHILDREN
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObject[]
getBusinessObjects
(Object object) Gets the business objects.getPictogramElement
(Object object) Gets the pictogram element.Methods inherited from class org.eclipse.ui.model.WorkbenchAdapter
getBackground, getChildren, getFont, getForeground, getImageDescriptor, getParent, getStyledText
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.ui.model.IWorkbenchAdapter
getChildren, getImageDescriptor, getParent
Methods inherited from interface org.eclipse.ui.model.IWorkbenchAdapter2
getBackground, getFont, getForeground
-
Constructor Details
-
GFAdapter
public GFAdapter()Creates a newGFAdapter
.
-
-
Method Details
-
getLabel
- Specified by:
getLabel
in interfaceorg.eclipse.ui.model.IWorkbenchAdapter
- Overrides:
getLabel
in classorg.eclipse.ui.model.WorkbenchAdapter
-
getPictogramElement
Description copied from interface:IGFAdapter
Gets the pictogram element.- Specified by:
getPictogramElement
in interfaceIGFAdapter
- Parameters:
object
- the object- Returns:
- the pictogram element
-
getBusinessObjects
Description copied from interface:IGFAdapter
Gets the business objects.- Specified by:
getBusinessObjects
in interfaceIGFAdapter
- Parameters:
object
- the object- Returns:
- the business objects
-