public abstract class StyleRule extends Object implements Serializable, Cloneable
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
StyleRule |
getParentRule() |
StyleSheet |
getParentStyle() |
StyleKeyRegistry |
getStyleKeyRegistry() |
boolean |
isReadOnly() |
void |
makeReadOnly() |
public StyleKeyRegistry getStyleKeyRegistry()
public StyleSheet getParentStyle()
public StyleRule getParentRule()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public final void makeReadOnly()
public final boolean isReadOnly()