Package | Description |
---|---|
org.eclipse.gef.ui.palette | |
org.eclipse.gef.ui.palette.customize |
Modifier and Type | Method and Description |
---|---|
EntryPage |
PaletteCustomizer.getPropertiesPage(PaletteEntry entry)
Returns an EntryPage that will display the custom properties of the given
entry.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEntryPage
This is a default implementation of the
EntryPage interface. |
class |
DrawerEntryPage
The default entry page for drawers.
|
Modifier and Type | Method and Description |
---|---|
protected EntryPage |
PaletteCustomizerDialog.getEntryPage(PaletteEntry entry)
Returns the
EntryPage for the given
PaletteEntry . |
Modifier and Type | Method and Description |
---|---|
protected void |
PaletteCustomizerDialog.setActiveEntryPage(EntryPage page)
Sets the given EntryPage as the top page in the PageBook that shows the
properties of the item selected in the Outline.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.