.
|
Constructor Summary |
RJLayout()
Creates new layout manager with given panel. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RJLayout
public RJLayout()
- Creates new layout manager with given panel.
isEnabled
public boolean isEnabled()
- Returns whether layout is enabled.
setEnabled
public void setEnabled(boolean aValue)
- Sets whether layout is enabled.
layoutContainer
public void layoutContainer(java.awt.Container aParent)
- Performs actual component layout.
- Specified by:
layoutContainer in interface java.awt.LayoutManager
addLayoutComponent
public void addLayoutComponent(java.awt.Component aComponent,
java.lang.Object constraints)
- Specified by:
addLayoutComponent in interface java.awt.LayoutManager2
addLayoutComponent
public void addLayoutComponent(java.lang.String aName,
java.awt.Component aComponent)
- Adds a component to the manager.
- Specified by:
addLayoutComponent in interface java.awt.LayoutManager
removeLayoutComponent
public void removeLayoutComponent(java.awt.Component aComponent)
- Removes a component to the manager.
- Specified by:
removeLayoutComponent in interface java.awt.LayoutManager
preferredLayoutSize
public java.awt.Dimension preferredLayoutSize(java.awt.Container aParent)
- Returns the preferred layout size.
- Specified by:
preferredLayoutSize in interface java.awt.LayoutManager
minimumLayoutSize
public java.awt.Dimension minimumLayoutSize(java.awt.Container aParent)
- Returns the minimum layout size.
- Specified by:
minimumLayoutSize in interface java.awt.LayoutManager
maximumLayoutSize
public java.awt.Dimension maximumLayoutSize(java.awt.Container aTarget)
- Returns the maximum layout size.
- Specified by:
maximumLayoutSize in interface java.awt.LayoutManager2
getLayoutAlignmentX
public float getLayoutAlignmentX(java.awt.Container aTarget)
- Specified by:
getLayoutAlignmentX in interface java.awt.LayoutManager2
getLayoutAlignmentY
public float getLayoutAlignmentY(java.awt.Container aTarget)
- Specified by:
getLayoutAlignmentY in interface java.awt.LayoutManager2
invalidateLayout
public void invalidateLayout(java.awt.Container aTarget)
- Specified by:
invalidateLayout in interface java.awt.LayoutManager2