Java Reference
In-Depth Information
Figure 10-28
Palette service
PaletteProvider Extension-Point
Identifier: org.eclipse.gmf.runtime.diagram.ui.paletteProviders
Description: The paletteProvider extension-point allows for full declar-
ative specification of a diagram palette.
Configuration markup:
<!ELEMENT extension (paletteProvider+)>
<!ELEMENT paletteProvider (Priority , editor? , content? ,
contribution*)>
<!ATTLIST paletteProvider
class CDATA
"org.eclipse.gmf.runtime.diagram.ui.providers.DefaultPaletteProvider">
A provider's description outlines the target context (the editor and the edi-
tor's content) and zero or more palette contributions in that context.
class —The fully qualified name of the paletteProvider class, which, by
default, is the provided org.eclipse.gmf.runtime.diagram.ui.
providers.DefaultPaletteProvider .
<!ELEMENT Priority EMPTY>
<!ATTLIST Priority
name (Lowest|Low|Medium|High|Highest) >
Search WWH ::




Custom Search