java.lang.Object | |
↳ | javax.swing.plaf.basic.BasicSplitPaneDivider.DividerLayout |
Used to layout a BasicSplitPaneDivider
.
Layout for the divider
involves appropriately moving the left/right buttons around.
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
If the layout manager uses a per-component string,
adds the component
comp to the layout,
associating it
with the string specified by name . | |||||||||||
Lays out the specified container.
| |||||||||||
Calculates the minimum size dimensions for the specified
container, given the components it contains.
| |||||||||||
Calculates the preferred size dimensions for the specified
container, given the components it contains.
| |||||||||||
Removes the specified component from the layout.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
If the layout manager uses a per-component string,
adds the component comp
to the layout,
associating it
with the string specified by name
.
string | the string to be associated with the component |
---|---|
c | the component to be added |
Lays out the specified container.
c | the container to be laid out |
---|
Calculates the minimum size dimensions for the specified container, given the components it contains.
c | the component to be laid out |
---|
Calculates the preferred size dimensions for the specified container, given the components it contains.
c | the container to be laid out |
---|
Removes the specified component from the layout.
c | the component to be removed |
---|