|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.contribution.visualiser.core.PaletteDefinition
A PaletteDefinition represents the definition of a visualiser colour set as specified by someone extending the given extension point. Palette definitions are managed by the PaletteManager.
Constructor Summary | |
PaletteDefinition(java.lang.String id,
java.lang.String name,
IVisualiserPalette palette)
Create a new palette definition |
Method Summary | |
java.lang.String |
getID()
Get the id of the palette represented by this palette definition |
java.lang.String |
getName()
Get the name of the palette represented by this palette definition |
IVisualiserPalette |
getPalette()
Get the actual palette represented by this palette definition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PaletteDefinition(java.lang.String id, java.lang.String name, IVisualiserPalette palette)
id
- the id of the palettename
- the name of the palettepalette
- the actual palette instanceMethod Detail |
public java.lang.String getName()
public java.lang.String getID()
public IVisualiserPalette getPalette()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |