Uses of Package
net.sf.jguiraffe.gui.layout
-
Packages that use net.sf.jguiraffe.gui.layout Package Description net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components.net.sf.jguiraffe.gui.builder.components.tags.table A package with tag handler classes for creating table components.net.sf.jguiraffe.gui.layout This package contains the platform-independent base classes and helper classes for the layout managers provided by the JGUIraffe library. -
Classes in net.sf.jguiraffe.gui.layout used by net.sf.jguiraffe.gui.builder.components.tags Class Description BorderLayout A GUI library independent implementation of the AWT layout manager BorderLayout.ButtonLayout A layout manager that deals with button bars for dialogs.CellAlignment An enumeration class that defines the possible alignments of components in the cells of a percent layout.CellConstraints A class for describing column and row constraints for thePercentLayout
layout manager.CellConstraints.Builder A builder class for creating instances ofCellConstraints
.CellGroup A simple helper class to define columns and rows with identical size inPercentLayout
.NumberWithUnit A class that combines a value with a unit.PercentLayoutBase The main class of the percent layout manager. -
Classes in net.sf.jguiraffe.gui.layout used by net.sf.jguiraffe.gui.builder.components.tags.table Class Description NumberWithUnit A class that combines a value with a unit.UnitSizeHandler Definition of an interface for performing size calculations in a manner independent of a certain component model. -
Classes in net.sf.jguiraffe.gui.layout used by net.sf.jguiraffe.gui.layout Class Description ButtonLayout.Alignment An enumeration class for the alignment of aButtonLayout
.CellAlignment An enumeration class that defines the possible alignments of components in the cells of a percent layout.CellConstraints A class for describing column and row constraints for thePercentLayout
layout manager.CellConstraints.Builder A builder class for creating instances ofCellConstraints
.CellGroup A simple helper class to define columns and rows with identical size inPercentLayout
.CellSize An enumeration class that defines possible sizes for the cells of a percent layout.NumberWithUnit A class that combines a value with a unit.PercentData A constraints class used byPercentLayout
.PercentData.Builder A builder implementation for creating instances ofPercentData
.PercentLayoutBase The main class of the percent layout manager.PercentLayoutPlatformAdapter Definition of an interface that encapsulates platform (library) specific access to GUI components that are managed by a percent layout manager.Unit An enumeration class for defining units.UnitSizeHandler Definition of an interface for performing size calculations in a manner independent of a certain component model.