Class PaletteGroupFactory
java.lang.Object
org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
org.eclipse.gef.ui.palette.customize.PaletteContainerFactory
org.eclipse.gef.ui.palette.customize.PaletteGroupFactory
Factory to create
groups
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PaletteEntry
createNewEntry
(Shell shell) Create the PaletteEntryMethods inherited from class org.eclipse.gef.ui.palette.customize.PaletteContainerFactory
canCreate, determineContainerForNewEntry, determineIndexForNewEntry
Methods inherited from class org.eclipse.gef.ui.palette.customize.PaletteEntryFactory
createNewEntry, determineTypeForNewEntry, getImageDescriptor, getLabel, setImageDescriptor, setLabel
-
Constructor Details
-
PaletteGroupFactory
public PaletteGroupFactory()Constructor
-
-
Method Details
-
createNewEntry
Description copied from class:PaletteEntryFactory
Create the PaletteEntry- Specified by:
createNewEntry
in classPaletteEntryFactory
- Parameters:
shell
- TheShell
of thePaletteCustomizerDialog
; it can be used to create another warning or information dialog.- Returns:
- The newly created entry
- See Also:
-