| com.jeta.forms.gui.common.FormSpecDefinition
All known Subclasses: com.jeta.swingbuilder.gui.main.SpecView, com.jeta.forms.gui.common.FormSpecAdapter,
FormSpecDefinition | public interface FormSpecDefinition (Code) | | An interface that fully defines a RowSpec or ColumnSpec
author: Jeff Tassin |
getAlignment | public String getAlignment()(Code) | | the alignment string depending on the specification type column:LEFT, CENTER, RIGHT, RILL row: TOP, CENTER, BOTTOM, RILL |
getBoundedSize | public String getBoundedSize()(Code) | | the bounded size MIN, MAX |
getComponentSize | public String getComponentSize()(Code) | | the component size: MIN, PREF, DEFAULT |
getConstantSize | public double getConstantSize()(Code) | | the size. |
getConstantUnits | public String getConstantUnits()(Code) | | the units (integer) (double) PX, PT, DLU IN, MM, CM |
getResize | public String getResize()(Code) | | the resize behavior NONE, GROW |
getResizeWeight | public double getResizeWeight()(Code) | | the resize weight (0.0-1.0) |
getSizeType | public String getSizeType()(Code) | | CONSTANT, COMPONENT, BOUNDED |
|
|