org.eclipse.gef.ui.palette
Class PaletteEditPartFactory
java.lang.Object
|
+--org.eclipse.gef.ui.palette.PaletteEditPartFactory
- All Implemented Interfaces:
- EditPartFactory
- public class PaletteEditPartFactory
- extends Object
- implements EditPartFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaletteEditPartFactory
public PaletteEditPartFactory()
createCategoryEditPart
protected EditPart createCategoryEditPart(EditPart parentEditPart,
Object model)
createEditPart
public EditPart createEditPart(EditPart parentEditPart,
Object model)
- Specified by:
createEditPart in interface EditPartFactory
createEntryEditPart
protected EditPart createEntryEditPart(EditPart parentEditPart,
Object model)
createGroupEditPart
protected EditPart createGroupEditPart(EditPart parentEditPart,
Object model)
createMainPaletteEditPart
protected EditPart createMainPaletteEditPart(EditPart parentEditPart,
Object model)