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

Packages that use LayoutBorder
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 LayoutBorder in de.kleopatra.forms.description
 

Fields in de.kleopatra.forms.description declared as LayoutBorder
protected  LayoutBorder DefaultLayoutDescription.border
           
 

Methods in de.kleopatra.forms.description that return LayoutBorder
 LayoutBorder LayoutFactory.createBorder(java.lang.String encodedString)
           
 LayoutBorder LayoutFactory.createBorder(java.lang.Object borderType)
           
 LayoutBorder LayoutFactory.createBorder()
           
 LayoutBorder LayoutDescription.getBorder()
           
 LayoutBorder DefaultLayoutDescription.getBorder()
           
 

Methods in de.kleopatra.forms.description with parameters of type LayoutBorder
 javax.swing.border.Border LayoutTranslator.createBorder(LayoutBorder border)
           
 void LayoutDescription.setBorder(LayoutBorder border)
           
 void DefaultLayoutDescription.setBorder(LayoutBorder border)
           
 

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

Classes in de.kleopatra.forms.description.jgoodies that implement LayoutBorder
 class JGoodiesBorder
          Implementation of LayoutBorder for JGoodies Forms.
 

Methods in de.kleopatra.forms.description.jgoodies that return LayoutBorder
 LayoutBorder JGoodiesLayoutFactory.createBorder()
           
 LayoutBorder JGoodiesLayoutFactory.createBorder(java.lang.String encodedString)
           
 LayoutBorder JGoodiesLayoutFactory.createBorder(java.lang.Object borderType)
           
 

Methods in de.kleopatra.forms.description.jgoodies with parameters of type LayoutBorder
 javax.swing.border.Border JGoodiesLayoutTranslator.createBorder(LayoutBorder border)
           
 



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