Uses of Interface
de.jaret.util.ui.table.model.IJaretTableCell

Packages that use IJaretTableCell
de.jaret.util.ui.table This package contains a flexible custom drawn table widget. 
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. 
 

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

Methods in de.jaret.util.ui.table that return IJaretTableCell
 IJaretTableCell JaretTable.getCell(int x, int y)
          Retrieve TableXCell for given pixel coordinates.
 IJaretTableCell JaretTable.getCellForIdx(int colIdx, int rowIdx)
          Retrieve a table cell for given index coordinates.
 IJaretTableCell JaretTable.getFocussedCell()
          Retrieve the currently focussed cell.
 

Methods in de.jaret.util.ui.table with parameters of type IJaretTableCell
 void JaretTable.cellSelectionAdded(IJaretTableCell cell)
          Called whenever a cell has been added to a selection.
 void JaretTable.cellSelectionRemoved(IJaretTableCell cell)
          Called whenever a cell has been removed from the selection.
 org.eclipse.swt.graphics.Point JaretTable.getCellDisplayIdx(IJaretTableCell cell)
          Retrieve the display coordinates for a table cell.
 

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

Classes in de.jaret.util.ui.table.model that implement IJaretTableCell
 class JaretTableCellImpl
          Implementation of the IJaretTableCell.
 

Fields in de.jaret.util.ui.table.model with type parameters of type IJaretTableCell
protected  java.util.List<IJaretTableCell> JaretTableSelectionImpl._cells
          selected cells.
 

Methods in de.jaret.util.ui.table.model that return types with arguments of type IJaretTableCell
 java.util.Set<IJaretTableCell> JaretTableSelectionImpl.getAllSelectedCells(IJaretTableModel model)
          Retrieve a set of all selected cells (union of all cells in selected rows and columns plus. the cells selected seperately)
 java.util.Set<IJaretTableCell> IJaretTableSelection.getAllSelectedCells(IJaretTableModel model)
          Retrieve a set of all selected cells (union of all cells in selected rows and columns plus. the cells selected seperately)
 java.util.List<IJaretTableCell> JaretTableSelectionImpl.getSelectedCells()
          Retrieve cells that have been selected seperately.
 java.util.List<IJaretTableCell> IJaretTableSelection.getSelectedCells()
          Retrieve cells that have been selected seperately.
 

Methods in de.jaret.util.ui.table.model with parameters of type IJaretTableCell
 void JaretTableSelectionImpl.addCell(IJaretTableCell cell)
          Add a cell to the selection.
 void IJaretTableSelection.addCell(IJaretTableCell cell)
          Add a cell to the selection.
 void JaretTableSelectionModelImpl.addSelectedCell(IJaretTableCell cell)
          Add a cell to the selection.
 void IJaretTableSelectionModel.addSelectedCell(IJaretTableCell cell)
          Add a cell to the selection.
 void IJaretTableSelectionModelListener.cellSelectionAdded(IJaretTableCell cell)
          Called whenever a cell has been added to a selection.
 void IJaretTableSelectionModelListener.cellSelectionRemoved(IJaretTableCell cell)
          Called whenever a cell has been removed from the selection.
 void JaretTableSelectionImpl.remCell(IJaretTableCell cell)
          Remove a cell from the selection.
 void IJaretTableSelection.remCell(IJaretTableCell cell)
          Remove a cell from the selection.
 void JaretTableSelectionModelImpl.remSelectedCell(IJaretTableCell cell)
          Remove a cell from the selection.
 void IJaretTableSelectionModel.remSelectedCell(IJaretTableCell cell)
          Remove a cell from the selection.
 

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

Methods in de.jaret.util.ui.table.renderer that return types with arguments of type IJaretTableCell
protected  java.util.List<IJaretTableCell> DefaultCellStyleProvider.getStyleLocations(ICellStyle style)
          Retrieve all cells that have a certain style.
 

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

Methods in de.jaret.util.ui.table.strategies with parameters of type IJaretTableCell
 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.
protected  void DefaultCCPStrategy.emptyCell(IJaretTableCell cell)
          Empty the given cell.
 

Method parameters in de.jaret.util.ui.table.strategies with type arguments of type IJaretTableCell
 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.
 

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

Methods in de.jaret.util.ui.table.util with parameters of type IJaretTableCell
 void AbstractSelectionProvider.cellSelectionAdded(IJaretTableCell cell)
          Called whenever a cell has been added to a selection.
 void AbstractSelectionProvider.cellSelectionRemoved(IJaretTableCell cell)
          Called whenever a cell has been removed from the selection.
 



Copyright © 2012. All Rights Reserved.