ewe.ui
Class CellEntry

java.lang.Object
  extended byewe.ui.CellEntry
All Implemented Interfaces:
CellConstants

public class CellEntry
extends Object
implements CellConstants

This is no longer used in Ewe.


Field Summary
 int constraints
           
protected  TagList tags
           
 
Fields inherited from interface ewe.ui.CellConstants
BORDER, BOTTOM, CELLFLAG, CELLMASK, CENTER, CONTROLMASK, DONTCHANGE, DONTFILL, DONTSTRETCH, EAST, FILL, FIXEDSIZE, GROW, HCENTER, HCONTRACT, HEXPAND, HFILL, HGROW, HSHRINK, HSTRETCH, INITIALLY_CLOSED, INITIALLY_MINIMIZED, INITIALLY_PREFERRED_SIZE, INSETS, LEFT, MAXIMUMSIZE, MINIMUMSIZE, NORTH, NORTHEAST, NORTHWEST, PREFERREDSIZE, RECT, RIGHT, SHRINK, SOUTH, SOUTHEAST, SOUTHWEST, SPAN, STRETCH, TEXTSIZE, TOP, VCENTER, VCONTRACT, VEXPAND, VFILL, VGROW, VSHRINK, VSTRETCH, WEST
 
Constructor Summary
CellEntry()
           
 
Method Summary
 CellEntry clear(int tag)
           
 CellEntry defaultTo(int tag, Object value)
           
 Object get(int tag, Object defaultValue)
           
 CellEntry set(int tag, Object value)
           
 CellEntry setCell(int val)
           
 CellEntry setControl(int val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, toString
 

Field Detail

constraints

public int constraints

tags

protected TagList tags
Constructor Detail

CellEntry

public CellEntry()
Method Detail

setControl

public CellEntry setControl(int val)

setCell

public CellEntry setCell(int val)

set

public CellEntry set(int tag,
                     Object value)

get

public Object get(int tag,
                  Object defaultValue)

clear

public CellEntry clear(int tag)

defaultTo

public CellEntry defaultTo(int tag,
                           Object value)