Uses of Interface
de.kleopatra.forms.description.Style

Packages that use Style
de.kleopatra.forms.description Definition of descriptive layout elements Constraint, Line, Row/Column.  
de.kleopatra.forms.description.jgoodies Implementations of layout description for jgoodies.forms framework.  
 

Uses of Style in de.kleopatra.forms.description
 

Methods in de.kleopatra.forms.description that return Style
 Style StyleMap.getRowGlueStyle()
           
 Style StyleMap.getColumnGlueStyle()
           
 Style StyleMap.getColumnContentStyle(java.lang.Object typeKey)
           
 Style StyleMap.getColumnGapStyle(java.lang.Object typeKey)
           
 Style StyleMap.getRowContentStyle(java.lang.Object typeKey)
           
 Style StyleMap.getRowGapStyle(java.lang.Object typeKey)
           
 Style StyleMap.getBorderStyle(java.lang.Object typeKey)
           
 Style Stylable.getStyle()
          returns the current style.
 

Uses of Style in de.kleopatra.forms.description.jgoodies
 

Fields in de.kleopatra.forms.description.jgoodies declared as Style
protected  Style AbstractStylable.styleDelegate
           
 

Methods in de.kleopatra.forms.description.jgoodies that return Style
 Style JGoodiesStyleMap.getRowGlueStyle()
           
 Style JGoodiesStyleMap.getColumnGlueStyle()
           
 Style JGoodiesStyleMap.getColumnContentStyle(java.lang.Object typeKey)
           
 Style JGoodiesStyleMap.getColumnGapStyle(java.lang.Object typeKey)
           
 Style JGoodiesStyleMap.getRowContentStyle(java.lang.Object typeKey)
           
 Style JGoodiesStyleMap.getRowGapStyle(java.lang.Object typeKey)
           
 Style JGoodiesStyleMap.getBorderStyle(java.lang.Object typeKey)
           
protected  Style JGoodiesRow.createStyle(Style current, java.lang.Object newTypeKey)
           
protected  Style JGoodiesRow.createCustomStyle(java.lang.String encodedString)
           
protected  Style JGoodiesRow.getDefaultStyle()
           
protected  Style JGoodiesColumn.createStyle(Style current, java.lang.Object newTypeKey)
           
protected  Style JGoodiesColumn.createCustomStyle(java.lang.String encodedString)
           
protected  Style JGoodiesColumn.getDefaultStyle()
           
protected  Style JGoodiesBorder.createCustomStyle(java.lang.String encodedString)
           
protected  Style JGoodiesBorder.createStyle(Style current, java.lang.Object newTypeKey)
           
protected  Style JGoodiesBorder.getDefaultStyle()
           
 Style AbstractStylable.getStyle()
           
protected abstract  Style AbstractStylable.createCustomStyle(java.lang.String encodedString)
           
protected abstract  Style AbstractStylable.createStyle(Style current, java.lang.Object newTypeKey)
           
protected abstract  Style AbstractStylable.getDefaultStyle()
           
protected  Style AbstractStylable.findStyleByKey(java.lang.Object typeKey)
           
protected  Style AbstractStylable.findStyleByEncoding(java.lang.String encodedString)
           
protected  Style AbstractStylable.createStyle(java.lang.String encodedString)
           
 

Methods in de.kleopatra.forms.description.jgoodies with parameters of type Style
protected  Style JGoodiesRow.createStyle(Style current, java.lang.Object newTypeKey)
           
protected  void JGoodiesLine.setStyle(Style style)
           
protected  Style JGoodiesColumn.createStyle(Style current, java.lang.Object newTypeKey)
           
protected  Style JGoodiesBorder.createStyle(Style current, java.lang.Object newTypeKey)
           
protected abstract  Style AbstractStylable.createStyle(Style current, java.lang.Object newTypeKey)
           
protected  void AbstractStylable.setStyle(Style style)
          pre: checkStyle.
 



Copyright © 2003, 2004 SwingEmpire Jeanette Winzenburg. All Rights Reserved.