Uses of Class
de.jaret.util.ui.table.JaretTable

Packages that use JaretTable
de.jaret.util.ui.table This package contains a flexible custom drawn table widget. 
de.jaret.util.ui.table.editor This package contains cell editors for the jaret table. 
de.jaret.util.ui.table.filter This package contains the row filtering support for the jaret table. 
de.jaret.util.ui.table.model This package contains the model and model listeners for the jaret table. 
de.jaret.util.ui.table.renderer This package contains renderers for the jaret table. 
de.jaret.util.ui.table.strategies This package contains some strategy interfaces and default implementations for the jaret table. 
de.jaret.util.ui.table.util This package contains a utility classes to adapt the jaret table for better use with JFace and the workbench. 
de.jaret.util.ui.table.util.action   
 

Uses of JaretTable in de.jaret.util.ui.table
 

Fields in de.jaret.util.ui.table declared as JaretTable
protected  JaretTable JaretTableViewer._table
           
protected  JaretTable JaretTablePrinter._table
           
 

Constructors in de.jaret.util.ui.table with parameters of type JaretTable
JaretTablePrinter(org.eclipse.swt.printing.Printer printer, JaretTable table)
           
JaretTableViewer(JaretTable table)
           
 

Uses of JaretTable in de.jaret.util.ui.table.editor
 

Fields in de.jaret.util.ui.table.editor declared as JaretTable
protected  JaretTable CellEditorBase._table
          member storing the requesting table.
 

Methods in de.jaret.util.ui.table.editor with parameters of type JaretTable
 org.eclipse.swt.widgets.Control TextCellEditor.getEditorControl(JaretTable table, IRow row, IColumn column, char typedKey)
          Provide the Control for editing the value at row/column.
 org.eclipse.swt.widgets.Control ObjectComboEditor.getEditorControl(JaretTable table, IRow row, IColumn column, char typedKey)
          Provide the Control for editing the value at row/column.
 org.eclipse.swt.widgets.Control IntegerCellEditor.getEditorControl(JaretTable table, IRow row, IColumn column, char typedKey)
          Provide the Control for editing the value at row/column.
 org.eclipse.swt.widgets.Control ICellEditor.getEditorControl(JaretTable table, IRow row, IColumn column, char typedKey)
          Provide the Control for editing the value at row/column.
 org.eclipse.swt.widgets.Control EnumComboEditor.getEditorControl(JaretTable table, IRow row, IColumn column, char typedKey)
          Provide the Control for editing the value at row/column.
 org.eclipse.swt.widgets.Control DoubleCellEditor.getEditorControl(JaretTable table, IRow row, IColumn column, char typedKey)
          Provide the Control for editing the value at row/column.
 org.eclipse.swt.widgets.Control DateCellEditor.getEditorControl(JaretTable table, IRow row, IColumn column, char typedKey)
          Provide the Control for editing the value at row/column.
 org.eclipse.swt.widgets.Control CellEditorBase.getEditorControl(JaretTable table, IRow row, IColumn column, char typedKey)
          Provide the Control for editing the value at row/column.
 org.eclipse.swt.widgets.Control BooleanCellEditor.getEditorControl(JaretTable table, IRow row, IColumn column, char typedKey)
          Provide the Control for editing the value at row/column.
 boolean ICellEditor.handleClick(JaretTable table, IRow row, IColumn column, org.eclipse.swt.graphics.Rectangle drawingArea, int x, int y)
          Handle a click on the cell.
 boolean CellEditorBase.handleClick(JaretTable table, IRow row, IColumn column, org.eclipse.swt.graphics.Rectangle drawingArea, int x, int y)
          Handle a click on the cell.
 boolean BooleanCellEditor.handleClick(JaretTable table, IRow row, IColumn column, org.eclipse.swt.graphics.Rectangle drawingArea, int x, int y)
          Handle a click on the cell.
 

Uses of JaretTable in de.jaret.util.ui.table.filter
 

Fields in de.jaret.util.ui.table.filter declared as JaretTable
protected  JaretTable AbstractAutoFilter._table
          table of the autofilter.
 

Methods in de.jaret.util.ui.table.filter with parameters of type JaretTable
 void IAutoFilter.setTable(JaretTable table)
          Tell the autofilter which table he serves.
 void AbstractAutoFilter.setTable(JaretTable table)
          Tell the autofilter which table he serves.
 

Uses of JaretTable in de.jaret.util.ui.table.model
 

Fields in de.jaret.util.ui.table.model declared as JaretTable
protected  JaretTable IndexColumn._table
          table the column is for.
 

Methods in de.jaret.util.ui.table.model with parameters of type JaretTable
 void ITableFocusListener.tableFocusChanged(JaretTable source, IRow row, IColumn column)
          Focus has been moved or has been initially set.
 

Constructors in de.jaret.util.ui.table.model with parameters of type JaretTable
IndexColumn(JaretTable table, java.lang.String headerLabel)
          Construct an index column.
 

Uses of JaretTable in de.jaret.util.ui.table.renderer
 

