org.eclipse.amp.escape.ascape.adapt
Class AscapeGraphicsAdapter
java.lang.Object
org.eclipse.amp.agf.GraphicsAdapter
org.eclipse.amp.escape.ascape.adapt.AscapeGraphicsAdapter
- All Implemented Interfaces:
- IGraphicsAdapter, org.eclipse.core.runtime.IAdapterFactory
public class AscapeGraphicsAdapter
- extends GraphicsAdapter
A factory for creating ScapeAdapter objects.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AscapeGraphicsAdapter
public AscapeGraphicsAdapter()
getColorsForClass
public org.eclipse.jface.viewers.IColorProvider[] getColorsForClass(java.lang.Class type)
- Specified by:
getColorsForClass
in interface IGraphicsAdapter
- Overrides:
getColorsForClass
in class GraphicsAdapter
- Parameters:
object
-
- Returns:
- See Also:
GraphicsAdapter.getColorsForClass(java.lang.Class)
getFiguresForClass
public IFigureProvider[] getFiguresForClass(java.lang.Class type)
- Specified by:
getFiguresForClass
in interface IGraphicsAdapter
- Overrides:
getFiguresForClass
in class GraphicsAdapter
- Parameters:
object
-
- Returns:
- See Also:
GraphicsAdapter.getFiguresForClass(java.lang.Class)
getLabelsForClass
public org.eclipse.jface.viewers.ILabelProvider[] getLabelsForClass(java.lang.Class type)
- Specified by:
getLabelsForClass
in interface IGraphicsAdapter
- Overrides:
getLabelsForClass
in class GraphicsAdapter
- Parameters:
object
-
- Returns:
- See Also:
GraphicsAdapter.getLabelsForClass(java.lang.Class)
getDefault
public static IGraphicsAdapter getDefault()