Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.presets
Class PaletteType

java.lang.Object
  extended by org.nuxeo.theme.presets.PaletteType
All Implemented Interfaces:
Type

public class PaletteType
extends Object
implements Type


Constructor Summary
PaletteType()
           
PaletteType(String name, String src, String category)
           
 
Method Summary
 String getCategory()
           
 String getName()
           
 String getSrc()
           
 TypeFamily getTypeFamily()
           
 String getTypeName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaletteType

public PaletteType()

PaletteType

public PaletteType(String name,
                   String src,
                   String category)
Method Detail

getTypeFamily

public TypeFamily getTypeFamily()
Specified by:
getTypeFamily in interface Type

getCategory

public String getCategory()

getTypeName

public String getTypeName()
Specified by:
getTypeName in interface Type

getSrc

public String getSrc()

getName

public String getName()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.