org.PingOO.DLAI.lib.PWidget
Class FormRowLayout.ComponentLayout

java.lang.Object
  |
  +--org.PingOO.DLAI.lib.PWidget.FormRowLayout.ComponentLayout

private class FormRowLayout.ComponentLayout
extends java.lang.Object


Field Summary
private  FormRowLayout m_anchor
          m_component spans multiple rows, m_anchor is the first, and this is the last; intermediate rows do not contain or know about m_component
private  java.awt.Component m_component
           
 
Constructor Summary
FormRowLayout.ComponentLayout(java.awt.Component component)
           
 
Method Summary
 void doLayout(int room, FormRowLayout thisRow)
           
 int getMinimumSize(FormRowLayout thisRow)
           
 int getPreferredSize(FormRowLayout thisRow)
          Ditto for preferred.
 boolean hasComponent(java.awt.Component component)
           
 void setAnchor(FormRowLayout thisRow)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

m_component

private java.awt.Component m_component

m_anchor

private FormRowLayout m_anchor
m_component spans multiple rows, m_anchor is the first, and this is the last; intermediate rows do not contain or know about m_component
Constructor Detail

FormRowLayout.ComponentLayout

public FormRowLayout.ComponentLayout(java.awt.Component component)
Method Detail

setAnchor

public void setAnchor(FormRowLayout thisRow)

hasComponent

public boolean hasComponent(java.awt.Component component)

doLayout

public void doLayout(int room,
                     FormRowLayout thisRow)

getMinimumSize

public int getMinimumSize(FormRowLayout thisRow)

getPreferredSize

public int getPreferredSize(FormRowLayout thisRow)
Ditto for preferred.