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
|
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
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
FormRowLayout.ComponentLayout
public FormRowLayout.ComponentLayout(java.awt.Component component)
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.