Uses of Class
org.eclipse.nebula.paperclips.core.grid.GridColumn
-
Packages that use GridColumn Package Description org.eclipse.nebula.paperclips.core.grid org.eclipse.nebula.paperclips.core.grid.internal -
-
Uses of GridColumn in org.eclipse.nebula.paperclips.core.grid
Fields in org.eclipse.nebula.paperclips.core.grid with type parameters of type GridColumn Modifier and Type Field Description (package private) java.util.List<GridColumn>GridPrint. columnsThe columns for this grid.Methods in org.eclipse.nebula.paperclips.core.grid that return GridColumn Modifier and Type Method Description (package private) GridColumnGridColumn. copy()GridColumn[]GridPrint. getColumns()Returns an array ofGridColumns which are the columns in the receiver.static GridColumnGridColumn. parse(java.lang.String spec)Parses the given column spec and returns a GridColumn matching that spec.private static GridColumn[]GridPrint. parseColumns(java.lang.String columns)Separates the comma-separated argument and parses each piece to obtain an array of GridColumns.Methods in org.eclipse.nebula.paperclips.core.grid with parameters of type GridColumn Modifier and Type Method Description voidGridPrint. addColumn(int index, GridColumn column)Inserts the column at the specified position in the grid.voidGridPrint. addColumn(GridColumn column)Adds the column on the right edge of the grid.voidGridPrint. addColumns(int index, GridColumn[] columns)Inserts the columns at the specified position in the grid.voidGridPrint. addColumns(GridColumn[] columns)Adds the columns on the right edge of the grid.Constructors in org.eclipse.nebula.paperclips.core.grid with parameters of type GridColumn Constructor Description GridPrint(GridColumn[] columns)Constructs a GridPrint with the given columns and a default look.GridPrint(GridColumn[] columns, GridLook look)Constructs a GridPrint with the given columns and look. -
Uses of GridColumn in org.eclipse.nebula.paperclips.core.grid.internal
Fields in org.eclipse.nebula.paperclips.core.grid.internal declared as GridColumn Modifier and Type Field Description (package private) GridColumn[]GridIterator. columnsMethods in org.eclipse.nebula.paperclips.core.grid.internal with parameters of type GridColumn Modifier and Type Method Description private intGridIterator. computeCellWidth(GridCellIterator entry, GridColumn col, PrintSizeStrategy strategy)Compute the size of a column, respecting the constraints of the GridColumn.private static booleanGridIterator. isExplicitSize(GridColumn col)
-