public abstract class StyleRule extends Object implements Serializable, Cloneable
Modifier | Constructor and Description |
---|---|
protected |
StyleRule(StyleKeyRegistry styleKeyRegistry) |
protected |
StyleRule(StyleSheet parentStyle,
StyleRule parentRule) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
StyleRule |
getParentRule() |
StyleSheet |
getParentStyle() |
StyleKeyRegistry |
getStyleKeyRegistry() |
boolean |
isReadOnly() |
void |
makeReadOnly() |
protected void |
setParentRule(StyleRule parentRule) |
protected void |
setParentStyle(StyleSheet parentStyle) |
protected StyleRule(StyleKeyRegistry styleKeyRegistry)
protected StyleRule(StyleSheet parentStyle, StyleRule parentRule)
public StyleKeyRegistry getStyleKeyRegistry()
public StyleSheet getParentStyle()
public StyleRule getParentRule()
protected void setParentStyle(StyleSheet parentStyle)
protected void setParentRule(StyleRule parentRule)
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public final void makeReadOnly()
public final boolean isReadOnly()
Copyright © 2018 Hitachi Vantara. All rights reserved.