Uses of Interface
org.eclipse.gef.ui.views.palette.PalettePage
-
Packages that use PalettePage Package Description org.eclipse.gef.ui.parts org.eclipse.gef.ui.views.palette -
-
Uses of PalettePage in org.eclipse.gef.ui.parts
Classes in org.eclipse.gef.ui.parts that implement PalettePage Modifier and Type Class Description protected class
GraphicalEditorWithFlyoutPalette.CustomPalettePage
A custom PalettePage that helps GraphicalEditorWithFlyoutPalette keep the two PaletteViewers (one displayed in the editor and the other displayed in the PaletteView) in sync when switching from one to the other (i.e., it helps maintain state across the two viewers). -
Uses of PalettePage in org.eclipse.gef.ui.views.palette
Classes in org.eclipse.gef.ui.views.palette that implement PalettePage Modifier and Type Class Description class
PaletteViewerPage
The default page for the PaletteView that works in conjunction with a PaletteViewerProvider.
-