public interface ComponentStyle extends JSONItem
Modifier and Type | Interface and Description |
---|---|
static interface |
ComponentStyle.Option
define a selectable style option
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PN_CSS_CLASS
default property name to store component style cssc class names
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the display description of this component style.
|
java.lang.String |
getName()
Returns the name of this component style
|
ComponentStyle.Option[] |
getOptions()
Returns an array of selectable style options
|
java.lang.String |
getPath()
Returns the path where this component style is stored.
|
java.lang.String |
getTitle()
Returns the display title of this component style.
|
static final java.lang.String PN_CSS_CLASS
java.lang.String getName()
java.lang.String getPath()
java.lang.String getTitle()
java.lang.String getDescription()
ComponentStyle.Option[] getOptions()
Copyright © 2010 - 2020 Adobe. All Rights Reserved