| |
|
| java.lang.Object com.jeta.forms.gui.form.ComponentInfo
ComponentInfo | public class ComponentInfo (Code) | | A ComponentInfo maintains an assocation between a
GridComponent and its constraints. This is currently required by the designer
for undo/redo commands such as deleting a component. The
ComponentInfo is declared in the runtime hierarchy because it
might be useful to other classes in the future.
author: Jeff Tassin |
ComponentInfo | public ComponentInfo(GridComponent gc, CellConstraints cc)(Code) | | Creates a ComponentInfo object with the specified grid
compoent and cell constraints.
Parameters: gc - the grid component associated this this object Parameters: cc - the cell constraints for the grid component. |
getCellConstraints | public CellConstraints getCellConstraints()(Code) | | Returns the cell constraints associated with the grid component.
|
getColumn | public int getColumn()(Code) | | Returns the column where the grid component is located in the form.
the column where the grid component is located in the form. |
getRow | public int getRow()(Code) | | Returns the row where the grid component is located in the form.
the row where the grid component is located in the form. |
|
|
|