Package com.ribs
Class RJLayout
- java.lang.Object
- 
- com.ribs.RJLayout
 
- 
- All Implemented Interfaces:
- java.awt.LayoutManager,- java.awt.LayoutManager2
 
 public class RJLayout extends java.lang.Object implements java.awt.LayoutManager2Copyright (c) 2004 ReportMill Software, Inc. All Rights Reserved. Contact ReportMill. 
- 
- 
Constructor SummaryConstructors Constructor Description RJLayout(javax.swing.JComponent aComponent)Creates new layout manager with given panel.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLayoutComponent(java.awt.Component aComponent, java.lang.Object constraints)voidaddLayoutComponent(java.lang.String aName, java.awt.Component aComponent)Adds a component to the manager.floatgetLayoutAlignmentX(java.awt.Container aTarget)floatgetLayoutAlignmentY(java.awt.Container aTarget)voidinvalidateLayout(java.awt.Container aTarget)booleanisEnabled()Returns whether layout is enabled.voidlayoutContainer(java.awt.Container aParent)Performs actual component layout.java.awt.DimensionmaximumLayoutSize(java.awt.Container aTarget)Returns the maximum layout size.java.awt.DimensionminimumLayoutSize(java.awt.Container aParent)Returns the minimum layout size.java.awt.DimensionpreferredLayoutSize(java.awt.Container aParent)Returns the preferred layout size.voidremoveLayoutComponent(java.awt.Component aComponent)Removes a component to the manager.voidsetEnabled(boolean aValue)Sets whether layout is enabled.
 
- 
- 
- 
Method Detail- 
isEnabledpublic boolean isEnabled() Returns whether layout is enabled.
 - 
setEnabledpublic void setEnabled(boolean aValue) Sets whether layout is enabled.
 - 
layoutContainerpublic void layoutContainer(java.awt.Container aParent) Performs actual component layout.- Specified by:
- layoutContainerin interface- java.awt.LayoutManager
 
 - 
addLayoutComponentpublic void addLayoutComponent(java.awt.Component aComponent, java.lang.Object constraints)- Specified by:
- addLayoutComponentin interface- java.awt.LayoutManager2
 
 - 
addLayoutComponentpublic void addLayoutComponent(java.lang.String aName, java.awt.Component aComponent)Adds a component to the manager.- Specified by:
- addLayoutComponentin interface- java.awt.LayoutManager
 
 - 
removeLayoutComponentpublic void removeLayoutComponent(java.awt.Component aComponent) Removes a component to the manager.- Specified by:
- removeLayoutComponentin interface- java.awt.LayoutManager
 
 - 
preferredLayoutSizepublic java.awt.Dimension preferredLayoutSize(java.awt.Container aParent) Returns the preferred layout size.- Specified by:
- preferredLayoutSizein interface- java.awt.LayoutManager
 
 - 
minimumLayoutSizepublic java.awt.Dimension minimumLayoutSize(java.awt.Container aParent) Returns the minimum layout size.- Specified by:
- minimumLayoutSizein interface- java.awt.LayoutManager
 
 - 
maximumLayoutSizepublic java.awt.Dimension maximumLayoutSize(java.awt.Container aTarget) Returns the maximum layout size.- Specified by:
- maximumLayoutSizein interface- java.awt.LayoutManager2
 
 - 
getLayoutAlignmentXpublic float getLayoutAlignmentX(java.awt.Container aTarget) - Specified by:
- getLayoutAlignmentXin interface- java.awt.LayoutManager2
 
 - 
getLayoutAlignmentYpublic float getLayoutAlignmentY(java.awt.Container aTarget) - Specified by:
- getLayoutAlignmentYin interface- java.awt.LayoutManager2
 
 - 
invalidateLayoutpublic void invalidateLayout(java.awt.Container aTarget) - Specified by:
- invalidateLayoutin interface- java.awt.LayoutManager2
 
 
- 
 
-