FreeHEP API
Version current

Package org.freehep.swing.layout

Layout managers for swing.

See:
          Description

Class Summary
ConstrainedGridLayout The ConstrainedGridLayout layout manager is based on the GraphPaperLayout layout manager written by Michael Martak.
FlowScrollLayout This class is a replacement for a FlowLayout inside a JScrollPane.
PercentLayout Lays out components within a Container such that each component takes a fixed percentage of the size.
PercentLayout.Constraint  
StackedLayout This layout manager places all of the components the same size and places them at the same position.
TableLayout This layoutmanager uses all of the GridBagLayout's managers functionality and power but allows you to set the options easily.
TableLayout.TableConstraints  
ToolBarLayout A ToolbarLayout arranges components in a left-to-right flow, much like the FlowLayout which is supplied with the JDK.
 

Package org.freehep.swing.layout Description

Layout managers for swing.


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.