Uses of Interface
org.eclipse.gef.ui.palette.customize.EntryPage
-
Packages that use EntryPage Package Description org.eclipse.gef.ui.palette org.eclipse.gef.ui.palette.customize -
-
Uses of EntryPage in org.eclipse.gef.ui.palette
Methods in org.eclipse.gef.ui.palette that return EntryPage Modifier and Type Method Description EntryPagePaletteCustomizer. 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.customize
Classes in org.eclipse.gef.ui.palette.customize that implement EntryPage Modifier and Type Class Description classDefaultEntryPageThis is a default implementation of theEntryPageinterface.classDrawerEntryPageThe default entry page for drawers.Methods in org.eclipse.gef.ui.palette.customize that return EntryPage Modifier and Type Method Description protected EntryPagePaletteCustomizerDialog. getEntryPage(PaletteEntry entry)Returns theEntryPagefor the givenPaletteEntry.Methods in org.eclipse.gef.ui.palette.customize with parameters of type EntryPage Modifier and Type Method Description protected 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.
-