Package com.ribs
Class RJLayout
java.lang.Object
com.ribs.RJLayout
- All Implemented Interfaces:
- LayoutManager,- LayoutManager2
Copyright (c) 2004 ReportMill Software, Inc. All Rights Reserved. Contact ReportMill <info@reportmill.com>.
- 
Constructor SummaryConstructorsConstructorDescriptionRJLayout(JComponent aComponent) Creates new layout manager with given panel.
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddLayoutComponent(Component aComponent, Object constraints) voidaddLayoutComponent(String aName, Component aComponent) Adds a component to the manager.floatgetLayoutAlignmentX(Container aTarget) floatgetLayoutAlignmentY(Container aTarget) voidinvalidateLayout(Container aTarget) booleanReturns whether layout is enabled.voidlayoutContainer(Container aParent) Performs actual component layout.maximumLayoutSize(Container aTarget) Returns the maximum layout size.minimumLayoutSize(Container aParent) Returns the minimum layout size.preferredLayoutSize(Container aParent) Returns the preferred layout size.voidremoveLayoutComponent(Component aComponent) Removes a component to the manager.voidsetEnabled(boolean aValue) Sets whether layout is enabled.
- 
Constructor Details- 
RJLayoutCreates new layout manager with given panel.
 
- 
- 
Method Details- 
isEnabledpublic boolean isEnabled()Returns whether layout is enabled.
- 
setEnabledpublic void setEnabled(boolean aValue) Sets whether layout is enabled.
- 
layoutContainerPerforms actual component layout.- Specified by:
- layoutContainerin interface- LayoutManager
 
- 
addLayoutComponent- Specified by:
- addLayoutComponentin interface- LayoutManager2
 
- 
addLayoutComponentAdds a component to the manager.- Specified by:
- addLayoutComponentin interface- LayoutManager
 
- 
removeLayoutComponentRemoves a component to the manager.- Specified by:
- removeLayoutComponentin interface- LayoutManager
 
- 
preferredLayoutSizeReturns the preferred layout size.- Specified by:
- preferredLayoutSizein interface- LayoutManager
 
- 
minimumLayoutSizeReturns the minimum layout size.- Specified by:
- minimumLayoutSizein interface- LayoutManager
 
- 
maximumLayoutSizeReturns the maximum layout size.- Specified by:
- maximumLayoutSizein interface- LayoutManager2
 
- 
getLayoutAlignmentX- Specified by:
- getLayoutAlignmentXin interface- LayoutManager2
 
- 
getLayoutAlignmentY- Specified by:
- getLayoutAlignmentYin interface- LayoutManager2
 
- 
invalidateLayout- Specified by:
- invalidateLayoutin interface- LayoutManager2
 
 
-