Package org.jdesktop.swingx.plaf.basic
Class BasicErrorPaneUI.ErrorPaneLayout
java.lang.Object
org.jdesktop.swingx.plaf.basic.BasicErrorPaneUI.ErrorPaneLayout
- All Implemented Interfaces:
LayoutManager
- Enclosing class:
BasicErrorPaneUI
Lays out the BasicErrorPaneUI components.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addLayoutComponent
(String name, Component comp) void
layoutContainer
(Container parent) minimumLayoutSize
(Container parent) preferredLayoutSize
(Container parent) The preferred size is: The width of the parent container The height necessary to show the entire message text (as long as said height does not go off the screen) plus the buttons The preferred height changes depending on whether the details are visible, or not.void
-
Field Details
-
dummy
-
-
Constructor Details
-
ErrorPaneLayout
private ErrorPaneLayout()
-
-
Method Details
-
addLayoutComponent
- Specified by:
addLayoutComponent
in interfaceLayoutManager
-
removeLayoutComponent
- Specified by:
removeLayoutComponent
in interfaceLayoutManager
-
preferredLayoutSize
The preferred size is: The width of the parent container The height necessary to show the entire message text (as long as said height does not go off the screen) plus the buttons The preferred height changes depending on whether the details are visible, or not.- Specified by:
preferredLayoutSize
in interfaceLayoutManager
-
minimumLayoutSize
- Specified by:
minimumLayoutSize
in interfaceLayoutManager
-
layoutContainer
- Specified by:
layoutContainer
in interfaceLayoutManager
-