Methods in de.jaret.util.ui.table.renderer with parameters of type JaretTable
 void TextCellRenderer.draw(org.eclipse.swt.graphics.GC gc, JaretTable jaretTable, ICellStyle cellStyle, org.eclipse.swt.graphics.Rectangle drawingArea, IRow row, IColumn column, boolean drawFocus, boolean selected, boolean printing)
          Draw a single cell.
 void TableHierarchyRenderer.draw(org.eclipse.swt.graphics.GC gc, JaretTable jaretTable, ICellStyle cellStyle, org.eclipse.swt.graphics.Rectangle drawingArea, IRow row, IColumn column, boolean drawFocus, boolean selected, boolean printing)
          Draw a single cell.
 void SmileyCellRenderer.draw(org.eclipse.swt.graphics.GC gc, JaretTable jaretTable, ICellStyle cellStyle, org.eclipse.swt.graphics.Rectangle drawingArea, IRow row, IColumn column, boolean drawFocus, boolean selected, boolean printing)
          Draw a single cell.
 void ObjectImageRenderer.draw(org.eclipse.swt.graphics.GC gc, JaretTable jaretTable, ICellStyle cellStyle, org.eclipse.swt.graphics.Rectangle drawingArea, IRow row, IColumn column, boolean drawFocus, boolean selected, boolean printing)
          Draw a single cell.
 void ImageCellRenderer.draw(org.eclipse.swt.graphics.GC gc, JaretTable jaretTable, ICellStyle cellStyle, org.eclipse.swt.graphics.Rectangle drawingArea, IRow row, IColumn column, boolean drawFocus, boolean selected, boolean printing)
          Draw a single cell.
 void ICellRenderer.draw(org.eclipse.swt.graphics.GC gc, JaretTable jaretTable, ICellStyle cellStyle, org.eclipse.swt.graphics.Rectangle drawingArea, IRow row, IColumn column, boolean drawFocus, boolean selected, boolean printing)
          Draw a single cell.
 void ClassImageRenderer.draw(org.eclipse.swt.graphics.GC gc, JaretTable jaretTable, ICellStyle cellStyle, org.eclipse.swt.graphics.Rectangle drawingArea, IRow row, IColumn column, boolean drawFocus, boolean selected, boolean printing)
          Draw a single cell.
 void BooleanCellRenderer.draw(org.eclipse.swt.graphics.GC gc, JaretTable jaretTable, ICellStyle cellStyle, org.eclipse.swt.graphics.Rectangle drawingArea, IRow row, IColumn column, boolean drawFocus, boolean selected, boolean printing)
          Draw a single cell.
 void BarCellRenderer.draw(org.eclipse.swt.graphics.GC gc, JaretTable jaretTable, ICellStyle cellStyle, org.eclipse.swt.graphics.Rectangle drawingArea, IRow row, IColumn column, boolean drawFocus, boolean selected, boolean printing)
          Draw a single cell.
 java.lang.String TextCellRenderer.getTooltip(JaretTable jaretTable, org.eclipse.swt.graphics.Rectangle drawingArea, IRow row, IColumn column, int x, int y)
          Provide a tooltip text for display.
 java.lang.String ICellRenderer.getTooltip(JaretTable jaretTable, org.eclipse.swt.graphics.Rectangle drawingArea, IRow row, IColumn column, int x, int y)
          Provide a tooltip text for display.
 java.lang.String CellRendererBase.getTooltip(JaretTable jaretTable, org.eclipse.swt.graphics.Rectangle drawingArea, IRow row, IColumn column, int x, int y)
          Provide a tooltip text for display.
 

Uses of JaretTable in de.jaret.util.ui.table.strategies
 

Methods in de.jaret.util.ui.table.strategies with parameters of type JaretTable
 void ICCPStrategy.copy(JaretTable table)
          Do the copy operation.
 void DefaultCCPStrategy.copy(JaretTable table)
          Do the copy operation using the constant COPY_DELIMITER.
 void ICCPStrategy.cut(JaretTable table)
          Do the cut operation.
 void DefaultCCPStrategy.cut(JaretTable table)
          Do the cut operation.
protected  void DefaultCCPStrategy.cutOrCopy(JaretTable table, boolean cut)
          Do the actual copy or cut operation.
 void IFillDragStrategy.doFill(JaretTable table, IJaretTableCell firstCell, java.util.List<IJaretTableCell> cells)
          Do a fill operation fro the first cell to the other cells.
 void DefaultFillDragStrategy.doFill(JaretTable table, IJaretTableCell firstCell, java.util.List<IJaretTableCell> cells)
          Do a fill operation fro the first cell to the other cells.
 void ICCPStrategy.paste(JaretTable table)
          Do the paste operation.
 void DefaultCCPStrategy.paste(JaretTable table)
          Paste pastes textual context starting at the focussed cell (does not use the selection by now).
 

Uses of JaretTable in de.jaret.util.ui.table.util
 

Fields in de.jaret.util.ui.table.util declared as JaretTable
protected  JaretTable AbstractSelectionProvider._table
          jaret table the selection provider listens to.
 

Constructors in de.jaret.util.ui.table.util with parameters of type JaretTable
AbstractSelectionProvider(JaretTable table)
          Contruct an abstract selection provider.
DefaultSelectionProvider(JaretTable table)
          Create a default selection provider.
 

Uses of JaretTable in de.jaret.util.ui.table.util.action
 

Fields in de.jaret.util.ui.table.util.action declared as JaretTable
protected  JaretTable OptimizeRowHeightAction._table
           
protected  JaretTable OptimizeAllRowHeightsAction._table
          tbale the action has been constructed for.
protected  JaretTable ConfigureColumnsAction._table
          table the action is operating on.
 

Methods in de.jaret.util.ui.table.util.action with parameters of type JaretTable
 org.eclipse.jface.action.Action JaretTableActionFactory.createStdAction(JaretTable table, java.lang.String name)
           
 void ConfigureColumnsAction.setTable(JaretTable table)
          Set the table to operate on.
 

Constructors in de.jaret.util.ui.table.util.action with parameters of type JaretTable
ConfigureColumnsAction(JaretTable table)
          Construct the action (allowFixedColumns defaults to true).
ConfigureColumnsAction(JaretTable table, boolean allowFixedColumns)
          Construct the action.
OptimizeAllRowHeightsAction(JaretTable table)
          Construct the action.
OptimizeRowHeightAction(JaretTable table)
           
 



Copyright © 2012. All Rights Reserved.