java.awt.LayoutManagerprotected class BasicSplitPaneDivider.DividerLayout extends Object implements java.awt.LayoutManager
BasicSplitPaneDivider.
Layout for the divider
involves appropriately moving the left/right buttons around.| Modifier | Constructor | Description |
|---|---|---|
protected |
DividerLayout() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addLayoutComponent(String string,
java.awt.Component c) |
If the layout manager uses a per-component string,
adds the component
comp to the layout,
associating it
with the string specified by name. |
void |
layoutContainer(java.awt.Container c) |
Lays out the specified container.
|
java.awt.Dimension |
minimumLayoutSize(java.awt.Container c) |
Calculates the minimum size dimensions for the specified
container, given the components it contains.
|
java.awt.Dimension |
preferredLayoutSize(java.awt.Container c) |
Calculates the preferred size dimensions for the specified
container, given the components it contains.
|
void |
removeLayoutComponent(java.awt.Component c) |
Removes the specified component from the layout.
|
public void layoutContainer(java.awt.Container c)
java.awt.LayoutManagerlayoutContainer in interface java.awt.LayoutManagerc - the container to be laid outpublic java.awt.Dimension minimumLayoutSize(java.awt.Container c)
java.awt.LayoutManagerminimumLayoutSize in interface java.awt.LayoutManagerc - the component to be laid outLayoutManager.preferredLayoutSize(java.awt.Container)public java.awt.Dimension preferredLayoutSize(java.awt.Container c)
java.awt.LayoutManagerpreferredLayoutSize in interface java.awt.LayoutManagerc - the container to be laid outLayoutManager.minimumLayoutSize(java.awt.Container)public void removeLayoutComponent(java.awt.Component c)
java.awt.LayoutManagerremoveLayoutComponent in interface java.awt.LayoutManagerc - the component to be removedpublic void addLayoutComponent(String string, java.awt.Component c)
java.awt.LayoutManagercomp to the layout,
associating it
with the string specified by name.addLayoutComponent in interface java.awt.LayoutManagerstring - the string to be associated with the componentc - the component to be added Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-internal+0-adhoc.abuild.jdk9-71a766d4c180