Interface IGFAdapter
-
- All Superinterfaces:
org.eclipse.ui.model.IWorkbenchAdapter
,org.eclipse.ui.model.IWorkbenchAdapter2
- All Known Implementing Classes:
GFAdapter
public interface IGFAdapter extends org.eclipse.ui.model.IWorkbenchAdapter, org.eclipse.ui.model.IWorkbenchAdapter2
The Interface IGFAdapter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObject[]
getBusinessObjects(java.lang.Object object)
Gets the business objects.PictogramElement
getPictogramElement(java.lang.Object object)
Gets the pictogram element.
-
-
-
Method Detail
-
getPictogramElement
PictogramElement getPictogramElement(java.lang.Object object)
Gets the pictogram element.- Parameters:
object
- the object- Returns:
- the pictogram element
-
getBusinessObjects
org.eclipse.emf.ecore.EObject[] getBusinessObjects(java.lang.Object object)
Gets the business objects.- Parameters:
object
- the object- Returns:
- the business objects
-
-