|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.wysiwyg.client.plugin.style.StyleDescriptor
public class StyleDescriptor
Describes a CSS style (class name).
| Constructor Summary | |
|---|---|
StyleDescriptor(java.lang.String name,
java.lang.String label,
boolean inline)
Creates a new style descriptor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLabel()
|
java.lang.String |
getName()
|
boolean |
isInline()
|
void |
setInline(boolean inline)
Sets whether the style is in-line or not. |
void |
setLabel(java.lang.String label)
Sets the style label. |
void |
setName(java.lang.String name)
Sets the style name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StyleDescriptor(java.lang.String name,
java.lang.String label,
boolean inline)
name - the style namelabel - the style labelinline - true if the style is in-line, false otherwise| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the new style namepublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - the new style labelpublic boolean isInline()
public void setInline(boolean inline)
inline - true to make the style in-line, false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||