Class JRibbonFrame.RibbonFrameLayout
java.lang.Object
java.awt.BorderLayout
org.pushingpixels.radiance.component.api.ribbon.JRibbonFrame.RibbonFrameLayout
- All Implemented Interfaces:
LayoutManager, LayoutManager2, Serializable
- Enclosing class:
JRibbonFrame
Custom layout manager that enforces the
JRibbon location at
BorderLayout.NORTH.-
Field Summary
Fields inherited from class BorderLayout
AFTER_LAST_LINE, AFTER_LINE_ENDS, BEFORE_FIRST_LINE, BEFORE_LINE_BEGINS, CENTER, EAST, LINE_END, LINE_START, NORTH, PAGE_END, PAGE_START, SOUTH, WEST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLayoutComponent(Component comp, Object constraints) voidMethods inherited from class BorderLayout
addLayoutComponent, getConstraints, getHgap, getLayoutAlignmentX, getLayoutAlignmentY, getLayoutComponent, getLayoutComponent, getVgap, invalidateLayout, layoutContainer, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, setHgap, setVgap, toString
-
Constructor Details
-
RibbonFrameLayout
private RibbonFrameLayout()
-
-
Method Details
-
addLayoutComponent
- Specified by:
addLayoutComponentin interfaceLayoutManager2- Overrides:
addLayoutComponentin classBorderLayout
-
removeLayoutComponent
- Specified by:
removeLayoutComponentin interfaceLayoutManager- Overrides:
removeLayoutComponentin classBorderLayout
-