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
public class GFAdapter extends org.eclipse.ui.model.WorkbenchAdapter implements IGFAdapter
The Class GFAdapter.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObject[]getBusinessObjects(java.lang.Object object)Gets the business objects.java.lang.StringgetLabel(java.lang.Object object)PictogramElementgetPictogramElement(java.lang.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
-
-
-
-
Constructor Detail
-
GFAdapter
public GFAdapter()
Creates a newGFAdapter.
-
-
Method Detail
-
getLabel
public java.lang.String getLabel(java.lang.Object object)
- Specified by:
getLabelin interfaceorg.eclipse.ui.model.IWorkbenchAdapter- Overrides:
getLabelin classorg.eclipse.ui.model.WorkbenchAdapter
-
getPictogramElement
public PictogramElement getPictogramElement(java.lang.Object object)
Description copied from interface:IGFAdapterGets the pictogram element.- Specified by:
getPictogramElementin interfaceIGFAdapter- Parameters:
object- the object- Returns:
- the pictogram element
-
getBusinessObjects
public org.eclipse.emf.ecore.EObject[] getBusinessObjects(java.lang.Object object)
Description copied from interface:IGFAdapterGets the business objects.- Specified by:
getBusinessObjectsin interfaceIGFAdapter- Parameters:
object- the object- Returns:
- the business objects
-
-