A D G I L M N P R S
A
- addLayoutComponent(String, Component) -
Method in class net.mariottini.layout.MeshLayout
-
- addLayoutComponent(Component, Object) -
Method in class net.mariottini.layout.MeshLayout
-
- addLayoutComponent(String, Component) -
Method in class net.mariottini.layout.PileLayout
-
- addLayoutComponent(Component, Object) -
Method in class net.mariottini.layout.PileLayout
-
- addLayoutComponent(String, Component) -
Method in class net.mariottini.layout.SimplePileLayout
-
- ALIGN_BOTTOM -
Static variable in class net.mariottini.layout.PileLayout
- the component is vertically aligned to the bottom (valid ony for horizontal placement)
- ALIGN_CENTER -
Static variable in class net.mariottini.layout.PileLayout
- the component is horizontally center aligned (valid ony for vertical placement)
- ALIGN_EXPAND -
Static variable in class net.mariottini.layout.PileLayout
- like
PileLayout.ALIGN_FIT
but expands in both dimensions
- ALIGN_FIT -
Static variable in class net.mariottini.layout.PileLayout
- the component is not aligned, but fitted in size (adjusting its height for horizontal placement
or its width for vertical placement)
- ALIGN_LEFT -
Static variable in class net.mariottini.layout.PileLayout
- the component is horizontally aligned to the left (valid ony for vertical placement)
- ALIGN_MIDDLE -
Static variable in class net.mariottini.layout.PileLayout
- the component is vertically aligned to the middle (valid ony for horizontal placement)
- ALIGN_RIGHT -
Static variable in class net.mariottini.layout.PileLayout
- the component is horizontally aligned to the right (valid ony for vertical placement)
- ALIGN_TOP -
Static variable in class net.mariottini.layout.PileLayout
- the component is vertically aligned to the top (valid ony for horizontal placement)
D
- DIRECTION_HORIZONTAL -
Static variable in class net.mariottini.layout.PileLayout
- the placement direction is horizontal
- DIRECTION_HORIZONTAL -
Static variable in class net.mariottini.layout.SimplePileLayout
- the placement direction is horizontal
- DIRECTION_VERTICAL -
Static variable in class net.mariottini.layout.PileLayout
- the placement direction is vertical
- DIRECTION_VERTICAL -
Static variable in class net.mariottini.layout.SimplePileLayout
- the placement direction is vertical
G
- getLayoutAlignmentX(Container) -
Method in class net.mariottini.layout.MeshLayout
-
- getLayoutAlignmentX(Container) -
Method in class net.mariottini.layout.PileLayout
-
- getLayoutAlignmentY(Container) -
Method in class net.mariottini.layout.MeshLayout
-
- getLayoutAlignmentY(Container) -
Method in class net.mariottini.layout.PileLayout
-
I
- invalidateLayout(Container) -
Method in class net.mariottini.layout.MeshLayout
-
- invalidateLayout(Container) -
Method in class net.mariottini.layout.PileLayout
-
L
- layoutContainer(Container) -
Method in class net.mariottini.layout.MeshLayout
-
- layoutContainer(Container) -
Method in class net.mariottini.layout.PileLayout
-
- layoutContainer(Container) -
Method in class net.mariottini.layout.SimplePileLayout
-
M
- maximumLayoutSize(Container) -
Method in class net.mariottini.layout.MeshLayout
-
- maximumLayoutSize(Container) -
Method in class net.mariottini.layout.PileLayout
-
- MeshLayout - Class in net.mariottini.layout
- A layout manager that implements an extensible grid (mesh): cells in the same
row get the same height and cells in the same column get the same width.
- MeshLayout(int, int) -
Constructor for class net.mariottini.layout.MeshLayout
- Builds a MeshLayout with the specified rows and columns,
with the default gap and with the default margins.
- MeshLayout(int, int, int) -
Constructor for class net.mariottini.layout.MeshLayout
- Builds a MeshLayout with the specified rows and columns
and with the specified gap, used also for the margins.
- MeshLayout(int, int, int, int) -
Constructor for class net.mariottini.layout.MeshLayout
- Builds a MeshLayout with the specified rows and columns
and with the specified vertical and horizontal gap, used also
for the margins.
- MeshLayout(int, int, Insets) -
Constructor for class net.mariottini.layout.MeshLayout
- Builds a MeshLayout with the specified rows and columns,
with the default gap, and with the specified margins.
- MeshLayout(int, int, int, Insets) -
Constructor for class net.mariottini.layout.MeshLayout
- Builds a MeshLayout with the specified rows and columns
and with the specified gap and margins.
- MeshLayout(int, int, int, int, Insets) -
Constructor for class net.mariottini.layout.MeshLayout
- Builds a MeshLayout with the specified rows and columns
and with the specified vertical and horizontal gap and margins.
- minimumLayoutSize(Container) -
Method in class net.mariottini.layout.MeshLayout
-
- minimumLayoutSize(Container) -
Method in class net.mariottini.layout.PileLayout
-
- minimumLayoutSize(Container) -
Method in class net.mariottini.layout.SimplePileLayout
-
N
- net.mariottini.layout - package net.mariottini.layout
-
P
- PileLayout - Class in net.mariottini.layout
- A layout manager that piles components either vertically or horizontally.
- PileLayout(int) -
Constructor for class net.mariottini.layout.PileLayout
- Builds a PileLayout with the specified placement direction,
with the default gap and with the default margins.
- PileLayout(int, int) -
Constructor for class net.mariottini.layout.PileLayout
- Builds a PileLayout with the specified placement direction
and with the specified gap, used also for the margins.
- PileLayout(int, Insets) -
Constructor for class net.mariottini.layout.PileLayout
- Builds a PileLayout with the specified placement direction,
with the default gap and with the specified margins.
- PileLayout(int, int, Insets) -
Constructor for class net.mariottini.layout.PileLayout
- Builds a PileLayout with the specified placement direction,
with the specified gap and with the specified margins.
- preferredLayoutSize(Container) -
Method in class net.mariottini.layout.MeshLayout
-
- preferredLayoutSize(Container) -
Method in class net.mariottini.layout.PileLayout
-
- preferredLayoutSize(Container) -
Method in class net.mariottini.layout.SimplePileLayout
-
R
- removeLayoutComponent(Component) -
Method in class net.mariottini.layout.MeshLayout
-
- removeLayoutComponent(Component) -
Method in class net.mariottini.layout.PileLayout
-
- removeLayoutComponent(Component) -
Method in class net.mariottini.layout.SimplePileLayout
-
S
- setExpandColumn(int) -
Method in class net.mariottini.layout.MeshLayout
- Sets the column that will expand horizontally when the container is resized.
- setExpandRow(int) -
Method in class net.mariottini.layout.MeshLayout
- Sets the row that will expand vertically when the container is resized.
- SimplePileLayout - Class in net.mariottini.layout
- A layout manager that piles components either vertically or horizontally.
- SimplePileLayout(int) -
Constructor for class net.mariottini.layout.SimplePileLayout
- Builds a SimplePileLayout with the specified placement direction,
with the default gap and with the default margins.
- SimplePileLayout(int, int) -
Constructor for class net.mariottini.layout.SimplePileLayout
- Builds a SimplePileLayout with the specified placement direction
and with the specified gap, used also for the margins.
- SimplePileLayout(int, Insets) -
Constructor for class net.mariottini.layout.SimplePileLayout
- Builds a SimplePileLayout with the specified placement direction,
with the default gap and with the specified margins.
- SimplePileLayout(int, int, Insets) -
Constructor for class net.mariottini.layout.SimplePileLayout
- Builds a SimplePileLayout with the specified placement direction,
with the specified gap and with the specified margins.
A D G I L M N P R S
Copyright © 2006,2007 Roberto Mariottini. All Rights Reserved.