Package dk.vajhoej.model
Class PaletteBase
- java.lang.Object
-
- dk.vajhoej.model.Versioned
-
- dk.vajhoej.model.PersistableBase
-
- dk.vajhoej.model.PaletteBase
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
- Direct Known Subclasses:
BoxPalette
,ComponentPalette
,ConnectionPalette
public abstract class PaletteBase extends PersistableBase
Class PaletteBase is base class for palette classes that has a name.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PaletteBase(Version version)
Create instance of PaletteBase.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
getName()
Get name.-
Methods inherited from class dk.vajhoej.model.PersistableBase
getStore, setStore
-
Methods inherited from class dk.vajhoej.model.Versioned
clone, getVersion, setVersion
-
-
-
-
Constructor Detail
-
PaletteBase
public PaletteBase(Version version)
Create instance of PaletteBase.- Parameters:
version
- version
-
-