Package swingtree.api
Class Layout.ForBoxLayout
java.lang.Object
swingtree.api.Layout.ForBoxLayout
- All Implemented Interfaces:
Layout
- Enclosing interface:
Layout
The
The axis determines whether the layout will be a horizontal or vertical
Whenever this layout configuration object changes, it will create and re-install a new
Layout.ForBoxLayout layout is a layout that represents
a BoxLayout layout configuration for a component,
which consists of the axis. The axis determines whether the layout will be a horizontal or vertical
BoxLayout. Whenever this layout configuration object changes, it will create and re-install a new
BoxLayout onto the component
based on the new configuration.-
Nested Class Summary
Nested classes/interfaces inherited from interface swingtree.api.Layout
Layout.BorderLayoutInstaller, Layout.ForBoxLayout, Layout.ForFlowLayout, Layout.ForMigLayout, Layout.GridLayoutInstaller, Layout.None, Layout.Unspecific -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidinstallFor(JComponent component) Installs this layout for the supplied component.toString()
-
Method Details
-
hashCode
public int hashCode() -
equals
-
installFor
Description copied from interface:LayoutInstalls this layout for the supplied component.- Specified by:
installForin interfaceLayout- Parameters:
component- The component to install this layout for.
-
toString
-