Uses of Interface
net.sourceforge.spedit.core.Styleable

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

Uses of Styleable in net.sourceforge.spedit.core
 

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

Methods in net.sourceforge.spedit.core that return Styleable
 Styleable Styleable.StyleSheet.getParent()
           
 

Methods in net.sourceforge.spedit.core with parameters of type Styleable
 void Styleable.StyleSheet.setParent(Styleable parent)
           
 

Constructors in net.sourceforge.spedit.core with parameters of type Styleable
Styleable.StyleSheet(String name, Styleable parent)
           
 

Uses of Styleable in net.sourceforge.spedit.ui
 

Classes in net.sourceforge.spedit.ui that implement Styleable
 class BlockView
           
 class LabelView
           
 class ParagraphView
           
 class TableView
           
 class WrapperView
          The WrapperView class allows to wrap any view and add CSS-like display properties to it.