Package | Description |
---|---|
org.eclipse.gef.palette |
This package defines and implements the model used by the
PaletteViewer . |
org.eclipse.gef.ui.palette | |
org.eclipse.gef.ui.palette.customize |
Modifier and Type | Class and Description |
---|---|
class |
PaletteDrawer
A PaletteDrawer is a collapsible container that can have other non-container
palette entries.
|
class |
PaletteGroup
A PaletteGroup consists of a group of
PaletteEntry objects that are uncollapsible . |
class |
PaletteRoot
Serves as the root
PaletteEntry for the
palette model. |
class |
PaletteStack
The model object for a PaletteStack - A stack of tools.
|
class |
PaletteToolbar
A PaletteGroup consists of a group of
PaletteEntry objects that are uncollapsible . |
Modifier and Type | Method and Description |
---|---|
PaletteContainer |
PaletteEntry.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
PaletteEntry.setParent(PaletteContainer newParent)
Sets the parent of this entry
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
PaletteCustomizer.canAdd(PaletteContainer container,
PaletteEntry entry)
Return true if this container can accept this entry as a new child.
|
Modifier and Type | Method and Description |
---|---|
protected PaletteContainer |
PaletteEntryFactory.determineContainerForNewEntry(PaletteEntry selected)
Given the current selection, this method determines the parent for the
new entry to be created.
|
protected PaletteContainer |
PaletteContainerFactory.determineContainerForNewEntry(PaletteEntry selected) |
Modifier and Type | Method and Description |
---|---|
protected int |
PaletteEntryFactory.determineIndexForNewEntry(PaletteContainer c,
PaletteEntry selected)
Calculates the index at which the new entry is to be created, given the
current selection.
|
protected int |
PaletteContainerFactory.determineIndexForNewEntry(PaletteContainer parent,
PaletteEntry selected) |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.