Uses of Interface
org.eclipse.gef.ui.palette.customize.EntryPageContainer
Packages that use EntryPageContainer
-
Uses of EntryPageContainer in org.eclipse.gef.ui.palette.customize
Classes in org.eclipse.gef.ui.palette.customize that implement EntryPageContainerModifier and TypeClassDescriptionclass
This class implements a default dialog that allows customization of the different entries/items on a GEF palette, i.e. the model behind the palette.Methods in org.eclipse.gef.ui.palette.customize that return EntryPageContainerModifier and TypeMethodDescriptionprotected EntryPageContainer
DefaultEntryPage.getPageContainer()
Methods in org.eclipse.gef.ui.palette.customize with parameters of type EntryPageContainerModifier and TypeMethodDescriptionvoid
DefaultEntryPage.setPageContainer
(EntryPageContainer pageContainer) void
EntryPage.setPageContainer
(EntryPageContainer pageContainer) Sets the page container for this page.