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

Packages that use LayoutDebugPainter
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.  
de.kleopatra.forms.view   
de.kleopatra.forms.view.builder Support for building forms from a LayoutDescription/Presentation or FormDescription. 
 

Uses of LayoutDebugPainter in de.kleopatra.forms.description
 

Methods in de.kleopatra.forms.description that return LayoutDebugPainter
 LayoutDebugPainter LayoutTranslator.createLayoutDebugPainter()
          returns a painter that can visualize layoutInfo.
 

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

Methods in de.kleopatra.forms.description.jgoodies that return LayoutDebugPainter
 LayoutDebugPainter JGoodiesLayoutTranslator.createLayoutDebugPainter()
           
 

Uses of LayoutDebugPainter in de.kleopatra.forms.view
 

Methods in de.kleopatra.forms.view that return LayoutDebugPainter
 LayoutDebugPainter FormDebugPanel.getDebugPainter()
           
 

Methods in de.kleopatra.forms.view with parameters of type LayoutDebugPainter
 void FormDebugPanel.setDebugPainter(LayoutDebugPainter cont)
           
 

Constructors in de.kleopatra.forms.view with parameters of type LayoutDebugPainter
FormDebugPanel(LayoutDebugPainter painter)
          Constructs a FormDebugPanel.
FormDebugPanel(LayoutDebugPainter debugee, boolean paintInBackground)
          Constructs a FormDebugPanel for the given FormLayout and the specified settings.
 

Uses of LayoutDebugPainter in de.kleopatra.forms.view.builder
 

Methods in de.kleopatra.forms.view.builder that return LayoutDebugPainter
static LayoutDebugPainter FormFactory.createLayoutDebugPainter()
          returns a DebugPainter.
 



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