| com.jeta.open.gui.framework.JETAPanel com.jeta.swingbuilder.gui.main.SpecView
SpecView | public SpecView(String formPath, boolean rowView)(Code) | | |
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 |
getCurrentComponent | GridComponent getCurrentComponent()(Code) | | the component that we are currently displaying values for |
getGroupId | int getGroupId(GridComponent gc)(Code) | | the current group that this column/row is assigned to |
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) | | the size type for the FormSpec |
isBoundedSize | public boolean isBoundedSize()(Code) | | true if the size type is bounded |
isComponentSize | public boolean isComponentSize()(Code) | | true if the size type is component |
isConstantSize | public boolean isConstantSize()(Code) | | true if the size type is constant |
isResizeGrow | public boolean isResizeGrow()(Code) | | true if the resize grow radio is selected |
isRowView | public boolean isRowView()(Code) | | true if this spec view is for a row. False if this view is for acolumn. |
setGroup | void setGroup(int groupNumber)(Code) | | |
setSizeType | public void setSizeType(String sizeType)(Code) | | Selects the size type radio that corresponds to the given size type
|
update | public void update(GridComponent gc)(Code) | | Updates the panel using the specs from the currently selected cell in the
given editor
|
|
|