Uses of Class
org.eclipse.gef.palette.PaletteContainer
Packages that use PaletteContainer
- 
Uses of PaletteContainer in org.eclipse.gef.paletteSubclasses of PaletteContainer in org.eclipse.gef.paletteModifier and TypeClassDescriptionclassA PaletteDrawer is a collapsible container that can have other non-container palette entries.classA PaletteGroup consists of a group ofPaletteEntryobjects that are uncollapsible .classServes as the rootPaletteEntryfor the palette model.classThe model object for a PaletteStack - A stack of tools.classA PaletteGroup consists of a group ofPaletteEntryobjects that are uncollapsible .Methods in org.eclipse.gef.palette that return PaletteContainerMethods in org.eclipse.gef.palette with parameters of type PaletteContainerModifier and TypeMethodDescriptionvoidPaletteEntry.setParent(PaletteContainer newParent) Sets the parent of this entry
- 
Uses of PaletteContainer in org.eclipse.gef.ui.paletteMethods in org.eclipse.gef.ui.palette with parameters of type PaletteContainerModifier and TypeMethodDescriptionprotected booleanPaletteCustomizer.canAdd(PaletteContainer container, PaletteEntry entry) Return true if this container can accept this entry as a new child.
- 
Uses of PaletteContainer in org.eclipse.gef.ui.palette.customizeMethods in org.eclipse.gef.ui.palette.customize that return PaletteContainerModifier and TypeMethodDescriptionprotected PaletteContainerPaletteContainerFactory.determineContainerForNewEntry(PaletteEntry selected) protected PaletteContainerPaletteEntryFactory.determineContainerForNewEntry(PaletteEntry selected) Given the current selection, this method determines the parent for the new entry to be created.Methods in org.eclipse.gef.ui.palette.customize with parameters of type PaletteContainerModifier and TypeMethodDescriptionprotected intPaletteContainerFactory.determineIndexForNewEntry(PaletteContainer parent, PaletteEntry selected) protected intPaletteEntryFactory.determineIndexForNewEntry(PaletteContainer c, PaletteEntry selected) Calculates the index at which the new entry is to be created, given the current selection.