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 TypeMethodDescriptionvoidaddLayoutComponent(String name, Component comp) voidlayoutContainer(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:
addLayoutComponentin interfaceLayoutManager
-
removeLayoutComponent
- Specified by:
removeLayoutComponentin 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:
preferredLayoutSizein interfaceLayoutManager
-
minimumLayoutSize
- Specified by:
minimumLayoutSizein interfaceLayoutManager
-
layoutContainer
- Specified by:
layoutContainerin interfaceLayoutManager
-