Uses of Interface
org.eclipse.gef.ui.palette.customize.EntryPage
Packages that use EntryPage
- 
Uses of EntryPage in org.eclipse.gef.ui.paletteMethods in org.eclipse.gef.ui.palette that return EntryPageModifier and TypeMethodDescriptionPaletteCustomizer.getPropertiesPage(PaletteEntry entry) Returns an EntryPage that will display the custom properties of the given entry.
- 
Uses of EntryPage in org.eclipse.gef.ui.palette.customizeClasses in org.eclipse.gef.ui.palette.customize that implement EntryPageModifier and TypeClassDescriptionclassThis is a default implementation of theEntryPageinterface.classThe default entry page for drawers.Methods in org.eclipse.gef.ui.palette.customize that return EntryPageModifier and TypeMethodDescriptionprotected EntryPagePaletteCustomizerDialog.getEntryPage(PaletteEntry entry) Returns theEntryPagefor the givenPaletteEntry.Methods in org.eclipse.gef.ui.palette.customize with parameters of type EntryPageModifier and TypeMethodDescriptionprotected voidPaletteCustomizerDialog.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.