Uses of Class
net.sourceforge.spedit.core.Styleable.StyleSheet

Packages that use Styleable.StyleSheet
net.sourceforge.spedit.core   
net.sourceforge.spedit.ui   
 

Uses of Styleable.StyleSheet in net.sourceforge.spedit.core
 

Fields in net.sourceforge.spedit.core declared as Styleable.StyleSheet
protected  Styleable.StyleSheet XMLInformation.styleSheet
           
 

Methods in net.sourceforge.spedit.core that return Styleable.StyleSheet
 Styleable.StyleSheet Styleable.getStyleSheet()
           
 Styleable.StyleSheet Styleable.getParentStyleSheet()
           
protected  Styleable.StyleSheet Styleable.StyleSheet.getStyleOwner(String property)
          Retrieves the parent of the given property.
 Styleable.StyleSheet XMLViewFactory.createStyleSheet(org.jdom.Element elem)
           
 Styleable.StyleSheet XMLInformation.getStyleSheet()
           
 

Methods in net.sourceforge.spedit.core with parameters of type Styleable.StyleSheet
 void Styleable.setStyleSheet(Styleable.StyleSheet style)
           
 void Styleable.StyleSheet.inheritStyle(Styleable.StyleSheet stylesheet)
          Inherits all the properties of the given stylable object.
 void Styleable.StyleSheet.inheritStyle(String property, Styleable.StyleSheet stylesheet)
          Inherits only a given property or group of properties from the given stylable object.
protected  void XMLViewFactory.genStyle(Styleable.StyleSheet stylesheet, String prefix, org.jdom.Element elem)
           
 

Uses of Styleable.StyleSheet in net.sourceforge.spedit.ui
 

Fields in net.sourceforge.spedit.ui declared as Styleable.StyleSheet
protected  Styleable.StyleSheet ParagraphView.styleSheet
           
protected  Styleable.StyleSheet LabelView.styleSheet
           
protected  Styleable.StyleSheet TableView.styleSheet
           
protected  Styleable.StyleSheet BlockView.styleSheet
           
 

Methods in net.sourceforge.spedit.ui that return Styleable.StyleSheet
 Styleable.StyleSheet ParagraphView.getStyleSheet()
           
 Styleable.StyleSheet ParagraphView.getParentStyleSheet()
           
 Styleable.StyleSheet WrapperView.getStyleSheet()
           
 Styleable.StyleSheet WrapperView.getParentStyleSheet()
           
 Styleable.StyleSheet LabelView.getStyleSheet()
           
 Styleable.StyleSheet LabelView.getParentStyleSheet()
           
 Styleable.StyleSheet TableView.getStyleSheet()
           
 Styleable.StyleSheet TableView.getParentStyleSheet()
           
 Styleable.StyleSheet BlockView.getStyleSheet()
           
 Styleable.StyleSheet BlockView.getParentStyleSheet()
           
 

Methods in net.sourceforge.spedit.ui with parameters of type Styleable.StyleSheet
 void ParagraphView.setStyleSheet(Styleable.StyleSheet s)
           
 void WrapperView.setStyleSheet(Styleable.StyleSheet s)
           
 void LabelView.setStyleSheet(Styleable.StyleSheet s)
           
 void TableView.setStyleSheet(Styleable.StyleSheet s)
           
 void BlockView.setStyleSheet(Styleable.StyleSheet s)