Package com.iizigo.panel.prop
Class EGridLayout.Grid
java.lang.Object
com.iizigo.panel.prop.EGridLayout.Grid
- Enclosing class:
- EGridLayout
The grid class.
- Field SummaryFields
- Method SummaryModifier and TypeMethodDescription- voidClears grid cells.- voidMake sure grid is filled with empty cells at all "zero-locations".- void- deleteColumn- (ComplexOperation op, int column) Deletes a column.- void- deleteRow- (ComplexOperation op, int row) Deletes a row.- intGets the column of a component.- intGets the row of a component.- void- insertColumn- (ComplexOperation op, int col) Insert column.- void- insertRow- (ComplexOperation op, int row) Insert row.- void- list- (PrintStream stream) Lists the grid.- boolean- shrinkExtendInsert- (boolean doit, ComplexOperation op, PanelEditor.GridInfo gi, int dx, int dy) Extends or shrinks grid cells spans in insert mode.- boolean- shrinkExtendOverwrite- (boolean doit, ComplexOperation op, PanelEditor.GridInfo gi, int dx, int dy) Expands or collapses grid cells spans in overwrite mode.
- Field Details- columnCountpublic int columnCountThe column count.
- gridThe grid.
 
- Method Details- consolidateGridMake sure grid is filled with empty cells at all "zero-locations".
- getRowGets the row of a component.- Returns:
- -1 if not found.
 
- getColumnGets the column of a component.- Returns:
- -1 if not found.
 
- deleteColumnDeletes a column.
- deleteRowDeletes a row.
- insertRowInsert row.
- insertColumnInsert column.
- clearCellsClears grid cells.
- shrinkExtendOverwritepublic boolean shrinkExtendOverwrite- (boolean doit, ComplexOperation op, PanelEditor.GridInfo gi, int dx, int dy) Expands or collapses grid cells spans in overwrite mode.
- shrinkExtendInsertpublic boolean shrinkExtendInsert- (boolean doit, ComplexOperation op, PanelEditor.GridInfo gi, int dx, int dy) Extends or shrinks grid cells spans in insert mode.
- listLists the grid.