mWaba.gui
Class ControlEntry

java.lang.Object
  |
  +--mWaba.gui.ControlEntry

public class ControlEntry
extends java.lang.Object


Field Summary
 int cellConstraints
           
 waba.ui.Control control
           
 int controlConstraints
           
 int hGap
           
 int hSpan
           
 boolean lastInRow
           
 mPanel panel
           
 waba.fx.Rect preferredSize
           
 int vGap
           
 
Constructor Summary
ControlEntry(mPanel p, waba.ui.Control c, boolean last)
           
 
Method Summary
 waba.fx.Rect getPreferredSize(waba.fx.Rect dest)
           
 waba.fx.Rect getPreferredSize(waba.fx.Rect dest, boolean trueGet)
           
 void make()
           
 void requestResizeTo(int width, int height)
           
 ControlEntry setCell(int constraints)
           
 ControlEntry setControl(int constraints)
           
 ControlEntry setGap(int h, int v)
           
 void setRect(int xpos, int ypos, int width, int height)
           
 ControlEntry setSpan(int h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

control

public waba.ui.Control control

cellConstraints

public int cellConstraints

controlConstraints

public int controlConstraints

hGap

public int hGap

vGap

public int vGap

lastInRow

public boolean lastInRow

panel

public mPanel panel

hSpan

public int hSpan

preferredSize

public waba.fx.Rect preferredSize
Constructor Detail

ControlEntry

public ControlEntry(mPanel p,
                    waba.ui.Control c,
                    boolean last)
Method Detail

setCell

public ControlEntry setCell(int constraints)

setControl

public ControlEntry setControl(int constraints)

setGap

public ControlEntry setGap(int h,
                           int v)

setSpan

public ControlEntry setSpan(int h)

getPreferredSize

public waba.fx.Rect getPreferredSize(waba.fx.Rect dest)

getPreferredSize

public waba.fx.Rect getPreferredSize(waba.fx.Rect dest,
                                     boolean trueGet)

requestResizeTo

public void requestResizeTo(int width,
                            int height)

make

public void make()

setRect

public void setRect(int xpos,
                    int ypos,
                    int width,
                    int height)