Package swingtree.api
Class Layout.BorderLayoutInstaller
java.lang.Object
swingtree.api.Layout.BorderLayoutInstaller
- All Implemented Interfaces:
Layout
- Enclosing interface:
- Layout
The
Whenever this layout configuration changes, it will create and re-install a new
Layout.BorderLayoutInstaller
layout is a layout that represents
a BorderLayout
layout configuration for a component,
which consists of the horizontal gap and vertical gap. Whenever this layout configuration changes, it will create and re-install a new
BorderLayout
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 TypeMethodDescriptionboolean
int
hashCode()
void
installFor
(JComponent component) Installs this layout for the supplied component.toString()
-
Method Details
-
hashCode
public int hashCode() -
equals
-
installFor
Description copied from interface:Layout
Installs this layout for the supplied component.- Specified by:
installFor
in interfaceLayout
- Parameters:
component
- The component to install this layout for.
-
toString
-