Package | Description |
---|---|
org.eclipse.gef |
All interfaces, base types, and the plugin class are here.
|
org.eclipse.gef.ui.palette | |
org.eclipse.gef.ui.palette.customize | |
org.eclipse.gef.ui.parts |
Modifier and Type | Method and Description |
---|---|
void |
EditDomain.setPaletteRoot(PaletteRoot root)
Sets the PalatteRoot for this EditDomain.
|
Modifier and Type | Method and Description |
---|---|
PaletteRoot |
PaletteViewer.getPaletteRoot()
Returns the palette's root model.
|
Modifier and Type | Method and Description |
---|---|
void |
PaletteViewer.setPaletteRoot(PaletteRoot root)
Sets the root for this palette.
|
Modifier and Type | Method and Description |
---|---|
protected PaletteRoot |
PaletteCustomizerDialog.getPaletteRoot()
Provides sub-classes with access to the PaletteRoot
|
Constructor and Description |
---|
PaletteCustomizerDialog(Shell shell,
PaletteCustomizer customizer,
PaletteRoot root)
Constructs a new customizer dialog.
|
Modifier and Type | Method and Description |
---|---|
protected abstract PaletteRoot |
GraphicalEditorWithPalette.getPaletteRoot()
Returns the PaletteRoot for the palette viewer.
|
protected abstract PaletteRoot |
GraphicalEditorWithFlyoutPalette.getPaletteRoot()
Returns the PaletteRoot for the palette viewer.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.