| java.lang.Object nextapp.echo2.app.MutableStyle nextapp.echo2.app.DerivedMutableStyle
DerivedMutableStyle | public class DerivedMutableStyle extends MutableStyle (Code) | | A MutableStyle which will retrieve properties from a
"parent" style when they are not set locally.
|
DerivedMutableStyle | public DerivedMutableStyle()(Code) | | Default constructor.
|
DerivedMutableStyle | public DerivedMutableStyle(Style parentStyle)(Code) | | Creates a new DerivedMutableStyle .
Parameters: parentStyle - the style from which to retrieve propertieswhen they are not set within this style |
getParentStyle | public Style getParentStyle()(Code) | | Returns the parent style.
the parent style |
setParentStyle | public void setParentStyle(Style parentStyle)(Code) | | Sets the parent style, from which properties will be retrieved if they
are not found in this style.
Parameters: parentStyle - the parent style |
|
|