A B C D E F G H I J L M N O P R S T U V W X Y _

A

AbstractAutoFilter - Class in de.jaret.util.ui.table.filter
An abstract base that can be used when implementing autofilters.
AbstractAutoFilter() - Constructor for class de.jaret.util.ui.table.filter.AbstractAutoFilter
 
AbstractColumn - Class in de.jaret.util.ui.table.model
Abstract base implemenation of an IColumn.
AbstractColumn() - Constructor for class de.jaret.util.ui.table.model.AbstractColumn
 
AbstractJaretTableModel - Class in de.jaret.util.ui.table.model
Abstract base implementation of a JaretTableModel.
AbstractJaretTableModel() - Constructor for class de.jaret.util.ui.table.model.AbstractJaretTableModel
 
AbstractRowFilter - Class in de.jaret.util.ui.table.model
Abstract base implementation of a RowFilter to allow easy anonymous inner classes to be constructed.
AbstractRowFilter() - Constructor for class de.jaret.util.ui.table.model.AbstractRowFilter
 
AbstractRowSorter - Class in de.jaret.util.ui.table.model
Abstract RowSorter base for easy creating of anonymous inner classes.
AbstractRowSorter() - Constructor for class de.jaret.util.ui.table.model.AbstractRowSorter
 
AbstractSelectionProvider - Class in de.jaret.util.ui.table.util
Abstract base for an ISelectionProvider based on a jaret Table.
AbstractSelectionProvider(JaretTable) - Constructor for class de.jaret.util.ui.table.util.AbstractSelectionProvider
Contruct an abstract selection provider.
AbstractTableNode - Class in de.jaret.util.ui.table.model
Abstract base implementation of an ITableNode.
AbstractTableNode() - Constructor for class de.jaret.util.ui.table.model.AbstractTableNode
 
ACTION_CONFIGURECOLUMNS - Static variable in class de.jaret.util.ui.table.util.action.JaretTableActionFactory
Constant denoting the configure columns action.
ACTION_OPTALLROWHEIGHTS - Static variable in class de.jaret.util.ui.table.util.action.JaretTableActionFactory
 
ACTION_OPTROWHEIGHT - Static variable in class de.jaret.util.ui.table.util.action.JaretTableActionFactory
 
addCell(IJaretTableCell) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelection
Add a cell to the selection.
addCell(IJaretTableCell) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionImpl
Add a cell to the selection.
addCellStyleListener(ICellStyleListener) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Add a listener to listen on cell style changes.
addCellStyleListener(ICellStyleListener) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Add a listener to listen on cell style changes.
addClassImageDescriptorMapping(Class<?>, String, ImageDescriptor) - Method in class de.jaret.util.ui.table.renderer.ClassImageRenderer
Add a mapping between a class and an image descriptor.
addClassRessourceNameMapping(Class<?>, String, String) - Method in class de.jaret.util.ui.table.renderer.ClassImageRenderer
Add a mapping between a class and an image ressource.
addColumn(IColumn) - Method in class de.jaret.util.ui.table.JaretTable
Add a column to the underlying table model.
addColumn(IColumn) - Method in class de.jaret.util.ui.table.model.DefaultJaretTableModel
Add a column to the model.
addColumn(IColumn) - Method in interface de.jaret.util.ui.table.model.IJaretTableModel
Add a column.
addColumn(IColumn) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelection
Add a acolumn to the selection.
addColumn(IColumn) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionImpl
Add a acolumn to the selection.
addColumn(IColumn) - Method in class de.jaret.util.ui.table.model.simple.SimpleJaretTableModel
Add a column.
addColumn(IColumn) - Method in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
Add a column to the list of columns.
addColumnListener(IColumnListener) - Method in class de.jaret.util.ui.table.model.AbstractColumn
Add a listener to listen on changes on the column.
addColumnListener(IColumnListener) - Method in interface de.jaret.util.ui.table.model.IColumn
Add a listener to listen on changes on the column.
addHierarchicalViewstateListener(IHierarchicalTableViewStateListener) - Method in class de.jaret.util.ui.table.model.DefaultHierarchicalTableViewState
Add a view state listener.
addHierarchicalViewstateListener(IHierarchicalTableViewStateListener) - Method in interface de.jaret.util.ui.table.model.IHierarchicalTableViewState
Add a view state listener.
addJaretTableModelListener(IJaretTableModelListener) - Method in class de.jaret.util.ui.table.model.AbstractJaretTableModel
Add a listener listening for changes on the model.
addJaretTableModelListener(IJaretTableModelListener) - Method in interface de.jaret.util.ui.table.model.IJaretTableModel
Add a listener listening for changes on the model.
addListener(ILabelProviderListener) - Method in class de.jaret.util.ui.table.editor.ObjectComboEditor.ToStringLabelProvider
addListener(ILabelProviderListener) - Method in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction.ColTableLabelProvider
addNode(ITableNode) - Method in class de.jaret.util.ui.table.model.AbstractTableNode
Add a node.
addNode(ITableNode) - Method in interface de.jaret.util.ui.table.model.ITableNode
Add a node as a child.
addObjectImageDescriptorMapping(Object, String, ImageDescriptor) - Method in class de.jaret.util.ui.table.renderer.ObjectImageRenderer
Add a mapping between an object instance and an image descriptor.
addObjectRessourceNameMapping(Object, String, String) - Method in class de.jaret.util.ui.table.renderer.ObjectImageRenderer
Add a mapping between object instance and an image ressource.
addPropertyChangeListener(PropertyChangeListener) - Method in class de.jaret.util.ui.table.JaretTable
addRow(IRow) - Method in class de.jaret.util.ui.table.model.DefaultJaretTableModel
Add a row to the model.
addRow(int, IRow) - Method in class de.jaret.util.ui.table.model.DefaultJaretTableModel
Add a row to the model at a specified index.
addRow(IRow) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelection
Add a row to the selection.
addRow(IRow) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionImpl
Add a row to the selection.
addRow(IRow) - Method in class de.jaret.util.ui.table.model.PropListeningTableModel
Add a row to the model.
addSelectedCell(IJaretTableCell) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
Add a cell to the selection.
addSelectedCell(IJaretTableCell) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
Add a cell to the selection.
addSelectedColumn(IColumn) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
Add a column to the selection.
addSelectedColumn(IColumn) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
Add a column to the selection.
addSelectedRow(IRow) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
Add a row to the selection.
addSelectedRow(IRow) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
Add a row to the selection.
addSelectionChangedListener(ISelectionChangedListener) - Method in class de.jaret.util.ui.table.util.AbstractSelectionProvider
addTableFocusListener(ITableFocusListener) - Method in class de.jaret.util.ui.table.JaretTable
Add a listener to listen for focus changes in the table (focussed cell).
addTableNodeListener(ITableNodeListener) - Method in class de.jaret.util.ui.table.model.AbstractTableNode
Add a listener to listen for node changes.
addTableNodeListener(ITableNodeListener) - Method in interface de.jaret.util.ui.table.model.ITableNode
Add a listener to listen for node changes.
addTableSelectionModelListener(IJaretTableSelectionModelListener) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
Add a listener to listen to changes of the selection.
addTableSelectionModelListener(IJaretTableSelectionModelListener) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
Add a listener to listen to changes of the selection.
addTableViewStateListener(ITableViewStateListener) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Add a listener to be informed about changes on the viewstate.
addTableViewStateListener(ITableViewStateListener) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Add a listener to be informed about changes on the viewstate.
applyInsets(Rectangle) - Method in class de.jaret.util.ui.table.renderer.CellRendererBase
Calculate the resulting rectangle after applying the insets.

B

BACKGROUNDCOLOR - Static variable in interface de.jaret.util.ui.table.renderer.ICellStyle
property name.
BarCellRenderer - Class in de.jaret.util.ui.table.renderer
CellRenderer rendering bar according to the cell value that is expected to be of type Integer.
BarCellRenderer(Printer) - Constructor for class de.jaret.util.ui.table.renderer.BarCellRenderer
Constructor for BarCellRenderer.
BarCellRenderer() - Constructor for class de.jaret.util.ui.table.renderer.BarCellRenderer
Default constructor.
BLACKRGB - Static variable in class de.jaret.util.ui.table.renderer.CellRendererBase
default foreground color.
BooleanCellEditor - Class in de.jaret.util.ui.table.editor
BooleanCellEditor is not a real editor.
BooleanCellEditor() - Constructor for class de.jaret.util.ui.table.editor.BooleanCellEditor
Default constructor.
BooleanCellEditor(boolean) - Constructor for class de.jaret.util.ui.table.editor.BooleanCellEditor
Constructor including the singelClick property.
BooleanCellRenderer - Class in de.jaret.util.ui.table.renderer
CellRenderer rendering a Boolean to a checkbox image (default) or any other two images.
BooleanCellRenderer(Printer) - Constructor for class de.jaret.util.ui.table.renderer.BooleanCellRenderer
Construct a boolean cell renderer for a printer device using default resources.
BooleanCellRenderer() - Constructor for class de.jaret.util.ui.table.renderer.BooleanCellRenderer
Construct a boolean cell renderer for the display using default resources.
BooleanCellRenderer(Printer, String, String) - Constructor for class de.jaret.util.ui.table.renderer.BooleanCellRenderer
Construct a boolean cell renderer for a printer device providing resource names.
BooleanCellRenderer(String, String) - Constructor for class de.jaret.util.ui.table.renderer.BooleanCellRenderer
Construct a boolean cell renderer for the display providing resource names.
BORDERCOLOR - Static variable in interface de.jaret.util.ui.table.renderer.ICellStyle
property name.
BORDERCONFIGURATION - Static variable in interface de.jaret.util.ui.table.renderer.ICellStyle
property name.

C

calculatePageCount(JaretTablePrintConfiguration) - Method in class de.jaret.util.ui.table.JaretTablePrinter
Calculate the number of pages generated when printing.
canSort() - Method in class de.jaret.util.ui.table.JaretTable.RowComparator
Check whether the comparator is able to sort.
cellChanged(IRow, IColumn) - Method in class de.jaret.util.ui.table.JaretTable
The value of the specified cell changed.
cellChanged(IRow, IColumn) - Method in interface de.jaret.util.ui.table.model.IJaretTableModelListener
The value of the specified cell changed.
cellChanged(IRow, SimpleColumn, Object) - Method in class de.jaret.util.ui.table.model.simple.SimpleJaretTableModel
CellEditorBase - Class in de.jaret.util.ui.table.editor
Abstract base implementation for ICellEditors for the jaret table.
CellEditorBase() - Constructor for class de.jaret.util.ui.table.editor.CellEditorBase
 
CellRendererBase - Class in de.jaret.util.ui.table.renderer
Base implementation for cell renderers that support both screen and printer rendering.
CellRendererBase(Printer) - Constructor for class de.jaret.util.ui.table.renderer.CellRendererBase
May be constructed without printer (supplying null).
cellSelectionAdded(IJaretTableCell) - Method in class de.jaret.util.ui.table.JaretTable
Called whenever a cell has been added to a selection.
cellSelectionAdded(IJaretTableCell) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModelListener
Called whenever a cell has been added to a selection.
cellSelectionAdded(IJaretTableCell) - Method in class de.jaret.util.ui.table.util.AbstractSelectionProvider
Called whenever a cell has been added to a selection.
cellSelectionRemoved(IJaretTableCell) - Method in class de.jaret.util.ui.table.JaretTable
Called whenever a cell has been removed from the selection.
cellSelectionRemoved(IJaretTableCell) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModelListener
Called whenever a cell has been removed from the selection.
cellSelectionRemoved(IJaretTableCell) - Method in class de.jaret.util.ui.table.util.AbstractSelectionProvider
Called whenever a cell has been removed from the selection.
cellStyleChanged(IRow, IColumn, ICellStyle) - Method in class de.jaret.util.ui.table.JaretTable
Called whenever a cellstyle has been changed.
cellStyleChanged(IRow, IColumn, ICellStyle) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Will be called whenever a style changed.
cellStyleChanged(IRow, IColumn, ICellStyle) - Method in interface de.jaret.util.ui.table.model.ITableViewStateListener
Called whenever a cellstyle has been changed.
cellStyleChanged(IRow, IColumn, ICellStyle) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleListener
Will be called whenever a style changed.
CHECKED - Static variable in class de.jaret.util.ui.table.renderer.BooleanCellRenderer
key for checked image in registry.
choosingCanceled() - Method in class de.jaret.util.ui.table.editor.DateCellEditor
When the chooser tells us the user canceled the editing, restore the old date.
ClassImageRenderer - Class in de.jaret.util.ui.table.renderer
CellRenderer rendering images corresponding to the class of the value.
ClassImageRenderer(Printer) - Constructor for class de.jaret.util.ui.table.renderer.ClassImageRenderer
 
ClassImageRenderer() - Constructor for class de.jaret.util.ui.table.renderer.ClassImageRenderer
 
clear() - Method in interface de.jaret.util.ui.table.model.IJaretTableSelection
Clear the selection.
clear() - Method in class de.jaret.util.ui.table.model.JaretTableSelectionImpl
Clear the selection.
clearSelection() - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
Clear the selection.
clearSelection() - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
Clear the selection.
colForX(int) - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the column corresponding to a x coordinate.
column - Variable in class de.jaret.util.ui.table.JaretTable.ColInfo
column reference.
columnAdded(int, IColumn) - Method in class de.jaret.util.ui.table.JaretTable
Called when a column has been added to the table model.
columnAdded(int, IColumn) - Method in interface de.jaret.util.ui.table.model.IJaretTableModelListener
Called when a column has been added to the table model.
columnChanged(IColumn) - Method in class de.jaret.util.ui.table.JaretTable
Called when a column changed.
columnChanged(IColumn) - Method in interface de.jaret.util.ui.table.model.IJaretTableModelListener
Called when a column changed.
columnOrderChanged() - Method in class de.jaret.util.ui.table.JaretTable
Called when the ordering of the columns changed.
columnOrderChanged() - Method in interface de.jaret.util.ui.table.model.ITableViewStateListener
Called when the ordering of the columns changed.
columnRemoved(IColumn) - Method in class de.jaret.util.ui.table.JaretTable
Called when a column has been removed from the model.
columnRemoved(IColumn) - Method in interface de.jaret.util.ui.table.model.IJaretTableModelListener
Called when a column has been removed from the model.
columnResizingAllowed(IColumn) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Check whether resizing of a column is allowed.
columnResizingAllowed(IColumn) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Check whether resizing of a column is allowed.
columnSelectionAdded(IColumn) - Method in class de.jaret.util.ui.table.JaretTable
Called whenever a column has been added to a selection.
columnSelectionAdded(IColumn) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModelListener
Called whenever a column has been added to a selection.
columnSelectionAdded(IColumn) - Method in class de.jaret.util.ui.table.util.AbstractSelectionProvider
Called whenever a column has been added to a selection.
columnSelectionRemoved(IColumn) - Method in class de.jaret.util.ui.table.JaretTable
Called whenever a column has been removed from the selection.
columnSelectionRemoved(IColumn) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModelListener
Called whenever a column has been removed from the selection.
columnSelectionRemoved(IColumn) - Method in class de.jaret.util.ui.table.util.AbstractSelectionProvider
Called whenever a column has been removed from the selection.
columnVisibilityChanged(IColumn, boolean) - Method in class de.jaret.util.ui.table.JaretTable
Called when the visibility of a column changed.
columnVisibilityChanged(IColumn, boolean) - Method in interface de.jaret.util.ui.table.model.ITableViewStateListener
Called when the visibility of a column changed.
columnWidth - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState.ColumnConfiguration
width of the column.
columnWidthChanged(IColumn, int) - Method in class de.jaret.util.ui.table.JaretTable
Column width changed.
columnWidthChanged(IColumn, int) - Method in interface de.jaret.util.ui.table.model.ITableViewStateListener
Column width changed.
columnWidthsChanged() - Method in class de.jaret.util.ui.table.JaretTable
Called when more than one column width has changed.
columnWidthsChanged() - Method in interface de.jaret.util.ui.table.model.ITableViewStateListener
Called when more than one column width has changed.
compare(IRow, IRow) - Method in class de.jaret.util.ui.table.JaretTable.RowComparator
compare(IRow, IRow) - Method in class de.jaret.util.ui.table.model.HierarchyColumn
compare(IRow, IRow) - Method in class de.jaret.util.ui.table.model.IndexColumn
compare(IRow, IRow) - Method in class de.jaret.util.ui.table.model.PropCol
Sorting default behaviour: compare toString().
compare(IRow, IRow) - Method in class de.jaret.util.ui.table.model.simple.SimpleColumn
Sorting set null < non-null, non comparables are equal.
ConfigureColumnsAction - Class in de.jaret.util.ui.table.util.action
Action for configuring column display.
ConfigureColumnsAction(JaretTable, boolean) - Constructor for class de.jaret.util.ui.table.util.action.ConfigureColumnsAction
Construct the action.
ConfigureColumnsAction(JaretTable) - Constructor for class de.jaret.util.ui.table.util.action.ConfigureColumnsAction
Construct the action (allowFixedColumns defaults to true).
ConfigureColumnsAction.ColTableContentProvider - Class in de.jaret.util.ui.table.util.action
Content provider for the table viewer.
ConfigureColumnsAction.ColTableContentProvider() - Constructor for class de.jaret.util.ui.table.util.action.ConfigureColumnsAction.ColTableContentProvider
 
ConfigureColumnsAction.ColTableLabelProvider - Class in de.jaret.util.ui.table.util.action
Labelprovider for the table viewer.
ConfigureColumnsAction.ColTableLabelProvider() - Constructor for class de.jaret.util.ui.table.util.action.ConfigureColumnsAction.ColTableLabelProvider
 
configureShell(Shell) - Method in class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
contains(Rectangle, int, int) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
convertValue(IRow, IColumn) - Method in class de.jaret.util.ui.table.editor.DoubleCellEditor
Convert the value retrieved from the model.
convertValue(IRow, IColumn) - Method in class de.jaret.util.ui.table.editor.IntegerCellEditor
 
convertValue(IRow, IColumn) - Method in class de.jaret.util.ui.table.editor.TextCellEditor
 
convertValue(IRow, IColumn) - Method in class de.jaret.util.ui.table.renderer.DateCellRenderer
Convert the value specified by row, column to a string.
convertValue(IRow, IColumn) - Method in class de.jaret.util.ui.table.renderer.DoubleCellRenderer
Convert the value specified by row, column to a string.
convertValue(IRow, IColumn) - Method in class de.jaret.util.ui.table.renderer.LabelProviderRenderer
Convert the value specified by row, column to a string.
convertValue(IRow, IColumn) - Method in class de.jaret.util.ui.table.renderer.TextCellRenderer
Convert the value specified by row, column to a string.
copy() - Method in class de.jaret.util.ui.table.JaretTable
Do a copy operation.
copy() - Method in class de.jaret.util.ui.table.renderer.DefaultBorderConfiguration
Produce a copy of this border configuration.
copy() - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyle
Copy the cell style.
copy() - Method in interface de.jaret.util.ui.table.renderer.IBorderConfiguration
Produce a copy of this border configuration.
copy() - Method in interface de.jaret.util.ui.table.renderer.ICellStyle
Copy the cell style.
copy(JaretTable) - Method in class de.jaret.util.ui.table.strategies.DefaultCCPStrategy
Do the copy operation using the constant COPY_DELIMITER.
copy(JaretTable) - Method in interface de.jaret.util.ui.table.strategies.ICCPStrategy
Do the copy operation.
createDialogArea(Composite) - Method in class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
createParameterArea(Composite) - Method in class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
createPrintRenderer(Printer) - Method in class de.jaret.util.ui.table.renderer.BarCellRenderer
Create a renderer connfigured for printing.
createPrintRenderer(Printer) - Method in class de.jaret.util.ui.table.renderer.BooleanCellRenderer
Create a renderer connfigured for printing.
createPrintRenderer(Printer) - Method in class de.jaret.util.ui.table.renderer.ClassImageRenderer
Create a renderer connfigured for printing.
createPrintRenderer(Printer) - Method in class de.jaret.util.ui.table.renderer.DateCellRenderer
Create a renderer connfigured for printing.
createPrintRenderer(Printer) - Method in class de.jaret.util.ui.table.renderer.DoubleCellRenderer
Create a renderer connfigured for printing.
createPrintRenderer(Printer) - Method in interface de.jaret.util.ui.table.renderer.ICellRenderer
Create a renderer connfigured for printing.
createPrintRenderer(Printer) - Method in class de.jaret.util.ui.table.renderer.ImageCellRenderer
Create a renderer connfigured for printing.
createPrintRenderer(Printer) - Method in class de.jaret.util.ui.table.renderer.LabelProviderRenderer
Create a renderer connfigured for printing.
createPrintRenderer(Printer) - Method in class de.jaret.util.ui.table.renderer.ObjectImageRenderer
Create a renderer connfigured for printing.
createPrintRenderer(Printer) - Method in class de.jaret.util.ui.table.renderer.SmileyCellRenderer
Create a renderer connfigured for printing.
createPrintRenderer(Printer) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
Create a renderer connfigured for printing.
createPrintRenderer(Printer) - Method in class de.jaret.util.ui.table.renderer.TextCellRenderer
Create a renderer connfigured for printing.
createStdAction(JaretTable, String) - Method in class de.jaret.util.ui.table.util.action.JaretTableActionFactory
 
cut() - Method in class de.jaret.util.ui.table.JaretTable
Do a cut operation.
cut(JaretTable) - Method in class de.jaret.util.ui.table.strategies.DefaultCCPStrategy
Do the cut operation.
cut(JaretTable) - Method in interface de.jaret.util.ui.table.strategies.ICCPStrategy
Do the cut operation.
cutOrCopy(JaretTable, boolean) - Method in class de.jaret.util.ui.table.strategies.DefaultCCPStrategy
Do the actual copy or cut operation.

D

DateCellEditor - Class in de.jaret.util.ui.table.editor
Cell editor for editing dates using the jaret datechooser.
DateCellEditor() - Constructor for class de.jaret.util.ui.table.editor.DateCellEditor
 
DateCellRenderer - Class in de.jaret.util.ui.table.renderer
Cell renderer for a date.
DateCellRenderer(Printer) - Constructor for class de.jaret.util.ui.table.renderer.DateCellRenderer
Construct a date cell renderer for a printer.
DateCellRenderer() - Constructor for class de.jaret.util.ui.table.renderer.DateCellRenderer
Construct a date cell renderer.
dateChosen(Date) - Method in class de.jaret.util.ui.table.editor.DateCellEditor
If the users choses a date, stop editing an store the chosen date.
dateIntermediateChange(Date) - Method in class de.jaret.util.ui.table.editor.DateCellEditor
No Action on intermediate changes in the chooser.
de.jaret.util.ui.table - package de.jaret.util.ui.table
This package contains a flexible custom drawn table widget.
de.jaret.util.ui.table.editor - package de.jaret.util.ui.table.editor
This package contains cell editors for the jaret table.
de.jaret.util.ui.table.filter - package de.jaret.util.ui.table.filter
This package contains the row filtering support for the jaret table.
de.jaret.util.ui.table.model - package de.jaret.util.ui.table.model
This package contains the model and model listeners for the jaret table.
de.jaret.util.ui.table.model.simple - package de.jaret.util.ui.table.model.simple
This package contains a very simple table model for instant usage.
de.jaret.util.ui.table.print - package de.jaret.util.ui.table.print
This package contains some utilities for printing jaret tables.
de.jaret.util.ui.table.renderer - package de.jaret.util.ui.table.renderer
This package contains renderers for the jaret table.
de.jaret.util.ui.table.strategies - package 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 - package 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 - package de.jaret.util.ui.table.util.action
 
DEFAULT_FRACTION_DIGITS - Static variable in class de.jaret.util.ui.table.renderer.DoubleCellRenderer
default fraction digits.
DefaultAutoFilter - Class in de.jaret.util.ui.table.filter
Default implementation of the IAutofilter interface rendering a combobox with a simple selection mechanism.
DefaultAutoFilter() - Constructor for class de.jaret.util.ui.table.filter.DefaultAutoFilter
 
DefaultBorderConfiguration - Class in de.jaret.util.ui.table.renderer
Default implementation of a BorderConfiguration.
DefaultBorderConfiguration(int, int, int, int) - Constructor for class de.jaret.util.ui.table.renderer.DefaultBorderConfiguration
Construct a border configuration.
DefaultBorderConfiguration(String) - Constructor for class de.jaret.util.ui.table.renderer.DefaultBorderConfiguration
Construct a borderconfiguration form a comma separated string holding the values (no error hndling).
DefaultCCPStrategy - Class in de.jaret.util.ui.table.strategies
Default implementation for cut, copy, paste.
DefaultCCPStrategy() - Constructor for class de.jaret.util.ui.table.strategies.DefaultCCPStrategy
 
DefaultCellStyle - Class in de.jaret.util.ui.table.renderer
Default implementation of ICellStyle.
DefaultCellStyle(RGB, RGB, IBorderConfiguration, FontData) - Constructor for class de.jaret.util.ui.table.renderer.DefaultCellStyle
Construct a new default cell style.
DefaultCellStyleProvider - Class in de.jaret.util.ui.table.renderer
A Default implementation of a CellStyleProvider.
DefaultCellStyleProvider() - Constructor for class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Constructor.
DefaultFillDragStrategy - Class in de.jaret.util.ui.table.strategies
Defaut implementation of a fill drag strategy: simply copy the content.
DefaultFillDragStrategy() - Constructor for class de.jaret.util.ui.table.strategies.DefaultFillDragStrategy
 
DefaultHierarchicalTableModel - Class in de.jaret.util.ui.table.model
Default implementation of a hierarchical jaret table model.
DefaultHierarchicalTableModel(ITableNode) - Constructor for class de.jaret.util.ui.table.model.DefaultHierarchicalTableModel
Construct the model.
DefaultHierarchicalTableViewState - Class in de.jaret.util.ui.table.model
Default implementation of a hierarchical view state.
DefaultHierarchicalTableViewState() - Constructor for class de.jaret.util.ui.table.model.DefaultHierarchicalTableViewState
 
DefaultJaretTableModel - Class in de.jaret.util.ui.table.model
Default Jaret table model.
DefaultJaretTableModel() - Constructor for class de.jaret.util.ui.table.model.DefaultJaretTableModel
 
DefaultSelectionProvider - Class in de.jaret.util.ui.table.util
Default implementation of a SelectionProvider based on the jarettable.
DefaultSelectionProvider(JaretTable) - Constructor for class de.jaret.util.ui.table.util.DefaultSelectionProvider
Create a default selection provider.
DefaultTableHeaderRenderer - Class in de.jaret.util.ui.table.renderer
Default header renderer for the jaret table.
DefaultTableHeaderRenderer(Printer) - Constructor for class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
Construct a header renderer for printing.
DefaultTableHeaderRenderer() - Constructor for class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
Construct header renderer for a display.
DefaultTableHeaderRenderer.Alignment - Enum in de.jaret.util.ui.table.renderer
Alignment enumeration.
DefaultTableHeaderRenderer.LocalResourceImageDescriptor - Class in de.jaret.util.ui.table.renderer
 
DefaultTableHeaderRenderer.LocalResourceImageDescriptor(String) - Constructor for class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer.LocalResourceImageDescriptor
 
DefaultTableViewState - Class in de.jaret.util.ui.table.model
Default implementation of a TableViewState for the jaret table.
DefaultTableViewState() - Constructor for class de.jaret.util.ui.table.model.DefaultTableViewState
Constructor.
DefaultTableViewState.ColumnConfiguration - Class in de.jaret.util.ui.table.model
Simple helper class holding the onfiguration information for a column.
DefaultTableViewState.ColumnConfiguration() - Constructor for class de.jaret.util.ui.table.model.DefaultTableViewState.ColumnConfiguration
 
DefaultTableViewState.RowConfiguration - Class in de.jaret.util.ui.table.model
Simple helper class holding the configuration for a row.
DefaultTableViewState.RowConfiguration() - Constructor for class de.jaret.util.ui.table.model.DefaultTableViewState.RowConfiguration
 
disableClipping() - Method in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
If this method returns true the gc for drawing will not be limited by a clipping rect.
disableClipping() - Method in interface de.jaret.util.ui.table.renderer.ITableHeaderRenderer
If this method returns true the gc for drawing will not be limited by a clipping rect.
displayHeader() - Method in class de.jaret.util.ui.table.model.AbstractColumn
Header display always defaults to true.
displayHeader() - Method in class de.jaret.util.ui.table.model.HierarchyColumn
Header display always defaults to true.
displayHeader() - Method in interface de.jaret.util.ui.table.model.IColumn
Should return true for a header to be painted.
displayHeaderContextMenu(int, int) - Method in class de.jaret.util.ui.table.JaretTable
If a header context is present, display it at x,y.
displayRowContextMenu(int, int) - Method in class de.jaret.util.ui.table.JaretTable
If a row context is present, display it at x,y.
dispose() - Method in class de.jaret.util.ui.table.editor.BooleanCellEditor
Dispose whatever resouces have been allocated.
dispose() - Method in class de.jaret.util.ui.table.editor.CellEditorBase
Dispose whatever resouces have been allocated.
dispose() - Method in class de.jaret.util.ui.table.editor.DateCellEditor
Dispose whatever resouces have been allocated.
dispose() - Method in class de.jaret.util.ui.table.editor.DoubleCellEditor
Dispose whatever resouces have been allocated.
dispose() - Method in class de.jaret.util.ui.table.editor.EnumComboEditor
Dispose whatever resouces have been allocated.
dispose() - Method in interface de.jaret.util.ui.table.editor.ICellEditor
Dispose whatever resouces have been allocated.
dispose() - Method in class de.jaret.util.ui.table.editor.IntegerCellEditor
Dispose whatever resouces have been allocated.
dispose() - Method in class de.jaret.util.ui.table.editor.ObjectComboEditor
Dispose whatever resouces have been allocated.
dispose() - Method in class de.jaret.util.ui.table.editor.ObjectComboEditor.ToStringLabelProvider
dispose() - Method in class de.jaret.util.ui.table.editor.TextCellEditor
 
dispose() - Method in class de.jaret.util.ui.table.filter.DefaultAutoFilter
Dispose all resources.
dispose() - Method in interface de.jaret.util.ui.table.filter.IAutoFilter
Dispose all resources.
dispose() - Method in class de.jaret.util.ui.table.JaretTablePrinter
 
dispose() - Method in class de.jaret.util.ui.table.renderer.BarCellRenderer
If there are resources to free - this is the place.
dispose() - Method in class de.jaret.util.ui.table.renderer.BooleanCellRenderer
If there are resources to free - this is the place.
dispose() - Method in class de.jaret.util.ui.table.renderer.ClassImageRenderer
If there are resources to free - this is the place.
dispose() - Method in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
Dispose any resources allocated.
dispose() - Method in interface de.jaret.util.ui.table.renderer.ICellRenderer
If there are resources to free - this is the place.
dispose() - Method in class de.jaret.util.ui.table.renderer.ImageCellRenderer
If there are resources to free - this is the place.
dispose() - Method in interface de.jaret.util.ui.table.renderer.ITableHeaderRenderer
Dispose any resources allocated.
dispose() - Method in class de.jaret.util.ui.table.renderer.ObjectImageRenderer
If there are resources to free - this is the place.
dispose() - Method in class de.jaret.util.ui.table.renderer.SmileyCellRenderer
If there are resources to free - this is the place.
dispose() - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
If there are resources to free - this is the place.
dispose() - Method in class de.jaret.util.ui.table.renderer.TextCellRenderer
If there are resources to free - this is the place.
dispose() - Method in class de.jaret.util.ui.table.strategies.DefaultCCPStrategy
If there is something to dispose ... most probably the clipboard instance.
dispose() - Method in interface de.jaret.util.ui.table.strategies.ICCPStrategy
If there is something to dispose ... most probably the clipboard instance.
dispose() - Method in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction.ColTableContentProvider
dispose() - Method in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction.ColTableLabelProvider
doFill(JaretTable, IJaretTableCell, List<IJaretTableCell>) - Method in class de.jaret.util.ui.table.strategies.DefaultFillDragStrategy
Do a fill operation fro the first cell to the other cells.
doFill(JaretTable, IJaretTableCell, List<IJaretTableCell>) - Method in interface de.jaret.util.ui.table.strategies.IFillDragStrategy
Do a fill operation fro the first cell to the other cells.
doFindInputItem(Object) - Method in class de.jaret.util.ui.table.JaretTableViewer
 
doFindItem(Object) - Method in class de.jaret.util.ui.table.JaretTableViewer
 
DoubleCellEditor - Class in de.jaret.util.ui.table.editor
Cell Editor for editing double values.
DoubleCellEditor() - Constructor for class de.jaret.util.ui.table.editor.DoubleCellEditor
Default constructor.
DoubleCellRenderer - Class in de.jaret.util.ui.table.renderer
CellRenderer for double values.
DoubleCellRenderer(Printer) - Constructor for class de.jaret.util.ui.table.renderer.DoubleCellRenderer
Construct a double cell renderer for printing.
DoubleCellRenderer() - Constructor for class de.jaret.util.ui.table.renderer.DoubleCellRenderer
Construct a double cell renderer for use with a display.
doUpdateItem(Widget, Object, boolean) - Method in class de.jaret.util.ui.table.JaretTableViewer
 
DOWN - Static variable in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
key for downwards arrow.
draw(GC, JaretTable, ICellStyle, Rectangle, IRow, IColumn, boolean, boolean, boolean) - Method in class de.jaret.util.ui.table.renderer.BarCellRenderer
Draw a single cell.
draw(GC, JaretTable, ICellStyle, Rectangle, IRow, IColumn, boolean, boolean, boolean) - Method in class de.jaret.util.ui.table.renderer.BooleanCellRenderer
Draw a single cell.
draw(GC, JaretTable, ICellStyle, Rectangle, IRow, IColumn, boolean, boolean, boolean) - Method in class de.jaret.util.ui.table.renderer.ClassImageRenderer
Draw a single cell.
draw(GC, Rectangle, IColumn, int, boolean, boolean) - Method in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
Draw a table header.
draw(GC, JaretTable, ICellStyle, Rectangle, IRow, IColumn, boolean, boolean, boolean) - Method in interface de.jaret.util.ui.table.renderer.ICellRenderer
Draw a single cell.
draw(GC, JaretTable, ICellStyle, Rectangle, IRow, IColumn, boolean, boolean, boolean) - Method in class de.jaret.util.ui.table.renderer.ImageCellRenderer
Draw a single cell.
draw(GC, Rectangle, IColumn, int, boolean, boolean) - Method in interface de.jaret.util.ui.table.renderer.ITableHeaderRenderer
Draw a table header.
draw(GC, JaretTable, ICellStyle, Rectangle, IRow, IColumn, boolean, boolean, boolean) - Method in class de.jaret.util.ui.table.renderer.ObjectImageRenderer
Draw a single cell.
draw(GC, JaretTable, ICellStyle, Rectangle, IRow, IColumn, boolean, boolean, boolean) - Method in class de.jaret.util.ui.table.renderer.SmileyCellRenderer
Draw a single cell.
draw(GC, JaretTable, ICellStyle, Rectangle, IRow, IColumn, boolean, boolean, boolean) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
Draw a single cell.
draw(GC, JaretTable, ICellStyle, Rectangle, IRow, IColumn, boolean, boolean, boolean) - Method in class de.jaret.util.ui.table.renderer.TextCellRenderer
Draw a single cell.
drawBackground(GC, Rectangle, ICellStyle, boolean, boolean) - Method in class de.jaret.util.ui.table.renderer.CellRendererBase
Draw the cell background.
drawBorder(GC, ICellStyle, Rectangle, boolean) - Method in class de.jaret.util.ui.table.renderer.CellRendererBase
Draw the border for the cell according to the cell style.
drawCommentMarker(GC, Rectangle, Color, int) - Method in class de.jaret.util.ui.table.renderer.CellRendererBase
Draw a marker in upper left corner for indicating a cell comment.
drawFocus(GC, Rectangle) - Method in class de.jaret.util.ui.table.renderer.CellRendererBase
Draw focus marking.
drawLeaf(GC, int, int, int) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
drawMinus(GC, int, int, int) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
drawPlus(GC, int, int, int) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
drawSelection(GC, Rectangle, ICellStyle, boolean, boolean) - Method in class de.jaret.util.ui.table.renderer.CellRendererBase
Draws a cell selection by overlaying alpha blended area using SELECTIONCOLOR.
drawTriangleDown(GC, int, int, int) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
drawTriangleRight(GC, int, int, int) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 

E

emptyCell(IJaretTableCell) - Method in class de.jaret.util.ui.table.strategies.DefaultCCPStrategy
Empty the given cell.
EnumComboEditor - Class in de.jaret.util.ui.table.editor
Editor for a field with an enum as type.
EnumComboEditor() - Constructor for class de.jaret.util.ui.table.editor.EnumComboEditor
 
equals(Object) - Method in class de.jaret.util.ui.table.model.JaretTableCellImpl
equals(Object) - Method in class de.jaret.util.ui.table.model.simple.SimpleRow
Equals based on the index of the row.

F

fireCellChanged(IRow, IColumn) - Method in class de.jaret.util.ui.table.model.AbstractJaretTableModel
Inform listeners about a changed cell.
fireCellStyleChanged(IRow, IColumn, ICellStyle) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
 
fireCellStyleChanged(IRow, IColumn, ICellStyle) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Inform listeners about a cell style change.
fireColumnAdded(int, IColumn) - Method in class de.jaret.util.ui.table.model.AbstractJaretTableModel
Inform listeners about an added column.
fireColumnChanged(IColumn) - Method in class de.jaret.util.ui.table.model.AbstractJaretTableModel
Inform listeners about a changed column.
fireColumnOrderChanged() - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
 
fireColumnRemoved(IColumn) - Method in class de.jaret.util.ui.table.model.AbstractJaretTableModel
Inform listeners about a removed column.
fireColumnVisibilityChanged(IColumn, boolean) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
 
fireColumnWidthChanged(IColumn, int) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
 
fireColumnWidthsChanged() - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
 
fireNodeAdded(ITableNode) - Method in class de.jaret.util.ui.table.model.AbstractTableNode
Inform listeners about a newly added node.
fireNodeExpanded(ITableNode) - Method in class de.jaret.util.ui.table.model.DefaultHierarchicalTableViewState
Inform listeners about a node expansion.
fireNodeFolded(ITableNode) - Method in class de.jaret.util.ui.table.model.DefaultHierarchicalTableViewState
Infor listeners about a folded node.
fireNodeRemoved(ITableNode) - Method in class de.jaret.util.ui.table.model.AbstractTableNode
Inform listeners about the removal of a node.
firePropertyChange(String, Object, Object) - Method in class de.jaret.util.ui.table.JaretTable
fireRowAdded(int, IRow) - Method in class de.jaret.util.ui.table.model.AbstractJaretTableModel
Inform listeners about an added row.
fireRowChanged(IRow) - Method in class de.jaret.util.ui.table.model.AbstractJaretTableModel
Inform listeners abou a changed row.
fireRowHeightChanged(IRow, int) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Inform listeners about a change in the height of a row.
fireRowHeightModeChanged(IRow, ITableViewState.RowHeightMode) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
 
fireRowRemoved(IRow) - Method in class de.jaret.util.ui.table.model.AbstractJaretTableModel
Inform listeners about a removed row.
fireSortingChanged() - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
 
fireTableDataChanged() - Method in class de.jaret.util.ui.table.model.AbstractJaretTableModel
Inform listeners about a general change of the model data.
fireValueChanged(IRow, IColumn, Object, Object) - Method in class de.jaret.util.ui.table.model.AbstractColumn
Inform listeners about a value change.
fixed - Variable in class de.jaret.util.ui.table.JaretTable.RowInfo
fixed row flag.
focusDown() - Method in class de.jaret.util.ui.table.JaretTable
Move the focus down.
focusGained(FocusEvent) - Method in class de.jaret.util.ui.table.editor.DateCellEditor
Do nothing on focus gained.
focusGained(FocusEvent) - Method in class de.jaret.util.ui.table.editor.DoubleCellEditor
do nothing.
focusGained(FocusEvent) - Method in class de.jaret.util.ui.table.editor.EnumComboEditor
Do nothing on gaining focus.
focusGained(FocusEvent) - Method in class de.jaret.util.ui.table.editor.IntegerCellEditor
Do nothing on gaining focus.
focusGained(FocusEvent) - Method in class de.jaret.util.ui.table.editor.ObjectComboEditor
Nothing to do on gaining focus.
focusGained(FocusEvent) - Method in class de.jaret.util.ui.table.editor.TextCellEditor
 
FOCUSINSETS - Static variable in class de.jaret.util.ui.table.renderer.CellRendererBase
insets used when drawing the focus.
focusLeft() - Method in class de.jaret.util.ui.table.JaretTable
Move the focus left.
focusLost(FocusEvent) - Method in class de.jaret.util.ui.table.editor.DateCellEditor
When loosing focus, stop the editing and store the value.
focusLost(FocusEvent) - Method in class de.jaret.util.ui.table.editor.DoubleCellEditor
On losing focus store the value.
focusLost(FocusEvent) - Method in class de.jaret.util.ui.table.editor.EnumComboEditor
Stop editing and store the value.
focusLost(FocusEvent) - Method in class de.jaret.util.ui.table.editor.IntegerCellEditor
Stop and strore when focus leaves.
focusLost(FocusEvent) - Method in class de.jaret.util.ui.table.editor.ObjectComboEditor
Store and end editing when focus is taken away.
focusLost(FocusEvent) - Method in class de.jaret.util.ui.table.editor.TextCellEditor
 
focusRight() - Method in class de.jaret.util.ui.table.JaretTable
Move the focus right.
focusUp() - Method in class de.jaret.util.ui.table.JaretTable
Move the focus up.
FONT - Static variable in interface de.jaret.util.ui.table.renderer.ICellStyle
property name.
FOREGROUNDCOLOR - Static variable in interface de.jaret.util.ui.table.renderer.ICellStyle
property name.

G

getAbsBeginXForColIdx(int) - Method in class de.jaret.util.ui.table.JaretTable
Get the absolute begin x for a column.
getAbsBeginXForColumn(IColumn) - Method in class de.jaret.util.ui.table.JaretTable
Get the absolute begin x for a column.
getAlignment() - Method in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
Retrieve the alignment for the header label (only when not rotated).
getAllowSorting() - Method in class de.jaret.util.ui.table.JaretTable
Check whether sorting the table is allowed.
getAllSelectedCells(IJaretTableModel) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelection
Retrieve a set of all selected cells (union of all cells in selected rows and columns plus. the cells selected seperately)
getAllSelectedCells(IJaretTableModel) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionImpl
Retrieve a set of all selected cells (union of all cells in selected rows and columns plus. the cells selected seperately)
getAutoFilterClass(IColumn) - Method in class de.jaret.util.ui.table.JaretTable
Get the autofiletr class to be used on a column.
getAutoFilterEnable() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the autofilter state.
getAutoFilterHeight() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the height used to render the autofilters.
getBackgroundColor(ICellStyle, boolean) - Method in class de.jaret.util.ui.table.renderer.CellRendererBase
Get the background color according to a cell style.
getBackgroundColor() - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyle
 
getBackgroundColor() - Method in interface de.jaret.util.ui.table.renderer.ICellStyle
Retrieve the background color.
getBackgroundRGB() - Method in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
Get the background RGB value of the header (non rotated only).
getBorderBottom() - Method in class de.jaret.util.ui.table.renderer.DefaultBorderConfiguration
 
getBorderBottom() - Method in interface de.jaret.util.ui.table.renderer.IBorderConfiguration
Get bottom border width.
getBorderColor(ICellStyle, boolean) - Method in class de.jaret.util.ui.table.renderer.CellRendererBase
Get the border color according to the cell style.
getBorderColor() - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyle
 
getBorderColor() - Method in interface de.jaret.util.ui.table.renderer.ICellStyle
Retrieve the border color.
getBorderConfiguration() - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyle
 
getBorderConfiguration() - Method in interface de.jaret.util.ui.table.renderer.ICellStyle
Retrieve the border configuration.
getBorderLeft() - Method in class de.jaret.util.ui.table.renderer.DefaultBorderConfiguration
 
getBorderLeft() - Method in interface de.jaret.util.ui.table.renderer.IBorderConfiguration
Get left border width.
getBorderRight() - Method in class de.jaret.util.ui.table.renderer.DefaultBorderConfiguration
 
getBorderRight() - Method in interface de.jaret.util.ui.table.renderer.IBorderConfiguration
Get right border width.
getBorderTop() - Method in class de.jaret.util.ui.table.renderer.DefaultBorderConfiguration
 
getBorderTop() - Method in interface de.jaret.util.ui.table.renderer.IBorderConfiguration
Get top border width.
getCcpStrategy() - Method in class de.jaret.util.ui.table.JaretTable
 
getCell(int, int) - Method in class de.jaret.util.ui.table.JaretTable
Retrieve TableXCell for given pixel coordinates.
getCellBounds(IRow, IColumn) - Method in class de.jaret.util.ui.table.JaretTable
Get the bounding rectangle for a cell.
getCellDisplayIdx(IJaretTableCell) - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the display coordinates for a table cell.
getCellForIdx(int, int) - Method in class de.jaret.util.ui.table.JaretTable
Retrieve a table cell for given index coordinates.
getCellRenderer(IRow, IColumn) - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the cell renderer for a cell.
getCellSpecificStyle(IRow, IColumn, boolean) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Get the cell style defined for a single cell.
getCellSpecificStyle(IRow, IColumn, boolean) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Get the cell style defined for a single cell.
getCellStyle(IRow, IColumn) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Retrieve the cell style for a specified cell.
getCellStyle(IRow, IColumn) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Retrieve the cell style for a specified cell.
getCellStyle(IRow, IColumn) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Retrieve the cell style for a cell.
getCellStyle(IRow, IColumn) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Retrieve the cell style for a cell.
getCellStyle(IRow, IColumn, ICellStyle, ICellStyle) - Method in interface de.jaret.util.ui.table.renderer.IStyleStrategy
This method is called before a cell style is delivered to the jaret table (by getCellStyle(row, col) in the cell style provider).
getCellStyleProvider() - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Retrieve the cell style provider of the viewstate.
getCellStyleProvider() - Method in interface de.jaret.util.ui.table.model.ITableViewState
Retrieve the cell style provider of the viewstate.
getChildren() - Method in class de.jaret.util.ui.table.model.AbstractTableNode
Retrieve all children of the node.
getChildren() - Method in interface de.jaret.util.ui.table.model.ITableNode
Retrieve all children of the node.
getColFilterStrings(IColumn, int) - Method in class de.jaret.util.ui.table.filter.AbstractAutoFilter
Get all possible filter strings for the autofilter comboboxes.
getColIdxForAbsX(int) - Method in class de.jaret.util.ui.table.JaretTable
Return the (internal) index of the column corresponding to the given x coordinate value (absolute value taking all visible columns into account).
getColLimit() - Method in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
getColumn(int) - Method in class de.jaret.util.ui.table.JaretTable
Retrieve column by the display idx.
getColumn(String) - Method in class de.jaret.util.ui.table.JaretTable
Convenience method to retrieve a column by it's id from the model.
getColumn(String) - Method in class de.jaret.util.ui.table.model.AbstractJaretTableModel
Retrieve a column specified by it's id.
getColumn(int) - Method in class de.jaret.util.ui.table.model.DefaultJaretTableModel
Retrieve a column specified by it's index.
getColumn(String) - Method in class de.jaret.util.ui.table.model.DefaultJaretTableModel
Retrieve a column by it's ID.
getColumn() - Method in interface de.jaret.util.ui.table.model.IJaretTableCell
Retrieve the column.
getColumn(int) - Method in interface de.jaret.util.ui.table.model.IJaretTableModel
Retrieve a column specified by it's index.
getColumn(String) - Method in interface de.jaret.util.ui.table.model.IJaretTableModel
Retrieve a column specified by it's id.
getColumn() - Method in class de.jaret.util.ui.table.model.JaretTableCellImpl
 
getColumn(int) - Method in class de.jaret.util.ui.table.model.simple.SimpleJaretTableModel
Retrieve a column specified by it's index.
getColumn(int) - Method in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
Retrieve a column specified by it's index.
getColumnBounds(IColumn) - Method in class de.jaret.util.ui.table.JaretTable
Get the bounding rect for a column.
getColumnCellStyle(IColumn, boolean) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Retrieve the cell style for a column.
getColumnCellStyle(IColumn, boolean) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Retrieve the cell style for a column.
getColumnCount() - Method in class de.jaret.util.ui.table.JaretTable
Current number of displayed columns.
getColumnCount() - Method in class de.jaret.util.ui.table.model.DefaultJaretTableModel
Retrieve the number of columns.
getColumnCount() - Method in interface de.jaret.util.ui.table.model.IJaretTableModel
Retrieve the number of columns.
getColumnCount() - Method in class de.jaret.util.ui.table.model.simple.SimpleJaretTableModel
Retrieve the number of columns.
getColumnCount() - Method in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
Retrieve the number of columns.
getColumnForAbsX(int) - Method in class de.jaret.util.ui.table.JaretTable
Return the column for an absolute x coordinate.
getColumnImage(Object, int) - Method in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction.ColTableLabelProvider
getColumnResizeMode() - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
 
getColumnResizeMode() - Method in interface de.jaret.util.ui.table.model.ITableViewState
Retrieve the mode used when resizing a column.
getColumnSortingDirection(IColumn) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Retrieve the sorting direction for a column.
getColumnSortingDirection(IColumn) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Retrieve the sorting direction for a column.
getColumnSortingPosition(IColumn) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Retrieve the position in the sorting order set.
getColumnSortingPosition(IColumn) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Retrieve the position in the sorting order set.
getColumnText(Object, int) - Method in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction.ColTableLabelProvider
getColumnVisible(IColumn) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Check whether a column is visible.
getColumnVisible(IColumn) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Check whether a column is visible.
getColumnWidth(IColumn) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
retrive the width of a column.
getColumnWidth(IColumn) - Method in interface de.jaret.util.ui.table.model.ITableViewState
retrive the width of a column.
getComment(IRow, IColumn) - Method in class de.jaret.util.ui.table.renderer.TextCellRenderer
Override for using content marker and tooltip.
getConfiguration() - Method in class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
getContentClass(IRow) - Method in class de.jaret.util.ui.table.model.AbstractColumn
Default implementation: no difference to getContentClass().
getContentClass() - Method in class de.jaret.util.ui.table.model.HierarchyColumn
To allow null values as column value and to support cell editing and displaying a column may support this method for supplying the information.
getContentClass() - Method in interface de.jaret.util.ui.table.model.IColumn
To allow null values as column value and to support cell editing and displaying a column may support this method for supplying the information.
getContentClass(IRow) - Method in interface de.jaret.util.ui.table.model.IColumn
To specify a content class per row this method may be implemented to reflect the appropriate class.
getContentClass() - Method in class de.jaret.util.ui.table.model.IndexColumn
To allow null values as column value and to support cell editing and displaying a column may support this method for supplying the information.
getContentClass(IRow) - Method in class de.jaret.util.ui.table.model.PropCol
Default implementation: no difference to getContentClass().
getContentClass() - Method in class de.jaret.util.ui.table.model.PropCol
To allow null values as column value and to support cell editing and displaying a column may support this method for supplying the information.
getContentClass() - Method in class de.jaret.util.ui.table.model.simple.SimpleColumn
To allow null values as column value and to support cell editing and displaying a column may support this method for supplying the information.
getControl() - Method in class de.jaret.util.ui.table.filter.DefaultAutoFilter
Get the control representing the autofilter (most probably a combo box).
getControl() - Method in interface de.jaret.util.ui.table.filter.IAutoFilter
Get the control representing the autofilter (most probably a combo box).
getControl() - Method in class de.jaret.util.ui.table.JaretTableViewer
 
getDateformat() - Method in class de.jaret.util.ui.table.renderer.DateCellRenderer
Retrive the used date format.
getDefaultCellStyle() - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Retrieve the default cell style used for cells where no style has been set.
getDefaultCellStyle() - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Retrieve the default cell style used for cells where no style has been set.
getDrawBorder() - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
getDrawBox() - Method in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
Retrieve whether the header is drawn boxed.
getDrawFullSelection() - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
getDrawHeader() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the state of header drawing.
getDrawIcons() - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
getDrawLabels() - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
getDrawTree() - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
getEditorControl(JaretTable, IRow, IColumn, char) - Method in class de.jaret.util.ui.table.editor.BooleanCellEditor
Provide the Control for editing the value at row/column.
getEditorControl(JaretTable, IRow, IColumn, char) - Method in class de.jaret.util.ui.table.editor.CellEditorBase
Provide the Control for editing the value at row/column.
getEditorControl(JaretTable, IRow, IColumn, char) - Method in class de.jaret.util.ui.table.editor.DateCellEditor
Provide the Control for editing the value at row/column.
getEditorControl(JaretTable, IRow, IColumn, char) - Method in class de.jaret.util.ui.table.editor.DoubleCellEditor
Provide the Control for editing the value at row/column.
getEditorControl(JaretTable, IRow, IColumn, char) - Method in class de.jaret.util.ui.table.editor.EnumComboEditor
Provide the Control for editing the value at row/column.
getEditorControl(JaretTable, IRow, IColumn, char) - Method in interface de.jaret.util.ui.table.editor.ICellEditor
Provide the Control for editing the value at row/column.
getEditorControl(JaretTable, IRow, IColumn, char) - Method in class de.jaret.util.ui.table.editor.IntegerCellEditor
Provide the Control for editing the value at row/column.
getEditorControl(JaretTable, IRow, IColumn, char) - Method in class de.jaret.util.ui.table.editor.ObjectComboEditor
Provide the Control for editing the value at row/column.
getEditorControl(JaretTable, IRow, IColumn, char) - Method in class de.jaret.util.ui.table.editor.TextCellEditor
Provide the Control for editing the value at row/column.
getElements(Object) - Method in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction.ColTableContentProvider
getExcludeFixedRowsFromSorting() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the flag controlling whether fixed rows are excluded from sorting.
getExcludeRootNode() - Method in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
Check whether the root node should be excluded.
getFillDragStrategy() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the used startegy when performing a fill drag.
getFirstRowIdx() - Method in class de.jaret.util.ui.table.JaretTable
Retrive the index of the first row displayed in the scrolled area of the table.
getFirstRowPixelOffset() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the pixel offset the first row is scrolled.
getFixedColumns() - Method in class de.jaret.util.ui.table.JaretTable
 
getFixedRows() - Method in class de.jaret.util.ui.table.JaretTable
 
getFocussedCell() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the currently focussed cell.
getFocussedCellIdx() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the indizes of the currently focussed cell (idx in the filtered, sorted or whatever table).
getFont(ICellStyle, boolean, Font) - Method in class de.jaret.util.ui.table.renderer.CellRendererBase
Retrieve the font accrding to the cell style.
getFont() - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyle
 
getFont() - Method in interface de.jaret.util.ui.table.renderer.ICellStyle
Retrieve the font.
getFontData() - Method in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
Get the fontdata for the font used to render the header label.
getFooterText() - Method in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
getForegroundColor(ICellStyle, boolean) - Method in class de.jaret.util.ui.table.renderer.CellRendererBase
Get the foreground color according to the cell style.
getForegroundColor() - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyle
 
getForegroundColor() - Method in interface de.jaret.util.ui.table.renderer.ICellStyle
Retrieve the foreground color.
getHeaderContextMenu() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve a context menu that has been set on the header.
getHeaderHeight() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the header height.
getHeaderLabel() - Method in class de.jaret.util.ui.table.model.HierarchyColumn
Return a textual label to be displayed as the column header label.
getHeaderLabel() - Method in interface de.jaret.util.ui.table.model.IColumn
Return a textual label to be displayed as the column header label.
getHeaderLabel() - Method in class de.jaret.util.ui.table.model.IndexColumn
Return a textual label to be displayed as the column header label.
getHeaderLabel() - Method in class de.jaret.util.ui.table.model.PropCol
Return a textual label to be displayed as the column header label.
getHeaderLabel() - Method in class de.jaret.util.ui.table.model.simple.SimpleColumn
Return a textual label to be displayed as the column header label.
getHeaderRenderer() - Method in class de.jaret.util.ui.table.JaretTable
 
getHeight() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the height of the control.
getHierarchicalModel() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve a hierarchical model if set.
getHorizontalAlignment() - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyle
Retrieve the horizontal alignment.
getHorizontalAlignment() - Method in interface de.jaret.util.ui.table.renderer.ICellStyle
Retrieve the horizontal alignment.
getId() - Method in class de.jaret.util.ui.table.model.HierarchyColumn
Id is used for storing the column width.
getId() - Method in interface de.jaret.util.ui.table.model.IColumn
Id is used for storing the column width.
getId() - Method in class de.jaret.util.ui.table.model.IndexColumn
Id is used for storing the column width.
getId() - Method in interface de.jaret.util.ui.table.model.IRow
Used for storing the row height (identification purposes).
getId() - Method in class de.jaret.util.ui.table.model.PropCol
Id is used for storing the column width.
getId() - Method in class de.jaret.util.ui.table.model.simple.SimpleColumn
Id is used for storing the column width.
getId() - Method in class de.jaret.util.ui.table.model.simple.SimpleRow
Used for storing the row height (identification purposes).
getImage(Object) - Method in class de.jaret.util.ui.table.editor.ObjectComboEditor.ToStringLabelProvider
getImageData() - Method in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer.LocalResourceImageDescriptor
getIncludeHeadersInCopy() - Method in class de.jaret.util.ui.table.strategies.DefaultCCPStrategy
Retrieve the state of header include in the copied content.
getIndex() - Method in class de.jaret.util.ui.table.model.simple.SimpleRow
Retrieve the index of the row.
getInnerWidth(int, ICellStyle) - Method in class de.jaret.util.ui.table.renderer.CellRendererBase
Target inner width (width - borders - insets).
getInternalRowIndex(IRow) - Method in class de.jaret.util.ui.table.JaretTable
Get the index of the given row in the internal, fileterd list of rows.
getInternalRowList() - Method in class de.jaret.util.ui.table.JaretTable
Get access to the internal row list.
getISelection() - Method in class de.jaret.util.ui.table.util.AbstractSelectionProvider
Override this method to return an ISelectiobn appropriate for the intended use.
getISelection() - Method in class de.jaret.util.ui.table.util.DefaultSelectionProvider
Override this method to return an ISelectiobn appropriate for the intended use.
getKeyForClass(Class<?>) - Method in class de.jaret.util.ui.table.renderer.ClassImageRenderer
Retrieve the key for a class, checking all super classes and interfaces.
getLabelProvider() - Method in class de.jaret.util.ui.table.renderer.LabelProviderRenderer
Retrieve the label provider used.
getLabelProvider() - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
getLevel() - Method in class de.jaret.util.ui.table.model.AbstractTableNode
Retrieve the level in the tree.
getLevel() - Method in interface de.jaret.util.ui.table.model.ITableNode
Retrieve the level in the tree.
getLevelWidth() - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
getMax() - Method in class de.jaret.util.ui.table.renderer.BarCellRenderer
 
getMaxrows() - Method in class de.jaret.util.ui.table.editor.TextCellEditor
 
getMin() - Method in class de.jaret.util.ui.table.renderer.BarCellRenderer
 
getMinimalColWidth() - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Retrieve the minimum column width.
getMinimalColWidth() - Method in interface de.jaret.util.ui.table.model.ITableViewState
Retrieve the minimum column width.
getMinimalRowHeight() - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Get the configured minimal row heigth.
getMinimalRowHeight() - Method in interface de.jaret.util.ui.table.model.ITableViewState
Get the configured minimal row heigth.
getMultiLine() - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyle
 
getMultiLine() - Method in interface de.jaret.util.ui.table.renderer.ICellStyle
 
getName() - Method in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
getNextSibling(ITableNode) - Method in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
Return the next sibling of a node.
getNumberFormat() - Method in class de.jaret.util.ui.table.renderer.DoubleCellRenderer
Retrieve the used number format.
getOptimizeScrolling() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve whether scroll opotimizations are active.
getPreferredHeight() - Method in class de.jaret.util.ui.table.editor.CellEditorBase
If the renderer *wishes* to be sized not the height of the cell, this method may be used to announce the preferred height of the control.
getPreferredHeight() - Method in class de.jaret.util.ui.table.editor.DoubleCellEditor
If the renderer *wishes* to be sized not the height of the cell, this method may be used to announce the preferred height of the control.
getPreferredHeight() - Method in class de.jaret.util.ui.table.editor.EnumComboEditor
If the renderer *wishes* to be sized not the height of the cell, this method may be used to announce the preferred height of the control.
getPreferredHeight() - Method in interface de.jaret.util.ui.table.editor.ICellEditor
If the renderer *wishes* to be sized not the height of the cell, this method may be used to announce the preferred height of the control.
getPreferredHeight() - Method in class de.jaret.util.ui.table.editor.IntegerCellEditor
If the renderer *wishes* to be sized not the height of the cell, this method may be used to announce the preferred height of the control.
getPreferredHeight() - Method in class de.jaret.util.ui.table.editor.ObjectComboEditor
If the renderer *wishes* to be sized not the height of the cell, this method may be used to announce the preferred height of the control.
getPreferredHeight() - Method in class de.jaret.util.ui.table.editor.TextCellEditor
If the renderer *wishes* to be sized not the height of the cell, this method may be used to announce the preferred height of the control.
getPreferredHeight(GC, ICellStyle, int, IRow, IColumn) - Method in class de.jaret.util.ui.table.renderer.BooleanCellRenderer
Calculate the preferred height of a specific cell.
getPreferredHeight(GC, ICellStyle, int, IRow, IColumn) - Method in class de.jaret.util.ui.table.renderer.CellRendererBase
Calculate the preferred height of a specific cell.
getPreferredHeight(GC, ICellStyle, int, IRow, IColumn) - Method in class de.jaret.util.ui.table.renderer.ClassImageRenderer
Calculate the preferred height of a specific cell.
getPreferredHeight(GC, ICellStyle, int, IRow, IColumn) - Method in interface de.jaret.util.ui.table.renderer.ICellRenderer
Calculate the preferred height of a specific cell.
getPreferredHeight(GC, ICellStyle, int, IRow, IColumn) - Method in class de.jaret.util.ui.table.renderer.ObjectImageRenderer
Calculate the preferred height of a specific cell.
getPreferredHeight(IRow, IColumn) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
getPreferredHeight(GC, ICellStyle, int, IRow, IColumn) - Method in class de.jaret.util.ui.table.renderer.TextCellRenderer
Calculate the preferred height of a specific cell.
getPreferredWidth(List<IRow>, IColumn) - Method in class de.jaret.util.ui.table.renderer.BooleanCellRenderer
Calculate the preferred width for the column.
getPreferredWidth(List<IRow>, IColumn) - Method in class de.jaret.util.ui.table.renderer.CellRendererBase
Calculate the preferred width for the column.
getPreferredWidth(List<IRow>, IColumn) - Method in class de.jaret.util.ui.table.renderer.ClassImageRenderer
Calculate the preferred width for the column.
getPreferredWidth(List<IRow>, IColumn) - Method in interface de.jaret.util.ui.table.renderer.ICellRenderer
Calculate the preferred width for the column.
getPreferredWidth(List<IRow>, IColumn) - Method in class de.jaret.util.ui.table.renderer.ObjectImageRenderer
Calculate the preferred width for the column.
getPreferredWidth() - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
getPreferredWidth(List<IRow>, IColumn) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
Calculate the preferred width for the column.
getPrinter() - Method in class de.jaret.util.ui.table.JaretTablePrinter
 
getPrinter() - Method in class de.jaret.util.ui.table.renderer.RendererBase
Retrieve the printer device.
getPrinterData() - Method in class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
getPrintRenderer(Printer) - Method in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
Create a table header renderer for printing.
getPrintRenderer(Printer) - Method in interface de.jaret.util.ui.table.renderer.ITableHeaderRenderer
Create a table header renderer for printing.
getRepeatHeader() - Method in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
getResizeRestriction() - Method in class de.jaret.util.ui.table.JaretTable
Get the state of the resize restriction flag.
getRootNode() - Method in class de.jaret.util.ui.table.model.DefaultHierarchicalTableModel
Retrieve the root node.
getRootNode() - Method in interface de.jaret.util.ui.table.model.IHierarchicalJaretTableModel
Retrieve the root node.
getRow(int) - Method in class de.jaret.util.ui.table.JaretTable
Get a row by the display idx.
getRow(int) - Method in class de.jaret.util.ui.table.model.DefaultJaretTableModel
Retrieve a specific row.
getRow() - Method in interface de.jaret.util.ui.table.model.IJaretTableCell
Retrieve the row.
getRow(int) - Method in interface de.jaret.util.ui.table.model.IJaretTableModel
Retrieve a specific row.
getRow() - Method in class de.jaret.util.ui.table.model.JaretTableCellImpl
 
getRow(int) - Method in class de.jaret.util.ui.table.model.simple.SimpleJaretTableModel
Retrieve a specific row.
getRow(int) - Method in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
Retrieve a specific row.
getRowCellStyle(IRow, boolean) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Retrieve the cell style for a row.
getRowCellStyle(IRow, boolean) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Retrieve the cell style for a row.
getRowContextMenu() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve a context menu that has been set for the rows.
getRowCount() - Method in class de.jaret.util.ui.table.JaretTable
Get the number of displayed rows (after filtering!).
getRowCount() - Method in class de.jaret.util.ui.table.model.DefaultJaretTableModel
Return the number of rows in the model.
getRowCount() - Method in interface de.jaret.util.ui.table.model.IJaretTableModel
Return the number of rows in the model.
getRowCount() - Method in class de.jaret.util.ui.table.model.simple.SimpleJaretTableModel
Return the number of rows in the model.
getRowCount() - Method in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
Return the number of rows in the model.
getRowFilter() - Method in class de.jaret.util.ui.table.JaretTable
 
getRowHeight(IRow) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Retrieve the current height of a row.
getRowHeight(IRow) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Retrieve the current height of a row.
getRowHeightMode() - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Retrieve the default row heigth mode.
getRowHeightMode() - Method in interface de.jaret.util.ui.table.model.ITableViewState
Retrieve the default row heigth mode.
getRowHeigthMode(IRow) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Retrieve the row heigth mode for a specific row.
getRowHeigthMode(IRow) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Retrieve the row heigth mode for a specific row.
getRowIdxForAbsY(int) - Method in class de.jaret.util.ui.table.JaretTable
Get row index for an absolute y coordinate (thought on the full height table with all rows).
getRowInfo(IRow) - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the row info for a row.
getRowLimit() - Method in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
getRowSorter() - Method in class de.jaret.util.ui.table.JaretTable
 
getScale() - Method in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
getScaleX() - Method in class de.jaret.util.ui.table.JaretTablePrinter
 
getScaleX() - Method in class de.jaret.util.ui.table.renderer.RendererBase
Retrieve the x scale factor.
getScaleY() - Method in class de.jaret.util.ui.table.renderer.RendererBase
Retrieve the y scale factor.
getSelectedCells() - Method in interface de.jaret.util.ui.table.model.IJaretTableSelection
Retrieve cells that have been selected seperately.
getSelectedCells() - Method in class de.jaret.util.ui.table.model.JaretTableSelectionImpl
Retrieve cells that have been selected seperately.
getSelectedColumns() - Method in interface de.jaret.util.ui.table.model.IJaretTableSelection
Retrieve selected Columns.
getSelectedColumns() - Method in class de.jaret.util.ui.table.model.JaretTableSelectionImpl
Retrieve selected Columns.
getSelectedRows() - Method in interface de.jaret.util.ui.table.model.IJaretTableSelection
Retrieve selected rows.
getSelectedRows() - Method in class de.jaret.util.ui.table.model.JaretTableSelectionImpl
Retrieve selected rows.
getSelection() - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
retrieve the selected elements in the tabel selection structure.
getSelection() - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
retrieve the selected elements in the tabel selection structure.
getSelection() - Method in class de.jaret.util.ui.table.util.AbstractSelectionProvider
Retrieve an IStructuredSelection of the current selection (will contain rows, columns and cells).
getSelectionFromWidget() - Method in class de.jaret.util.ui.table.JaretTableViewer
 
getSelectionModel() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the selectionmodel used by the table.
getSortedColumns() - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Retrieve the list of columns in their display order.
getSortedColumns() - Method in interface de.jaret.util.ui.table.model.ITableViewState
Retrieve the list of columns in their display order.
getStyleLocations(ICellStyle) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Retrieve all cells that have a certain style.
getStyleStrategy() - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Retrieve a style strategy if set.
getStyleStrategy() - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Retrieve a style strategy if set.
getTableModel() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the displayed table model.
getTableViewState() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the table viewstate.
getText(Object) - Method in class de.jaret.util.ui.table.editor.ObjectComboEditor.ToStringLabelProvider
getText() - Method in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction
getText() - Method in class de.jaret.util.ui.table.util.action.OptimizeAllRowHeightsAction
getText() - Method in class de.jaret.util.ui.table.util.action.OptimizeRowHeightAction
 
getTooltip(JaretTable, Rectangle, IRow, IColumn, int, int) - Method in class de.jaret.util.ui.table.renderer.CellRendererBase
Provide a tooltip text for display.
getTooltip(JaretTable, Rectangle, IRow, IColumn, int, int) - Method in interface de.jaret.util.ui.table.renderer.ICellRenderer
Provide a tooltip text for display.
getTooltip(JaretTable, Rectangle, IRow, IColumn, int, int) - Method in class de.jaret.util.ui.table.renderer.TextCellRenderer
Provide a tooltip text for display.
getTotalHeight() - Method in class de.jaret.util.ui.table.JaretTable
Total height of all possibly displayed rows (filter applied!).
getTotalHeight(int) - Method in class de.jaret.util.ui.table.JaretTable
Total height of the first n rows.
getTotalWidth() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve total width of all possibly displayed columns.
getTotalWidth(int) - Method in class de.jaret.util.ui.table.JaretTable
Retrieve total width of the first n columns.
getValue(IRow) - Method in class de.jaret.util.ui.table.model.HierarchyColumn
Retrieve the value of the column for the given row.
getValue(IRow) - Method in interface de.jaret.util.ui.table.model.IColumn
Retrieve the value of the column for the given row.
getValue(IRow) - Method in class de.jaret.util.ui.table.model.IndexColumn
Retrieve the value of the column for the given row.
getValue(Object) - Method in interface de.jaret.util.ui.table.model.IPropColAccessor
Retrieve the value from the base object.
getValue(IRow) - Method in class de.jaret.util.ui.table.model.PropCol
Retrieve the value of the column for the given row.
getValue(IRow) - Method in class de.jaret.util.ui.table.model.simple.SimpleColumn
Retrieve the value of the column for the given row.
getValueAt(int, int) - Method in class de.jaret.util.ui.table.model.simple.SimpleJaretTableModel
Get a value.
getVerticalAlignment() - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyle
Retrieve the vertical alignment.
getVerticalAlignment() - Method in interface de.jaret.util.ui.table.renderer.ICellStyle
Retrieve the vertical alignment.
getVerticalSpacesSum(ICellStyle) - Method in class de.jaret.util.ui.table.renderer.CellRendererBase
Calculate the sum of all vertical spaces that could be spplied.
getWidth() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the width of the control.

H

handleClick(JaretTable, IRow, IColumn, Rectangle, int, int) - Method in class de.jaret.util.ui.table.editor.BooleanCellEditor
Handle a click on the cell.
handleClick(JaretTable, IRow, IColumn, Rectangle, int, int) - Method in class de.jaret.util.ui.table.editor.CellEditorBase
Handle a click on the cell.
handleClick(JaretTable, IRow, IColumn, Rectangle, int, int) - Method in interface de.jaret.util.ui.table.editor.ICellEditor
Handle a click on the cell.
hashCode() - Method in class de.jaret.util.ui.table.model.JaretTableCellImpl
hashCode() - Method in class de.jaret.util.ui.table.model.simple.SimpleRow
hashcode based on the index of the column.
height - Variable in class de.jaret.util.ui.table.JaretTable.RowInfo
height of the row.
heightMode - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState.RowConfiguration
rowheightmode.
HierarchyColumn - Class in de.jaret.util.ui.table.model
Dummy column for placement of the hierarchy.
HierarchyColumn() - Constructor for class de.jaret.util.ui.table.model.HierarchyColumn
 
HORIZONTAL_ALIGNMENT - Static variable in interface de.jaret.util.ui.table.renderer.ICellStyle
property name.

I

IAutoFilter - Interface in de.jaret.util.ui.table.filter
Interface describing an autofilter to be used within a jaret table.
IBorderConfiguration - Interface in de.jaret.util.ui.table.renderer
Interface describing a border to be rendered around a cell.
ICCPStrategy - Interface in de.jaret.util.ui.table.strategies
Interface describing the strategies used for Cut, Copy and Paste.
ICellEditor - Interface in de.jaret.util.ui.table.editor
Interface for a cell editor to be used in the jaret table.
ICellRenderer - Interface in de.jaret.util.ui.table.renderer
Interface for a cell renderer for a jaret table.
ICellStyle - Interface in de.jaret.util.ui.table.renderer
Interface describing the style of a cell.
ICellStyleListener - Interface in de.jaret.util.ui.table.renderer
Interface for a listener listening on style changes.
ICellStyleProvider - Interface in de.jaret.util.ui.table.renderer
Interface for a cell style supplier.
IColumn - Interface in de.jaret.util.ui.table.model
Interface for a column used in a jaret table model.
IColumnListener - Interface in de.jaret.util.ui.table.model
Interface for listening on value changes on a specific cell in a column.
id - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState.ColumnConfiguration
id of the column.
ID - Static variable in class de.jaret.util.ui.table.model.IndexColumn
id of the index col.
IFillDragStrategy - Interface in de.jaret.util.ui.table.strategies
Interface describing a stragey used when cells should be filled after a fill drag.
IHierarchicalJaretTableModel - Interface in de.jaret.util.ui.table.model
Hierarchical model for the jaret table.
IHierarchicalTableViewState - Interface in de.jaret.util.ui.table.model
Interface describing a hierarchical table viewstate.
IHierarchicalTableViewStateListener - Interface in de.jaret.util.ui.table.model
Listener interface for listening on expanded/folded events.
IHierarchyRenderer - Interface in de.jaret.util.ui.table.renderer
Interface specifying extensions to the ICellRenderer interface necessary for hierarchy handling.
IJaretTableCell - Interface in de.jaret.util.ui.table.model
Interface describing the location (in the data model) of a single cell.
IJaretTableModel - Interface in de.jaret.util.ui.table.model
Interface for the table model used by the jaret table.
IJaretTableModelListener - Interface in de.jaret.util.ui.table.model
Listener for listening to table model changes on a jaret table model.
IJaretTableSelection - Interface in de.jaret.util.ui.table.model
Interface describing the selection in a jaret table.
IJaretTableSelectionModel - Interface in de.jaret.util.ui.table.model
Selection model for the jaret table.
IJaretTableSelectionModelListener - Interface in de.jaret.util.ui.table.model
Listener for listening on selection changes on a jaret table selection.
ImageCellRenderer - Class in de.jaret.util.ui.table.renderer
CellRenderer rendering an image.
ImageCellRenderer(Printer) - Constructor for class de.jaret.util.ui.table.renderer.ImageCellRenderer
Construct an image cell renderer for use with a printer.
ImageCellRenderer() - Constructor for class de.jaret.util.ui.table.renderer.ImageCellRenderer
Construct an image cell renderer for display use.
IndexColumn - Class in de.jaret.util.ui.table.model
A simple column displaying the row index.
IndexColumn(JaretTable, String) - Constructor for class de.jaret.util.ui.table.model.IndexColumn
Construct an index column.
initItems() - Method in class de.jaret.util.ui.table.editor.ObjectComboEditor
 
inputChanged(Viewer, Object, Object) - Method in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction.ColTableContentProvider
inputInvalid() - Method in class de.jaret.util.ui.table.editor.DateCellEditor
nothing to do.
IntegerCellEditor - Class in de.jaret.util.ui.table.editor
Cell Editor for editing integer values using a spinner widget.
IntegerCellEditor(int, int) - Constructor for class de.jaret.util.ui.table.editor.IntegerCellEditor
Construct an integer cell renderer with given min and max values.
IntegerCellEditor() - Constructor for class de.jaret.util.ui.table.editor.IntegerCellEditor
Default construcor.
internalRefresh(Object) - Method in class de.jaret.util.ui.table.JaretTableViewer
 
IPropColAccessor - Interface in de.jaret.util.ui.table.model
Interface describing an accessor to be used together with the PropCol.
IRow - Interface in de.jaret.util.ui.table.model
Row interface for rows used with jaret table models.
IRowFilter - Interface in de.jaret.util.ui.table.filter
A simple row filter for the jaret table.
IRowSorter - Interface in de.jaret.util.ui.table.model
A comparator for IRow to be set on the table.
isCellSelectionAllowed() - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
 
isCellSelectionAllowed() - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
isColumnResizeAllowed() - Method in class de.jaret.util.ui.table.JaretTable
 
isDisplayed(IRow) - Method in class de.jaret.util.ui.table.JaretTable
Check whether a row is currently displayed.
isDisplayed(IColumn) - Method in class de.jaret.util.ui.table.JaretTable
Check whether a column is currently displayed.
isEditable() - Method in class de.jaret.util.ui.table.model.AbstractColumn
Deafult: cols are aditable.
isEditable(IRow) - Method in class de.jaret.util.ui.table.model.AbstractColumn
Default: delegate to isEditable.
isEditable(IRow, IColumn) - Method in class de.jaret.util.ui.table.model.AbstractJaretTableModel
Check whether a cell is editable.
isEditable() - Method in class de.jaret.util.ui.table.model.HierarchyColumn
Deafult: cols are aditable.
isEditable() - Method in interface de.jaret.util.ui.table.model.IColumn
Check whether the column can be edited.
isEditable(IRow) - Method in interface de.jaret.util.ui.table.model.IColumn
Check whether a a specific cell of the column can be edited.
isEditable(IRow, IColumn) - Method in interface de.jaret.util.ui.table.model.IJaretTableModel
Check whether a cell is editable.
isEditable() - Method in class de.jaret.util.ui.table.model.IndexColumn
Deafult: cols are aditable.
isEditable(IRow) - Method in class de.jaret.util.ui.table.model.IndexColumn
Default: delegate to isEditable.
isEditable() - Method in class de.jaret.util.ui.table.model.PropCol
Deafult: cols are aditable.
isEditing() - Method in class de.jaret.util.ui.table.JaretTable
Check whether editing of a cell is in progress.
isEmpty() - Method in interface de.jaret.util.ui.table.model.IJaretTableSelection
Check if something is selected.
isEmpty() - Method in class de.jaret.util.ui.table.model.JaretTableSelectionImpl
Check if something is selected.
isExpanded(ITableNode) - Method in class de.jaret.util.ui.table.model.DefaultHierarchicalTableViewState
Check whether a node is expanded.
isExpanded(ITableNode) - Method in interface de.jaret.util.ui.table.model.IHierarchicalTableViewState
Check whether a node is expanded.
isFullColumnSelectionAllowed() - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
Check whether full column selection is allowed.
isFullColumnSelectionAllowed() - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
Check whether full column selection is allowed.
isFullRowSelectionAllowed() - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
Check whether full row selection is allowed.
isFullRowSelectionAllowed() - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
Check whether full row selection is allowed.
isHeaderResizeAllowed() - Method in class de.jaret.util.ui.table.JaretTable
 
isHierarchyColumn(IRow, IColumn) - Method in class de.jaret.util.ui.table.JaretTable
Determine whether the column is the hierrarchy column.
isHierarchyColumn(IColumn) - Method in class de.jaret.util.ui.table.JaretTable
Check whether a column is the hierarchy column.
isInActiveArea(IRow, Rectangle, int, int) - Method in interface de.jaret.util.ui.table.renderer.IHierarchyRenderer
Should return true if a click on the coordinates x,y should toggle expanded state.
isInActiveArea(IRow, Rectangle, int, int) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
Should return true if a click on the coordinates x,y should toggle expanded state.
isInCommentMarkerArea(Rectangle, int, int, int) - Method in class de.jaret.util.ui.table.renderer.CellRendererBase
Check whether a position is in the area of the commetn marker.
isInResult(IRow) - Method in class de.jaret.util.ui.table.filter.DefaultAutoFilter
Check whether the row is in the resulting list of rows.
isInResult(IRow) - Method in interface de.jaret.util.ui.table.filter.IRowFilter
Check whether the row is in the resulting list of rows.
isLabelProperty(Object, String) - Method in class de.jaret.util.ui.table.editor.ObjectComboEditor.ToStringLabelProvider
isLabelProperty(Object, String) - Method in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction.ColTableLabelProvider
isMultipleSelectionAllowed() - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
Retrieve allowance for multiple elements selectable.
isMultipleSelectionAllowed() - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
Retrieve allowance for multiple elements selectable.
isOnlyRowSelectionAllowed() - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
Check whether only row selection is allowed.
isOnlyRowSelectionAllowed() - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
Check whether only row selection is allowed.
isRealModification(Object, Object) - Method in class de.jaret.util.ui.table.model.PropCol
Check whether there is a real modification between two (possible null) objects.
isRowResizeAllowed() - Method in class de.jaret.util.ui.table.JaretTable
 
isSelected(IRow, IColumn) - Method in class de.jaret.util.ui.table.JaretTable
Convenience method to check whether a certain cell is selected.
isSortingClick(Rectangle, IColumn, int, int) - Method in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
Check whether a click hits the area reserved for sorting indication.
isSortingClick(Rectangle, IColumn, int, int) - Method in interface de.jaret.util.ui.table.renderer.ITableHeaderRenderer
Check whether a click hits the area reserved for sorting indication.
isSupportFillDragging() - Method in class de.jaret.util.ui.table.JaretTable
Retrieve whether fill dragging is activated.
IStyleStrategy - Interface in de.jaret.util.ui.table.renderer
Interface for a strategy that can be added to a cell style provider to determine styles on the fly based on the content of the element (such as coloring the background of even rows).
isVisible(ITableNode) - Method in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
Check whether a node is visible.
ITableFocusListener - Interface in de.jaret.util.ui.table.model
Interface for listeners listening to the focus move on a jaret table.
ITableHeaderRenderer - Interface in de.jaret.util.ui.table.renderer
Interface describing a header renderer for the jaret table.
ITableNode - Interface in de.jaret.util.ui.table.model
Interface describing a table row in a hierarchy of rows.
ITableNodeListener - Interface in de.jaret.util.ui.table.model
Interface for listening on jaret table nodes in a hierarchical model.
ITableViewState - Interface in de.jaret.util.ui.table.model
View state of a jaret table.
ITableViewState.ColumnResizeMode - Enum in de.jaret.util.ui.table.model
Enumeration for the possible resize behaviours: NONE: resize will only have an effect on the resized column SUBSEQUENT: resize will take/give the space from the next visible column (unless minwidth is reached) ALLSUBSEQUENT: resize will take/give the space from all following visible columns (unless minwidth of those is reached) ALL: width is interpreted as a weight; all columns will be resized Recommended mode is NONE since the other modes result in heavy redraw activity.
ITableViewState.HAlignment - Enum in de.jaret.util.ui.table.model
 
ITableViewState.RowHeightMode - Enum in de.jaret.util.ui.table.model
Enumeration for the row height mode of a table row.
ITableViewState.VAlignment - Enum in de.jaret.util.ui.table.model
 
ITableViewStateListener - Interface in de.jaret.util.ui.table.model
Interface for listening to changes on the viewstate.

J

JaretTable - Class in de.jaret.util.ui.table
Custom drawn table widget for the SWT Toolkit.
JaretTable(Composite, int) - Constructor for class de.jaret.util.ui.table.JaretTable
Constructor for a new JaretTable widget.
JaretTable.ColInfo - Class in de.jaret.util.ui.table
Simple struct for storing column information.
JaretTable.ColInfo(IColumn, int, int) - Constructor for class de.jaret.util.ui.table.JaretTable.ColInfo
Construct a col info instance.
JaretTable.RowComparator - Class in de.jaret.util.ui.table
Comparator based on the sorting settings of the columns.
JaretTable.RowComparator() - Constructor for class de.jaret.util.ui.table.JaretTable.RowComparator
Construct it.
JaretTable.RowInfo - Class in de.jaret.util.ui.table
Simple struct for storing row information.
JaretTable.RowInfo(IRow, int, int, boolean) - Constructor for class de.jaret.util.ui.table.JaretTable.RowInfo
Construct a row info instance.
JaretTableActionFactory - Class in de.jaret.util.ui.table.util.action
Utility ActionFactory for the jaret table, producing actions for some common tasks to accomodate on a jaret table.
JaretTableActionFactory() - Constructor for class de.jaret.util.ui.table.util.action.JaretTableActionFactory
 
JaretTableCellImpl - Class in de.jaret.util.ui.table.model
Implementation of the IJaretTableCell.
JaretTableCellImpl(IRow, IColumn) - Constructor for class de.jaret.util.ui.table.model.JaretTableCellImpl
Construct a table cell instance.
JaretTablePrintConfiguration - Class in de.jaret.util.ui.table.print
Simple structure to control the printing using the JaretTablePrinter.
JaretTablePrintConfiguration(String, boolean, double) - Constructor for class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
JaretTablePrintConfiguration() - Constructor for class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
JaretTablePrintDialog - Class in de.jaret.util.ui.table.print
Simple print dialog for a jaret table.
JaretTablePrintDialog(Shell, String, JaretTablePrinter, JaretTablePrintConfiguration) - Constructor for class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
JaretTablePrinter - Class in de.jaret.util.ui.table
Print utility for the jaret table.
JaretTablePrinter(Printer, JaretTable) - Constructor for class de.jaret.util.ui.table.JaretTablePrinter
 
JaretTableSelectionImpl - Class in de.jaret.util.ui.table.model
Implementation of the JaretTableSelection.
JaretTableSelectionImpl() - Constructor for class de.jaret.util.ui.table.model.JaretTableSelectionImpl
 
JaretTableSelectionModelImpl - Class in de.jaret.util.ui.table.model
Implementation of the JaretTableSelectionModel.
JaretTableSelectionModelImpl() - Constructor for class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
 
JaretTableViewer - Class in de.jaret.util.ui.table
JFace Structured viewer for the jaret table (minimal implementation).
JaretTableViewer(JaretTable) - Constructor for class de.jaret.util.ui.table.JaretTableViewer
 

L

LabelProviderRenderer - Class in de.jaret.util.ui.table.renderer
Cell renderer rendering an object using an ILabelProvider (uses text only).
LabelProviderRenderer(Printer) - Constructor for class de.jaret.util.ui.table.renderer.LabelProviderRenderer
Construct a label provider renderer for a printer.
LabelProviderRenderer() - Constructor for class de.jaret.util.ui.table.renderer.LabelProviderRenderer
Construct a label provider renderer.

M

moreSiblings(ITableNode, int) - Method in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
Check whether more siblings exist for a given node on a given level.

N

nodeAdded(ITableNode, ITableNode) - Method in interface de.jaret.util.ui.table.model.ITableNodeListener
Called when a node has been added.
nodeAdded(ITableNode, ITableNode) - Method in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
Called when a node has been added.
nodeExpanded(ITableNode) - Method in interface de.jaret.util.ui.table.model.IHierarchicalTableViewStateListener
Node has been expanded.
nodeExpanded(ITableNode) - Method in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
Node has been expanded.
nodeFolded(ITableNode) - Method in interface de.jaret.util.ui.table.model.IHierarchicalTableViewStateListener
Node has been folded/collapsed.
nodeFolded(ITableNode) - Method in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
Node has been folded/collapsed.
nodeRemoved(ITableNode, ITableNode) - Method in interface de.jaret.util.ui.table.model.ITableNodeListener
Called whenever a node is removed.
nodeRemoved(ITableNode, ITableNode) - Method in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
Called whenever a node is removed.

O

ObjectComboEditor - Class in de.jaret.util.ui.table.editor
Editor using a ComboBox for selecting one of several objects supplied to the editor at creation time.
ObjectComboEditor(List<? extends Object>, ILabelProvider, boolean, String) - Constructor for class de.jaret.util.ui.table.editor.ObjectComboEditor
Construct a new ObjectComboEditor with a list of selectabel Objects and an ILabelprovider.
ObjectComboEditor.ToStringLabelProvider - Class in de.jaret.util.ui.table.editor
Simple Labelprovider just using the toString method of any supplied object.
ObjectComboEditor.ToStringLabelProvider() - Constructor for class de.jaret.util.ui.table.editor.ObjectComboEditor.ToStringLabelProvider
 
ObjectImageRenderer - Class in de.jaret.util.ui.table.renderer
CellRenderer rendering object instances (i.e. enums) to images.
ObjectImageRenderer(Printer) - Constructor for class de.jaret.util.ui.table.renderer.ObjectImageRenderer
 
ObjectImageRenderer() - Constructor for class de.jaret.util.ui.table.renderer.ObjectImageRenderer
 
okPressed() - Method in class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
OptimizeAllRowHeightsAction - Class in de.jaret.util.ui.table.util.action
Action that registers all rows of the model for optimization of the row height.
OptimizeAllRowHeightsAction(JaretTable) - Constructor for class de.jaret.util.ui.table.util.action.OptimizeAllRowHeightsAction
Construct the action.
optimizeHeight(IRow) - Method in class de.jaret.util.ui.table.JaretTable
Register a row for height optimization in the next redrwa (redraw triggered by this method).
optimizeHeight(List<IRow>) - Method in class de.jaret.util.ui.table.JaretTable
Register a list of rows for heigt optimization.
OptimizeRowHeightAction - Class in de.jaret.util.ui.table.util.action
Action that registers all selected rows for optimization of their respective heights.
OptimizeRowHeightAction(JaretTable) - Constructor for class de.jaret.util.ui.table.util.action.OptimizeRowHeightAction
 

P

paint(GC, int, int) - Method in class de.jaret.util.ui.table.JaretTable
The main paint method.
paste() - Method in class de.jaret.util.ui.table.JaretTable
Do a paste operation.
paste(JaretTable) - Method in class de.jaret.util.ui.table.strategies.DefaultCCPStrategy
Paste pastes textual context starting at the focussed cell (does not use the selection by now).
paste(JaretTable) - Method in interface de.jaret.util.ui.table.strategies.ICCPStrategy
Do the paste operation.
pixelForCmX(double) - Method in class de.jaret.util.ui.table.JaretTablePrinter
 
pixelForCmY(double) - Method in class de.jaret.util.ui.table.JaretTablePrinter
 
print(JaretTablePrintConfiguration) - Method in class de.jaret.util.ui.table.JaretTablePrinter
 
PropCol - Class in de.jaret.util.ui.table.model
Column implementation for the jaret table using reflection (getPropName, setPropName) to retrieve the column value.
PropCol(String, String, String, Class<?>, IPropColAccessor) - Constructor for class de.jaret.util.ui.table.model.PropCol
Construct the column.
PropCol(String, String, String, Class<?>) - Constructor for class de.jaret.util.ui.table.model.PropCol
Construct the column.
PropCol(String, String, String) - Constructor for class de.jaret.util.ui.table.model.PropCol
Construct the column.
propertyChange(PropertyChangeEvent) - Method in class de.jaret.util.ui.table.JaretTable
The table eitselflistens for prop changes of the rowSorter and the rowFilter.
propertyChange(PropertyChangeEvent) - Method in class de.jaret.util.ui.table.model.PropListeningTableModel
Evry change will trigger row changed.
propertyChange(PropertyChangeEvent) - Method in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
propertyChange(PropertyChangeEvent) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Listens to all styles and fires style changed for every location a style is used in.
PROPERTYNAME_AUTOFILTERENABLE - Static variable in class de.jaret.util.ui.table.JaretTable
name of the bound property.
PROPERTYNAME_FILTERING - Static variable in class de.jaret.util.ui.table.JaretTable
Pseudo propertyname on which property change is fired whenever the filtering changes.
PROPERTYNAME_FIRSTROWIDX - Static variable in class de.jaret.util.ui.table.JaretTable
name of the bound property.
PROPERTYNAME_FIRSTROWPIXELOFFSET - Static variable in class de.jaret.util.ui.table.JaretTable
name of the bound property.
PROPERTYNAME_HEADERHEIGHT - Static variable in class de.jaret.util.ui.table.JaretTable
name of the bound property.
PROPERTYNAME_ROWFILTER - Static variable in class de.jaret.util.ui.table.JaretTable
name of the bound property.
PROPERTYNAME_ROWSORTER - Static variable in class de.jaret.util.ui.table.JaretTable
name of the bound property.
PROPERTYNAME_SORTING - Static variable in class de.jaret.util.ui.table.JaretTable
Pseudo propertyname on which property change is fired whenever the sorting changes.
PropListeningTableModel - Class in de.jaret.util.ui.table.model
Extension of the DefaultJaretTableModel registering itself as a property change listener on each row.
PropListeningTableModel() - Constructor for class de.jaret.util.ui.table.model.PropListeningTableModel
 

R

registerAutoFilterForClass(Class<?>, Class<? extends IAutoFilter>) - Method in class de.jaret.util.ui.table.JaretTable
Register an autofilter implementing class to be used on columns that announce a specific content class.
registerAutoFilterForColumn(IColumn, Class<? extends IAutoFilter>) - Method in class de.jaret.util.ui.table.JaretTable
Regsiter an autofilter implementing class for use with a specific column.
registerCellEditor(Class<?>, ICellEditor) - Method in class de.jaret.util.ui.table.JaretTable
Register a cell editor for objects of class clazz.
registerCellEditor(IColumn, ICellEditor) - Method in class de.jaret.util.ui.table.JaretTable
Register a cell editor for a column.
registerCellRenderer(Class<?>, ICellRenderer) - Method in class de.jaret.util.ui.table.JaretTable
Register a cell renderer for rendering objects of class clazz.
registerCellRenderer(IColumn, ICellRenderer) - Method in class de.jaret.util.ui.table.JaretTable
Register a cell renderer for a column.
remCell(IJaretTableCell) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelection
Remove a cell from the selection.
remCell(IJaretTableCell) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionImpl
Remove a cell from the selection.
remCellStyleListener(ICellStyleListener) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Remove a cell sytle listener.
remCellStyleListener(ICellStyleListener) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Remove a cell sytle listener.
remColumn(IColumn) - Method in class de.jaret.util.ui.table.model.DefaultJaretTableModel
Remove a column from the model.
remColumn(IColumn) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelection
Remove column from the selection.
remColumn(IColumn) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionImpl
Remove column from the selection.
remColumnListener(IColumnListener) - Method in class de.jaret.util.ui.table.model.AbstractColumn
Remove a column listener.
remColumnListener(IColumnListener) - Method in interface de.jaret.util.ui.table.model.IColumn
Remove a column listener.
remHierarchicalViewStateListener(IHierarchicalTableViewStateListener) - Method in class de.jaret.util.ui.table.model.DefaultHierarchicalTableViewState
Remove a view state listener.
remHierarchicalViewStateListener(IHierarchicalTableViewStateListener) - Method in interface de.jaret.util.ui.table.model.IHierarchicalTableViewState
Remove a view state listener.
remNode(ITableNode) - Method in class de.jaret.util.ui.table.model.AbstractTableNode
Remove a node.
remNode(ITableNode) - Method in interface de.jaret.util.ui.table.model.ITableNode
Remove a child node.
removeJaretTableModelListener(IJaretTableModelListener) - Method in class de.jaret.util.ui.table.model.AbstractJaretTableModel
Remove a listener on the model.
removeJaretTableModelListener(IJaretTableModelListener) - Method in interface de.jaret.util.ui.table.model.IJaretTableModel
Remove a listener on the model.
removeListener(ILabelProviderListener) - Method in class de.jaret.util.ui.table.editor.ObjectComboEditor.ToStringLabelProvider
removeListener(ILabelProviderListener) - Method in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction.ColTableLabelProvider
removePropertyChangeListener(PropertyChangeListener) - Method in class de.jaret.util.ui.table.JaretTable
removeSelectionChangedListener(ISelectionChangedListener) - Method in class de.jaret.util.ui.table.util.AbstractSelectionProvider
removeTableNodeListener(ITableNodeListener) - Method in class de.jaret.util.ui.table.model.AbstractTableNode
Remove a listener registered for node changes.
removeTableNodeListener(ITableNodeListener) - Method in interface de.jaret.util.ui.table.model.ITableNode
Remove a listener registered for node changes.
removeTableSelectionModelListener(IJaretTableSelectionModelListener) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
Remove a listener.
removeTableSelectionModelListener(IJaretTableSelectionModelListener) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
Remove a listener.
removeTableViewStateListener(ITableViewStateListener) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Remove a listener from the viewstate.
removeTableViewStateListener(ITableViewStateListener) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Remove a listener from the viewstate.
remRow(IRow) - Method in class de.jaret.util.ui.table.model.DefaultJaretTableModel
Remove row from the model.
remRow(IRow) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelection
Remove row from selection.
remRow(IRow) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionImpl
Remove row from selection.
remRow(IRow) - Method in class de.jaret.util.ui.table.model.PropListeningTableModel
Remove row from the model.
remSelectedCell(IJaretTableCell) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
Remove a cell from the selection.
remSelectedCell(IJaretTableCell) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
Remove a cell from the selection.
remSelectedColumn(IColumn) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
Remove a column from the selection.
remSelectedColumn(IColumn) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
Remove a column from the selection.
remSelectedRow(IRow) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
Remove a row from the selection.
remSelectedRow(IRow) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
Remove a row from the selection.
remTableFocusListener(ITableFocusListener) - Method in class de.jaret.util.ui.table.JaretTable
Remove a registered listener.
RendererBase - Class in de.jaret.util.ui.table.renderer
Base implementation for renderers that support both screen and printer rendering.
RendererBase(Printer) - Constructor for class de.jaret.util.ui.table.renderer.RendererBase
May be constructed without printer (supplying null).
reset() - Method in class de.jaret.util.ui.table.filter.DefaultAutoFilter
Remove any selection (usually revert to a setting that filters nothing).
reset() - Method in interface de.jaret.util.ui.table.filter.IAutoFilter
Remove any selection (usually revert to a setting that filters nothing).
resizable - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState.ColumnConfiguration
resize allowance.
restoreGCAttributes(GC) - Method in class de.jaret.util.ui.table.renderer.RendererBase
Helper method to restore attribute values saved with saveGCAttributes.
reveal(Object) - Method in class de.jaret.util.ui.table.JaretTableViewer
 
row - Variable in class de.jaret.util.ui.table.JaretTable.RowInfo
row reference.
rowAdded(int, IRow) - Method in class de.jaret.util.ui.table.JaretTable
Called when a row has been added to the model.
rowAdded(int, IRow) - Method in interface de.jaret.util.ui.table.model.IJaretTableModelListener
Called when a row has been added to the model.
rowChanged(IRow) - Method in class de.jaret.util.ui.table.JaretTable
Called if there has been a change in the row data.
rowChanged(IRow) - Method in interface de.jaret.util.ui.table.model.IJaretTableModelListener
Called if there has been a change in the row data.
rowForY(int) - Method in class de.jaret.util.ui.table.JaretTable
Retrieve the row corresponding to a specified y coordinate.
rowHeight - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState.RowConfiguration
actual row height.
rowHeightChanged(IRow, int) - Method in class de.jaret.util.ui.table.JaretTable
Height of row changed.
rowHeightChanged(IRow, int) - Method in interface de.jaret.util.ui.table.model.ITableViewStateListener
Height of row changed.
rowHeightModeChanged(IRow, ITableViewState.RowHeightMode) - Method in class de.jaret.util.ui.table.JaretTable
Row height mode changed.
rowHeightModeChanged(IRow, ITableViewState.RowHeightMode) - Method in interface de.jaret.util.ui.table.model.ITableViewStateListener
Row height mode changed.
rowRemoved(IRow) - Method in class de.jaret.util.ui.table.JaretTable
Called when a row has been removed from the model.
rowRemoved(IRow) - Method in interface de.jaret.util.ui.table.model.IJaretTableModelListener
Called when a row has been removed from the model.
rowSelectionAdded(IRow) - Method in class de.jaret.util.ui.table.JaretTable
Called whenever a row has been added to a selection.
rowSelectionAdded(IRow) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModelListener
Called whenever a row has been added to a selection.
rowSelectionAdded(IRow) - Method in class de.jaret.util.ui.table.util.AbstractSelectionProvider
Called whenever a row has been added to a selection.
rowSelectionRemoved(IRow) - Method in class de.jaret.util.ui.table.JaretTable
Called whenever a row has been removed from the selection.
rowSelectionRemoved(IRow) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModelListener
Called whenever a row has been removed from the selection.
rowSelectionRemoved(IRow) - Method in class de.jaret.util.ui.table.util.AbstractSelectionProvider
Called whenever a row has been removed from the selection.
run() - Method in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction
run() - Method in class de.jaret.util.ui.table.util.action.OptimizeAllRowHeightsAction
call optimize height for all rows of the table.
run() - Method in class de.jaret.util.ui.table.util.action.OptimizeRowHeightAction
 

S

saveGCAttributes(GC) - Method in class de.jaret.util.ui.table.renderer.RendererBase
Helper method saving several GC attributes to loal variables.
scaleX(int) - Method in class de.jaret.util.ui.table.JaretTablePrinter
 
scaleX(int) - Method in class de.jaret.util.ui.table.renderer.RendererBase
Scale an x coordinate/size from screen to printer.
scaleY(int) - Method in class de.jaret.util.ui.table.JaretTablePrinter
 
scaleY(int) - Method in class de.jaret.util.ui.table.renderer.RendererBase
Scale an y coordinate/size from screen to printer.
SCREEN_DPI_X - Static variable in class de.jaret.util.ui.table.renderer.RendererBase
constant for scaling: screen resolution x.
SCREEN_DPI_Y - Static variable in class de.jaret.util.ui.table.renderer.RendererBase
constant for scaling: screen resolution y.
scrollToVisible(IRow, IColumn) - Method in class de.jaret.util.ui.table.JaretTable
Scroll the addressed cell so, that is it completely visible.
selectAll() - Method in class de.jaret.util.ui.table.JaretTable
Select all cells by selectiong all displayed (not filtered) columns.
SELECTIONCOLOR - Static variable in class de.jaret.util.ui.table.renderer.CellRendererBase
selection color for overlay (non printing only).
setAlignment(DefaultTableHeaderRenderer.Alignment) - Method in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
Set the alignment for the header label (not used when rotated).
setAllowSorting(boolean) - Method in class de.jaret.util.ui.table.JaretTable
Set the global allowance for sorting.
setAutoFilterEnable(boolean) - Method in class de.jaret.util.ui.table.JaretTable
Set the enabled state for the autofilter.
setBackground(IRow, RGB) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Convenience method for setting the background of a row.
setBackground(IColumn, RGB) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Convenience method for setting the background of a column.
setBackground(IRow, IColumn, RGB) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Convenience method for setting the background of a cell.
setBackground(IRow, RGB) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Convenience method for setting the background of a row.
setBackground(IColumn, RGB) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Convenience method for setting the background of a column.
setBackground(IRow, IColumn, RGB) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Convenience method for setting the background of a cell.
setBackgroundColor(RGB) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyle
 
setBackgroundColor(RGB) - Method in interface de.jaret.util.ui.table.renderer.ICellStyle
Set the background color.
setBackgroundRGB(RGB) - Method in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
Set the background rgb value.
setBorderBottom(int) - Method in class de.jaret.util.ui.table.renderer.DefaultBorderConfiguration
 
setBorderColor(RGB) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyle
Set the border color.
setBorderColor(RGB) - Method in interface de.jaret.util.ui.table.renderer.ICellStyle
Set the border color.
setBorderConfiguration(IBorderConfiguration) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyle
Set the border configuration.
setBorderConfiguration(IBorderConfiguration) - Method in interface de.jaret.util.ui.table.renderer.ICellStyle
Set the border configuration.
setBorderLeft(int) - Method in class de.jaret.util.ui.table.renderer.DefaultBorderConfiguration
 
setBorderRight(int) - Method in class de.jaret.util.ui.table.renderer.DefaultBorderConfiguration
 
setBorderTop(int) - Method in class de.jaret.util.ui.table.renderer.DefaultBorderConfiguration
 
setCcpStrategy(ICCPStrategy) - Method in class de.jaret.util.ui.table.JaretTable
Set the strategy to perform cut, copy, paste operations.
setCellSelectionAllowed(boolean) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
Set allowance for single cell selections.
setCellSelectionAllowed(boolean) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
Set allowance for single cell selections.
setCellStyle(IRow, IColumn, ICellStyle) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Set the cell style to use for a specific cell.
setCellStyle(IRow, IColumn, ICellStyle) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Set the cell style to use for a specific cell.
setCellStyleProvider(ICellStyleProvider) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
setColLimit(int) - Method in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
setColLimit(int) - Method in class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
setColumn(IColumn) - Method in class de.jaret.util.ui.table.filter.AbstractAutoFilter
Tell the autofilter on which column it works.
setColumn(IColumn) - Method in interface de.jaret.util.ui.table.filter.IAutoFilter
Tell the autofilter on which column it works.
setColumnCellStyle(IColumn, ICellStyle) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Set the cell style for a column.
setColumnCellStyle(IColumn, ICellStyle) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Set the cell style for a column.
setColumnResizeAllowed(boolean) - Method in class de.jaret.util.ui.table.JaretTable
Set whether column resizing is allowed.
setColumnResizeMode(ITableViewState.ColumnResizeMode) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
 
setColumnResizeMode(ITableViewState.ColumnResizeMode) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Set the mode to use when the size of a column changes.
setColumnResizingAllowed(IColumn, boolean) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Set whether resizing a column is allowed.
setColumnResizingAllowed(IColumn, boolean) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Set whether resizing a column is allowed.
setColumnVisible(IColumn, boolean) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Set the visibility of a column.
setColumnVisible(String, boolean) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Set the visibility of a column.
setColumnVisible(IColumn, boolean) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Set the visibility of a column.
setColumnVisible(String, boolean) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Set the visibility of a column.
setColumnWidth(IColumn, int) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Set the width of a column.
setColumnWidth(IColumn, int) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Set the width of a column.
setDateformat(DateFormat) - Method in class de.jaret.util.ui.table.renderer.DateCellRenderer
Set the dateformat used for text transformation.
setDefaultCellStyle(ICellStyle) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Set the default cell style that is used whenever no specific style has been set for a cell, column or row.
setDefaultCellStyle(ICellStyle) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Set the default cell style that is used whenever no specific style has been set for a cell, column or row.
setDisplayHeader(boolean) - Method in class de.jaret.util.ui.table.model.HierarchyColumn
 
setDrawBorder(boolean) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
setDrawBox(boolean) - Method in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
Set whether the header should be drawn boxed.
setDrawFUllSelection(boolean) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
setDrawHeader(boolean) - Method in class de.jaret.util.ui.table.JaretTable
If set to true, the header row will be drawn.
setDrawIcons(boolean) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
setDrawLabels(boolean) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
setDrawTree(boolean) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
setEditable(boolean) - Method in class de.jaret.util.ui.table.model.PropCol
Set whether the column should be editable.
setExcludeFixedRowsFromSorting(boolean) - Method in class de.jaret.util.ui.table.JaretTable
If set to true, fixed rows are exluded from sorting.
setExcludeRootNode(boolean) - Method in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
Set whether the rot node should be excluded in the display.
setExpanded(ITableNode, boolean) - Method in class de.jaret.util.ui.table.model.DefaultHierarchicalTableViewState
Set the expanded state for a single node.
setExpanded(ITableNode, boolean) - Method in interface de.jaret.util.ui.table.model.IHierarchicalTableViewState
Set the expanded state for a single node.
setExpandedRecursive(ITableNode, boolean) - Method in class de.jaret.util.ui.table.model.DefaultHierarchicalTableViewState
Set the expanded state for a node and all of it's children.
setExpandedRecursive(ITableNode, boolean) - Method in interface de.jaret.util.ui.table.model.IHierarchicalTableViewState
Set the expanded state for a node and all of it's children.
setFillDragStrategy(IFillDragStrategy) - Method in class de.jaret.util.ui.table.JaretTable
Set the strategy used when perfoming a fill drag.
setFirstRow(int, int) - Method in class de.jaret.util.ui.table.JaretTable
Set the first row displayed.
setFixedColumns(int) - Method in class de.jaret.util.ui.table.JaretTable
Set the numerb of fixed columns.
setFixedRows(int) - Method in class de.jaret.util.ui.table.JaretTable
Set the number of rows to be fixed (excluded from scrolling and autofiltering; optionally from sorting).
setFocus() - Method in class de.jaret.util.ui.table.JaretTable
will get call to transfer focus to the table.
setFont(FontData) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyle
 
setFont(IRow, FontData) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Convenience method for setting the font.
setFont(IColumn, FontData) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Convenience method for setting the font.
setFont(IRow, IColumn, FontData) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Convenience method for setting the font.
setFont(FontData) - Method in interface de.jaret.util.ui.table.renderer.ICellStyle
Set the font.
setFont(IRow, FontData) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Convenience method for setting the font.
setFont(IColumn, FontData) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Convenience method for setting the font.
setFont(IRow, IColumn, FontData) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Convenience method for setting the font.
setFontData(FontData) - Method in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
Set the fontdata for the font to render the header.
setFooterText(String) - Method in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
setForeground(IRow, RGB) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Convenience method for setting the foreground of a row.
setForeground(IColumn, RGB) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Convenience method for setting the foreground of a column.
setForeground(IRow, IColumn, RGB) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Convenience method for setting the foreground of a cell.
setForeground(IRow, RGB) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Convenience method for setting the foreground of a row.
setForeground(IColumn, RGB) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Convenience method for setting the foreground of a column.
setForeground(IRow, IColumn, RGB) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Convenience method for setting the foreground of a cell.
setForegroundColor(RGB) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyle
 
setForegroundColor(RGB) - Method in interface de.jaret.util.ui.table.renderer.ICellStyle
Set the foreground color.
setFullColumnSelectionAllowed(boolean) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
Set the allowance for full column selection.
setFullColumnSelectionAllowed(boolean) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
Set the allowance for full column selection.
setFullRowSelectionAllowed(boolean) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
Set the allowance for full row selection.
setFullRowSelectionAllowed(boolean) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
Set the allowance for full row selection.
setHeaderContextMenu(Menu) - Method in class de.jaret.util.ui.table.JaretTable
Set a context menu to be displayed on the header area.
setHeaderHeight(int) - Method in class de.jaret.util.ui.table.JaretTable
Set the header drawing height.
setHeaderLabel(String) - Method in class de.jaret.util.ui.table.model.HierarchyColumn
 
setHeaderLabel(String) - Method in class de.jaret.util.ui.table.model.simple.SimpleColumn
Allow setting of the header label.
setHeaderLabel(int, String) - Method in class de.jaret.util.ui.table.model.simple.SimpleJaretTableModel
Set the header label for a column.
setHeaderRenderer(ITableHeaderRenderer) - Method in class de.jaret.util.ui.table.JaretTable
Set a header renderer.
setHeaderResizeAllowed(boolean) - Method in class de.jaret.util.ui.table.JaretTable
 
setHorizontalAlignment(ITableViewState.HAlignment) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyle
Set the horizontal alignment.
setHorizontalAlignment(IRow, ITableViewState.HAlignment) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Convenience method for setting the horizontal alignment.
setHorizontalAlignment(IColumn, ITableViewState.HAlignment) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Convenience method for setting the horizontal alignment.
setHorizontalAlignment(IRow, IColumn, ITableViewState.HAlignment) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Convenience method for setting the horizontal alignment.
setHorizontalAlignment(ITableViewState.HAlignment) - Method in interface de.jaret.util.ui.table.renderer.ICellStyle
Set the horizontal alignment.
setHorizontalAlignment(IRow, ITableViewState.HAlignment) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Convenience method for setting the horizontal alignment.
setHorizontalAlignment(IColumn, ITableViewState.HAlignment) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Convenience method for setting the horizontal alignment.
setHorizontalAlignment(IRow, IColumn, ITableViewState.HAlignment) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Convenience method for setting the horizontal alignment.
setIncludeHeadersInCopy(boolean) - Method in class de.jaret.util.ui.table.strategies.DefaultCCPStrategy
Set includeHeaders: if set to true in copy and cut context the headline (=col headers) labels will be included.
setISelection(ISelection) - Method in class de.jaret.util.ui.table.util.AbstractSelectionProvider
Override this method to set a selection on the table based on an ISelection.
setISelection(ISelection) - Method in class de.jaret.util.ui.table.util.DefaultSelectionProvider
Override this method to set a selection on the table based on an ISelection.
setLabelProvider(ILabelProvider) - Method in class de.jaret.util.ui.table.renderer.LabelProviderRenderer
Set the label provider to be used by the renderer.
setLabelProvider(ILabelProvider) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
setLevel(int) - Method in class de.jaret.util.ui.table.model.AbstractTableNode
Tell the node it's level.
setLevel(int) - Method in interface de.jaret.util.ui.table.model.ITableNode
Tell the node it's level.
setLevelWidth(int) - Method in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
setMax(int) - Method in class de.jaret.util.ui.table.renderer.BarCellRenderer
 
setMaxrows(int) - Method in class de.jaret.util.ui.table.editor.TextCellEditor
 
setMin(int) - Method in class de.jaret.util.ui.table.renderer.BarCellRenderer
 
setMinimalColWidth(int) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Set the minimum col width.
setMinimalColWidth(int) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Set the minimum col width.
setMinimalRowHeight(int) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Set the minimal row height.
setMinimalRowHeight(int) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Set the minimal row height.
setMultiLine(boolean) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyle
 
setMultiLine(boolean) - Method in interface de.jaret.util.ui.table.renderer.ICellStyle
 
setMultipleSelectionAllowed(boolean) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
Set the allowance for multiple selection.
setMultipleSelectionAllowed(boolean) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
Set the allowance for multiple selection.
setName(String) - Method in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
setNumberFormat(NumberFormat) - Method in class de.jaret.util.ui.table.renderer.DoubleCellRenderer
Set number format used for text conversion.
setOnlyRowSelectionAllowed(boolean) - Method in interface de.jaret.util.ui.table.model.IJaretTableSelectionModel
If set to true only row selection is allowed.
setOnlyRowSelectionAllowed(boolean) - Method in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
If set to true only row selection is allowed.
setOptimizeScrolling(boolean) - Method in class de.jaret.util.ui.table.JaretTable
Set whether to use optimized scrolling by copying content.
setPrinter(Printer) - Method in class de.jaret.util.ui.table.JaretTablePrinter
 
setRepeatHeader(boolean) - Method in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
setResizeRestriction(boolean) - Method in class de.jaret.util.ui.table.JaretTable
If set to true resizing of columns will only be allowed in the header area.
setRotation(int) - Method in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
Set the rotation of the header text.
setRowCellStyle(IRow, ICellStyle) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Set the cell style for a row.
setRowCellStyle(IRow, ICellStyle) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Set the cell style for a row.
setRowContextMenu(Menu) - Method in class de.jaret.util.ui.table.JaretTable
Set a context menu to be displayed on rows.
setRowFilter(IRowFilter) - Method in class de.jaret.util.ui.table.JaretTable
Set a row filter on the table.
setRowHeight(IRow, int) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Set the height of a row.
setRowHeight(int) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Set the row height for ALL rows.
setRowHeight(IRow, int) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Set the height of a row.
setRowHeight(int) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Set the row height for ALL rows.
setRowHeightMode(IRow, ITableViewState.RowHeightMode) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Set the row height mode for a specific row.
setRowHeightMode(ITableViewState.RowHeightMode) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Set the row heigth mode for all rows and the mode to use as the default for new rows.
setRowHeightMode(IRow, ITableViewState.RowHeightMode) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Set the row height mode for a specific row.
setRowHeightMode(ITableViewState.RowHeightMode) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Set the row heigth mode for all rows and the mode to use as the default for new rows.
setRowLimit(int) - Method in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
setRowLimit(int) - Method in class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
setRowResizeAllowed(boolean) - Method in class de.jaret.util.ui.table.JaretTable
 
setRowSorter(IRowSorter) - Method in class de.jaret.util.ui.table.JaretTable
Set a row sorter.
setScale(double) - Method in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
setSelection(ISelection) - Method in class de.jaret.util.ui.table.util.AbstractSelectionProvider
setSelectionModel(IJaretTableSelectionModel) - Method in class de.jaret.util.ui.table.JaretTable
Set the selection model to be used by the table.
setSelectionToWidget(List, boolean) - Method in class de.jaret.util.ui.table.JaretTableViewer
 
setSortedColumns(List<IColumn>) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Set the order of the columns.
setSortedColumns(List<IColumn>) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Set the order of the columns.
setSorting(IColumn) - Method in class de.jaret.util.ui.table.model.DefaultTableViewState
Handle the slection of a column for sorting (handle a click).
setSorting(IColumn) - Method in interface de.jaret.util.ui.table.model.ITableViewState
Handle the slection of a column for sorting (handle a click).
setStyleStrategy(IStyleStrategy) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Set a style strategy to be involved when delivering styles.
setStyleStrategy(IStyleStrategy) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Set a style strategy to be involved when delivering styles.
setSupportFillDragging(boolean) - Method in class de.jaret.util.ui.table.JaretTable
Set fill drag activation.
setSupportSorting(boolean) - Method in class de.jaret.util.ui.table.model.PropCol
Set whether the column should support sorting.
setTable(JaretTable) - Method in class de.jaret.util.ui.table.filter.AbstractAutoFilter
Tell the autofilter which table he serves.
setTable(JaretTable) - Method in interface de.jaret.util.ui.table.filter.IAutoFilter
Tell the autofilter which table he serves.
setTable(JaretTable) - Method in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction
Set the table to operate on.
setTableModel(IJaretTableModel) - Method in class de.jaret.util.ui.table.JaretTable
Set a table model to be displayed by the jaret table.
setTableModel(IHierarchicalJaretTableModel) - Method in class de.jaret.util.ui.table.JaretTable
Set a hierarchical table model.
setTableViewState(ITableViewState) - Method in class de.jaret.util.ui.table.JaretTable
Set a TableViewState.
setValue(int, int, Object) - Method in class de.jaret.util.ui.table.JaretTable
Convenience method for setting a value at a displayed position in the table.
setValue(IRow, IColumn, Object) - Method in class de.jaret.util.ui.table.model.AbstractJaretTableModel
Set the value of a particular cell.
setValue(IRow, Object) - Method in class de.jaret.util.ui.table.model.HierarchyColumn
Set the value of the coloumn for a given row.
setValue(IRow, Object) - Method in interface de.jaret.util.ui.table.model.IColumn
Set the value of the coloumn for a given row.
setValue(IRow, IColumn, Object) - Method in interface de.jaret.util.ui.table.model.IJaretTableModel
Set the value of a particular cell.
setValue(IRow, Object) - Method in class de.jaret.util.ui.table.model.IndexColumn
Set the value of the coloumn for a given row.
setValue(Object, Object) - Method in interface de.jaret.util.ui.table.model.IPropColAccessor
Set a value on the base object.
setValue(IRow, Object) - Method in class de.jaret.util.ui.table.model.PropCol
Set the value of the coloumn for a given row.
setValue(IRow, Object) - Method in class de.jaret.util.ui.table.model.simple.SimpleColumn
Set the value of the coloumn for a given row.
setValueAt(int, int, Object) - Method in class de.jaret.util.ui.table.model.simple.SimpleJaretTableModel
Set a value.
setVerticalAlignment(ITableViewState.VAlignment) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyle
Set the vertical alignemnt.
setVerticalAlignment(IRow, ITableViewState.VAlignment) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Convenience method for setting the vertical alignment.
setVerticalAlignment(IColumn, ITableViewState.VAlignment) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Convenience method for setting the vertical alignment.
setVerticalAlignment(IRow, IColumn, ITableViewState.VAlignment) - Method in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
Convenience method for setting the vertical alignment.
setVerticalAlignment(ITableViewState.VAlignment) - Method in interface de.jaret.util.ui.table.renderer.ICellStyle
Set the vertical alignemnt.
setVerticalAlignment(IRow, ITableViewState.VAlignment) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Convenience method for setting the vertical alignment.
setVerticalAlignment(IColumn, ITableViewState.VAlignment) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Convenience method for setting the vertical alignment.
setVerticalAlignment(IRow, IColumn, ITableViewState.VAlignment) - Method in interface de.jaret.util.ui.table.renderer.ICellStyleProvider
Convenience method for setting the vertical alignment.
SIGNINSETS - Variable in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
SimpleColumn - Class in de.jaret.util.ui.table.model.simple
Simple implementation of a column for use in the SimpleJaretTableModel.
SimpleColumn(int, SimpleJaretTableModel) - Constructor for class de.jaret.util.ui.table.model.simple.SimpleColumn
Construct a column.
SimpleJaretTableModel - Class in de.jaret.util.ui.table.model.simple
Imlpementation of a very simple table model for the jaret table.
SimpleJaretTableModel() - Constructor for class de.jaret.util.ui.table.model.simple.SimpleJaretTableModel
 
SimpleRow - Class in de.jaret.util.ui.table.model.simple
Simple row implementation based on it's index, used as a marker in the SimpleJaretTableModel.
SimpleRow(int) - Constructor for class de.jaret.util.ui.table.model.simple.SimpleRow
Constructor.
SIZE - Variable in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
size of the plus/minus signs.
SmileyCellRenderer - Class in de.jaret.util.ui.table.renderer
Fun renderer rendering an integer as a smiley.
SmileyCellRenderer(Printer) - Constructor for class de.jaret.util.ui.table.renderer.SmileyCellRenderer
 
SmileyCellRenderer() - Constructor for class de.jaret.util.ui.table.renderer.SmileyCellRenderer
 
SORTINGAREAINDICATORWIDTH - Static variable in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
width reserved for the sorting area.
sortingChanged() - Method in class de.jaret.util.ui.table.JaretTable
Called when the sorting order for rows indicated on columns changed.
sortingChanged() - Method in interface de.jaret.util.ui.table.model.ITableViewStateListener
Called when the sorting order for rows indicated on columns changed.
sortingDirection - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState.ColumnConfiguration
sorting direction if sorting.
sortingPosition - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState.ColumnConfiguration
position in sorting.
startEditing(IRow, IColumn, char) - Method in class de.jaret.util.ui.table.JaretTable
Start editing of a specified cell if it is editable.
StdHierarchicalTableModel - Class in de.jaret.util.ui.table.model
Implementation of a "normal" jaret table model based on a hierarchical jaret table model.
StdHierarchicalTableModel(IHierarchicalJaretTableModel, IHierarchicalTableViewState) - Constructor for class de.jaret.util.ui.table.model.StdHierarchicalTableModel
Construct a new stdhierarchical table model for a viewstate and a hierarchical model.
stopEditing(boolean) - Method in class de.jaret.util.ui.table.editor.BooleanCellEditor
End editing.
stopEditing(boolean) - Method in class de.jaret.util.ui.table.editor.DateCellEditor
End editing.
stopEditing(boolean) - Method in class de.jaret.util.ui.table.editor.DoubleCellEditor
End editing.
stopEditing(boolean) - Method in class de.jaret.util.ui.table.editor.EnumComboEditor
End editing.
stopEditing(boolean) - Method in interface de.jaret.util.ui.table.editor.ICellEditor
End editing.
stopEditing(boolean) - Method in class de.jaret.util.ui.table.editor.IntegerCellEditor
End editing.
stopEditing(boolean) - Method in class de.jaret.util.ui.table.editor.ObjectComboEditor
End editing.
stopEditing(boolean) - Method in class de.jaret.util.ui.table.editor.TextCellEditor
End editing.
stopEditing(boolean) - Method in class de.jaret.util.ui.table.JaretTable
Stop editing if in progress.
storeValue(IRow, IColumn) - Method in class de.jaret.util.ui.table.editor.DoubleCellEditor
Store the value in the model.
storeValue(IRow, IColumn) - Method in class de.jaret.util.ui.table.editor.IntegerCellEditor
 
storeValue(IRow, IColumn) - Method in class de.jaret.util.ui.table.editor.TextCellEditor
 
supportsSorting() - Method in class de.jaret.util.ui.table.model.HierarchyColumn
Check whether the column supports sorting.
supportsSorting() - Method in interface de.jaret.util.ui.table.model.IColumn
Check whether the column supports sorting.
supportsSorting() - Method in class de.jaret.util.ui.table.model.IndexColumn
Check whether the column supports sorting.
supportsSorting() - Method in class de.jaret.util.ui.table.model.PropCol
Check whether the column supports sorting.
supportsSorting() - Method in class de.jaret.util.ui.table.model.simple.SimpleColumn
Check whether the column supports sorting.

T

tableDataChanged() - Method in class de.jaret.util.ui.table.JaretTable
All table data has been invalidated.
tableDataChanged() - Method in interface de.jaret.util.ui.table.model.IJaretTableModelListener
All table data has been invalidated.
tableFocusChanged(JaretTable, IRow, IColumn) - Method in interface de.jaret.util.ui.table.model.ITableFocusListener
Focus has been moved or has been initially set.
TableHierarchyRenderer - Class in de.jaret.util.ui.table.renderer
A renderer for rendering the hierarchy (as a tree) of a hierarchical tree model.
TableHierarchyRenderer(Printer) - Constructor for class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
Create the renderer for a printer device.
TableHierarchyRenderer() - Constructor for class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
Create the renderer for use with the display.
TEXT_FILTER_ALL - Static variable in class de.jaret.util.ui.table.filter.DefaultAutoFilter
text: to be externalized.
TEXT_FILTER_EMPTY - Static variable in class de.jaret.util.ui.table.filter.DefaultAutoFilter
text: to be externalized.
TEXT_FILTER_NONEMPTY - Static variable in class de.jaret.util.ui.table.filter.DefaultAutoFilter
text: to be externalized.
TextCellEditor - Class in de.jaret.util.ui.table.editor
Cell Editor for editing strings.
TextCellEditor(boolean) - Constructor for class de.jaret.util.ui.table.editor.TextCellEditor
 
TextCellRenderer - Class in de.jaret.util.ui.table.renderer
TextCellRenderer for the jaret table.
TextCellRenderer(Printer) - Constructor for class de.jaret.util.ui.table.renderer.TextCellRenderer
Create a text cell renderer for printing.
TextCellRenderer() - Constructor for class de.jaret.util.ui.table.renderer.TextCellRenderer
Create a text cell renderer for display.
toString() - Method in class de.jaret.util.ui.table.renderer.DefaultBorderConfiguration
Produces a string that can be passed to the constructor as a csv string.

U

UNCHECKED - Static variable in class de.jaret.util.ui.table.renderer.BooleanCellRenderer
key for unchecked image in registry.
UP - Static variable in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
key for uowards arrow.
update() - Method in class de.jaret.util.ui.table.filter.DefaultAutoFilter
Update/create the control and internal state.
update() - Method in interface de.jaret.util.ui.table.filter.IAutoFilter
Update/create the control and internal state.
updateColumnList() - Method in class de.jaret.util.ui.table.JaretTable
Update the internal column list.
updateScrollBars() - Method in class de.jaret.util.ui.table.JaretTable
Update the scrollbars.
updateYScrollBar() - Method in class de.jaret.util.ui.table.JaretTable
Update the vertical scrollbar if present.

V

valueChanged(IRow, IColumn, Object, Object) - Method in interface de.jaret.util.ui.table.model.IColumnListener
Called when a value in a column changed.
valueOf(String) - Static method in enum de.jaret.util.ui.table.model.ITableViewState.ColumnResizeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.jaret.util.ui.table.model.ITableViewState.HAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.jaret.util.ui.table.model.ITableViewState.RowHeightMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.jaret.util.ui.table.model.ITableViewState.VAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer.Alignment
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.jaret.util.ui.table.model.ITableViewState.ColumnResizeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.jaret.util.ui.table.model.ITableViewState.HAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.jaret.util.ui.table.model.ITableViewState.RowHeightMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.jaret.util.ui.table.model.ITableViewState.VAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer.Alignment
Returns an array containing the constants of this enum type, in the order they are declared.
VERTICAL_ALIGNMENT - Static variable in interface de.jaret.util.ui.table.renderer.ICellStyle
property name.
visible - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState.ColumnConfiguration
true when visible.

W

WHITERGB - Static variable in class de.jaret.util.ui.table.renderer.CellRendererBase
default background color.
widgetDefaultSelected(SelectionEvent) - Method in class de.jaret.util.ui.table.filter.DefaultAutoFilter
widgetSelected(SelectionEvent) - Method in class de.jaret.util.ui.table.filter.DefaultAutoFilter
Inform everyone the filter changed.
width - Variable in class de.jaret.util.ui.table.JaretTable.ColInfo
actual width of the column.

X

x - Variable in class de.jaret.util.ui.table.JaretTable.ColInfo
begin x coordinate.

Y

y - Variable in class de.jaret.util.ui.table.JaretTable.RowInfo
beginning y coordinate.

_

_accessor - Variable in class de.jaret.util.ui.table.model.PropCol
optional accessor.
_actionMap - Variable in class de.jaret.util.ui.table.util.action.JaretTableActionFactory
 
_alignment - Variable in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
Alignment: default left.
_allowFixedColumns - Variable in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction
if true fixed columns can be shifted or changed in visibility.
_allowNull - Variable in class de.jaret.util.ui.table.editor.ObjectComboEditor
if true allow null as a possible selection.
_allowSorting - Variable in class de.jaret.util.ui.table.JaretTable
global flag for allowing sorting of the table.
_autoFilter - Variable in class de.jaret.util.ui.table.JaretTable
Instance of the interbal RowFilter that makes up the autofilter.
_autoFilterClassMap - Variable in class de.jaret.util.ui.table.JaretTable
map containing the autofilter classes to use for dedicated content classes.
_autoFilterColumnMap - Variable in class de.jaret.util.ui.table.JaretTable
map containing teh autofiletr classes to use for specified columns.
_autoFilterEnabled - Variable in class de.jaret.util.ui.table.JaretTable
if true autofilters are enabled and present.
_autoFilterMap - Variable in class de.jaret.util.ui.table.JaretTable
map containing the actual instantiated autofilters for the different columns.
_autoFilterRect - Variable in class de.jaret.util.ui.table.JaretTable
Rectangle the autofilter elements (combos) are placed.
_backgroundColor - Variable in class de.jaret.util.ui.table.renderer.DefaultCellStyle
background color as RGB (no color ressource here).
_backgroundRGB - Variable in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
background rgb value.
_barColor - Variable in class de.jaret.util.ui.table.renderer.BarCellRenderer
color for rendering.
_bgColor - Variable in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
allocated background color.
_borderBottom - Variable in class de.jaret.util.ui.table.JaretTablePrinter
 
_borderBottom - Variable in class de.jaret.util.ui.table.renderer.DefaultBorderConfiguration
bottom border.
_borderColor - Variable in class de.jaret.util.ui.table.renderer.DefaultCellStyle
border color as RGB (no color ressource here).
_borderConfiguration - Variable in class de.jaret.util.ui.table.renderer.DefaultCellStyle
the border configuraion.
_borderLeft - Variable in class de.jaret.util.ui.table.JaretTablePrinter
 
_borderLeft - Variable in class de.jaret.util.ui.table.renderer.DefaultBorderConfiguration
left border.
_borderRight - Variable in class de.jaret.util.ui.table.JaretTablePrinter
 
_borderRight - Variable in class de.jaret.util.ui.table.renderer.DefaultBorderConfiguration
right border.
_borderTop - Variable in class de.jaret.util.ui.table.JaretTablePrinter
borders in cm.
_borderTop - Variable in class de.jaret.util.ui.table.renderer.DefaultBorderConfiguration
top border.
_ccpStrategy - Variable in class de.jaret.util.ui.table.JaretTable
Strategy for handling cut copy paste.
_cellMap - Variable in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
map combintaion storing the style of a cell .
_cells - Variable in class de.jaret.util.ui.table.model.JaretTableSelectionImpl
selected cells.
_cellSelectioAllowed - Variable in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
true for allowance of single cell selection.
_cellStyleProvider - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState
the cell style provider used.
_checkedRscName - Variable in class de.jaret.util.ui.table.renderer.BooleanCellRenderer
rsc name for the checked state.
_children - Variable in class de.jaret.util.ui.table.model.AbstractTableNode
list of the chikdren of the node.
_chkBoxViewer - Variable in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction
checkbox table viewer used to display the columns.
_chooser - Variable in class de.jaret.util.ui.table.editor.DateCellEditor
chooser component.
_colCellEditorMap - Variable in class de.jaret.util.ui.table.JaretTable
cell editor map for columns.
_colCellRendererMap - Variable in class de.jaret.util.ui.table.JaretTable
cell renderer map for columns.
_colClassEditorMap - Variable in class de.jaret.util.ui.table.JaretTable
cell editor map for classes.
_colClassRendererMap - Variable in class de.jaret.util.ui.table.JaretTable
cell renderer map for classes.
_colConfigurations - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState
map of column configurations.
_colInfoCache - Variable in class de.jaret.util.ui.table.JaretTable
column information cache.
_colLimit - Variable in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
_cols - Variable in class de.jaret.util.ui.table.JaretTable
List of columns actually displayed.
_cols - Variable in class de.jaret.util.ui.table.model.DefaultJaretTableModel
columns.
_cols - Variable in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
the list of columns.
_column - Variable in class de.jaret.util.ui.table.editor.CellEditorBase
member storing the last requested column.
_column - Variable in class de.jaret.util.ui.table.filter.AbstractAutoFilter
column of the autofilter.
_column - Variable in class de.jaret.util.ui.table.model.JaretTableCellImpl
the column.
_columnMap - Variable in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
map storing the column cell styles.
_columnResizeMode - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState
The colummn resize mode used by the table.
_columns - Variable in class de.jaret.util.ui.table.model.JaretTableSelectionImpl
selected columns.
_combo - Variable in class de.jaret.util.ui.table.editor.EnumComboEditor
combobox widget.
_combo - Variable in class de.jaret.util.ui.table.editor.ObjectComboEditor
combox widget.
_combo - Variable in class de.jaret.util.ui.table.filter.DefaultAutoFilter
control used for the filter -> coombobox.
_commentColor - Variable in class de.jaret.util.ui.table.renderer.TextCellRenderer
color of the comment marker.
_configuration - Variable in class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
_contentClass - Variable in class de.jaret.util.ui.table.model.PropCol
content class if specified directly.
_dateformat - Variable in class de.jaret.util.ui.table.renderer.DateCellRenderer
dateformat used to format the date to text.
_defaultCellStyle - Variable in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
the default cell style.
_defaultCellStyleAlignRight - Variable in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
the default cell style aligned right.
_defaultColumnWidth - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState
 
_defaultRowHeight - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState
 
_defaultRowHeightMode - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState
Default row height mode for new rows.
_doubleField - Variable in class de.jaret.util.ui.table.editor.DoubleCellEditor
doublefield managing the input.
_dragMarkerRect - Variable in class de.jaret.util.ui.table.JaretTable
cache for the drag marker location.
_drawBorder - Variable in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
_drawBox - Variable in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
true if the header box should be drawn.
_drawFullSelection - Variable in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
_drawHeader - Variable in class de.jaret.util.ui.table.JaretTable
if true headers will be drawn.
_drawIcons - Variable in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
_drawLabels - Variable in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
_drawTree - Variable in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
_editable - Variable in class de.jaret.util.ui.table.model.PropCol
true if the column is editable.
_editor - Variable in class de.jaret.util.ui.table.JaretTable
cell editor used to edit a cell. will be nun null when editiing.
_editorControl - Variable in class de.jaret.util.ui.table.JaretTable
control of the editor.
_editorRow - Variable in class de.jaret.util.ui.table.JaretTable
row that is edited.
_excludeFixedRowsFromSorting - Variable in class de.jaret.util.ui.table.JaretTable
if true fixed rows will not be affected by sorting operations.
_excludeRootNode - Variable in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
 
_expandedStatesMap - Variable in class de.jaret.util.ui.table.model.DefaultHierarchicalTableViewState
map holding the node expanded states.
_fillDragStrategy - Variable in class de.jaret.util.ui.table.JaretTable
fill drag strategy
_firstCellSelectX - Variable in class de.jaret.util.ui.table.JaretTable
 
_firstCellSelectY - Variable in class de.jaret.util.ui.table.JaretTable
 
_firstColIdx - Variable in class de.jaret.util.ui.table.JaretTable
Index of the first row displayed.
_firstColPixelOffset - Variable in class de.jaret.util.ui.table.JaretTable
pixel offset of the firs displayed column.
_firstColSelectIdx - Variable in class de.jaret.util.ui.table.JaretTable
first col selected in drag.
_firstKeySelect - Variable in class de.jaret.util.ui.table.JaretTable
first cell idx selected by shift-arrow.
_firstRowIdx - Variable in class de.jaret.util.ui.table.JaretTable
Index of the first row displayed (may be only a half display).
_firstRowPixelOffset - Variable in class de.jaret.util.ui.table.JaretTable
Pixel offset of the display of the first row.
_firstRowSelectIdx - Variable in class de.jaret.util.ui.table.JaretTable
first row selected in drag.
_fixedColRect - Variable in class de.jaret.util.ui.table.JaretTable
Rectangle in which the fixed columns will be painted.
_fixedColumns - Variable in class de.jaret.util.ui.table.JaretTable
number of fixed columns.
_fixedRowRect - Variable in class de.jaret.util.ui.table.JaretTable
Rectangle in which the fixed rows will be painted.
_fixedRows - Variable in class de.jaret.util.ui.table.JaretTable
number of fixed rows.
_focussedColumn - Variable in class de.jaret.util.ui.table.JaretTable
column of the focussed cell or null.
_focussedRow - Variable in class de.jaret.util.ui.table.JaretTable
row of the focussed cell or null.
_font - Variable in class de.jaret.util.ui.table.renderer.DefaultCellStyle
the font data to use (no font ressource here).
_font - Variable in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
font when aquired.
_fontData - Variable in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
FOntadat of the font to use.
_footerHeight - Variable in class de.jaret.util.ui.table.JaretTablePrinter
 
_footerText - Variable in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
_foregroundColor - Variable in class de.jaret.util.ui.table.renderer.DefaultCellStyle
foreground color as RGB (no color ressource here).
_fullColumnSelectionAllowed - Variable in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
true for allowance of full column selection.
_fullRowSelectionAllowed - Variable in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
true for allowance of full row selection.
_hAlignment - Variable in class de.jaret.util.ui.table.renderer.DefaultCellStyle
horizontal alignement.
_headerContextMenu - Variable in class de.jaret.util.ui.table.JaretTable
context menu used on table headers.
_headerDragged - Variable in class de.jaret.util.ui.table.JaretTable
true if the header height is beeing dragged.
_headerHeight - Variable in class de.jaret.util.ui.table.JaretTable
height of the headers.
_headerLabel - Variable in class de.jaret.util.ui.table.model.IndexColumn
haeder label for the column.
_headerLabel - Variable in class de.jaret.util.ui.table.model.PropCol
header label string.
_headerRect - Variable in class de.jaret.util.ui.table.JaretTable
Rectangle the headers are painted in.
_headerRenderer - Variable in class de.jaret.util.ui.table.JaretTable
Renderer used to render the headers.
_headerRenderer - Variable in class de.jaret.util.ui.table.JaretTablePrinter
 
_heightDraggedRowInfo - Variable in class de.jaret.util.ui.table.JaretTable
currently dragged row (dragging height).
_hierarchicalModel - Variable in class de.jaret.util.ui.table.JaretTable
hierarchical table model if used.
_hModel - Variable in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
the hierarchical model this "normal" model maps.
_hvs - Variable in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
the hierarchical viewstate responsible for node visibility.
_id - Variable in class de.jaret.util.ui.table.model.PropCol
id string.
_imageRegistry - Variable in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
 
_inset - Variable in class de.jaret.util.ui.table.renderer.CellRendererBase
cell inset used by the convenience methods.
_isFillDrag - Variable in class de.jaret.util.ui.table.JaretTable
marker flag for drag operation: fill drag.
_itemList - Variable in class de.jaret.util.ui.table.editor.ObjectComboEditor
object list for selection.
_items - Variable in class de.jaret.util.ui.table.editor.EnumComboEditor
list of selectable items in the combobox.
_keyMap - Variable in class de.jaret.util.ui.table.renderer.ClassImageRenderer
 
_keyMap - Variable in class de.jaret.util.ui.table.renderer.ObjectImageRenderer
 
_labelProvider - Variable in class de.jaret.util.ui.table.editor.ObjectComboEditor
label provider used.
_labelProvider - Variable in class de.jaret.util.ui.table.renderer.LabelProviderRenderer
Label provider tat will be used.
_labelProvider - Variable in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
_lastCellSelectX - Variable in class de.jaret.util.ui.table.JaretTable
 
_lastCellSelectY - Variable in class de.jaret.util.ui.table.JaretTable
 
_lastColSelectIdx - Variable in class de.jaret.util.ui.table.JaretTable
last col selected in drag or as standard col selection.
_lastKeySelect - Variable in class de.jaret.util.ui.table.JaretTable
last cell idx selected by shift-arrow.
_lastRowSelectIdx - Variable in class de.jaret.util.ui.table.JaretTable
last row selected in drag.
_lastSelectType - Variable in class de.jaret.util.ui.table.JaretTable
type of the last selection, used for handling keyboard selection.
_level - Variable in class de.jaret.util.ui.table.model.AbstractTableNode
level in the hierarchy.
_levelWidth - Variable in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
 
_listeners - Variable in class de.jaret.util.ui.table.model.AbstractColumn
column listeners.
_listeners - Variable in class de.jaret.util.ui.table.model.AbstractJaretTableModel
registered listeners.
_listeners - Variable in class de.jaret.util.ui.table.model.AbstractTableNode
listeners.
_listeners - Variable in class de.jaret.util.ui.table.model.DefaultHierarchicalTableViewState
listener list.
_listeners - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState
listener list for the tableviewstate listeners.
_listeners - Variable in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
listeners to inform.
_listeners - Variable in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
the listener list.
_max - Variable in class de.jaret.util.ui.table.renderer.BarCellRenderer
max value.
_maximalColumnWidth - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState
 
_maximalRowHeight - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState
 
_min - Variable in class de.jaret.util.ui.table.renderer.BarCellRenderer
min value.
_minHeaderHeight - Variable in class de.jaret.util.ui.table.JaretTable
minimal height for the header.
_minimalColumnWidth - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState
 
_minimalRowHeight - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState
 
_model - Variable in class de.jaret.util.ui.table.JaretTable
table model.
_multi - Variable in class de.jaret.util.ui.table.editor.TextCellEditor
 
_multiLine - Variable in class de.jaret.util.ui.table.renderer.DefaultCellStyle
should allow multinline.
_multipleSelectionAllowed - Variable in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
true if multiple selection of more than one elemnt is allowed.
_name - Variable in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
_nodeMarkType - Variable in class de.jaret.util.ui.table.renderer.TableHierarchyRenderer
type of nodemarks to draw: 0 none, 1 +/-, 2 triangles.
_nullText - Variable in class de.jaret.util.ui.table.editor.ObjectComboEditor
the text displayed for null.
_numberFormat - Variable in class de.jaret.util.ui.table.renderer.DoubleCellRenderer
number format for text converson.
_oldJaretDateVal - Variable in class de.jaret.util.ui.table.editor.DateCellEditor
old JaretDate value if present.
_oldVal - Variable in class de.jaret.util.ui.table.editor.DateCellEditor
old java.util.Date val if present.
_oldVal - Variable in class de.jaret.util.ui.table.editor.DoubleCellEditor
old value for restauration.
_oldVal - Variable in class de.jaret.util.ui.table.editor.EnumComboEditor
old value.
_oldVal - Variable in class de.jaret.util.ui.table.editor.ObjectComboEditor
old value.
_onlyRowSelectionAllowed - Variable in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
true if only row selections are allowed.
_pageHeight - Variable in class de.jaret.util.ui.table.JaretTablePrinter
 
_pagesLabel - Variable in class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
_pageWidth - Variable in class de.jaret.util.ui.table.JaretTablePrinter
 
_pdatas - Variable in class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
_pIdx - Variable in class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
_printer - Variable in class de.jaret.util.ui.table.JaretTablePrinter
 
_printer - Variable in class de.jaret.util.ui.table.renderer.RendererBase
printer if used.
_printerCombo - Variable in class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
_printerData - Static variable in class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
_printers - Variable in class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
_printingRect - Variable in class de.jaret.util.ui.table.JaretTablePrinter
 
_prop - Variable in class de.jaret.util.ui.table.model.PropCol
name of the mapped property (or path separeted by dots).
_propertyChangeSupport - Variable in class de.jaret.util.ui.table.JaretTable
Delegate to handle property change listener support.
_propPath - Variable in class de.jaret.util.ui.table.model.PropCol
array of property names parsed from the property.
_repeatHeader - Variable in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
_repeatHeader - Variable in class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
_resizeRestriction - Variable in class de.jaret.util.ui.table.JaretTable
If true, resizing is only allowed in header and fixed columns (for rows) and the leftmost SELDELTA pixels of eachrow.
_root - Variable in class de.jaret.util.ui.table.model.DefaultHierarchicalTableModel
the root node.
_rotation - Variable in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
rotation of the header text.
_row - Variable in class de.jaret.util.ui.table.editor.CellEditorBase
member storing the last requested row.
_row - Variable in class de.jaret.util.ui.table.model.JaretTableCellImpl
the row.
_rowConfiguations - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState
map of row configurations.
_rowContextMenu - Variable in class de.jaret.util.ui.table.JaretTable
context menu used for rows.
_rowFilter - Variable in class de.jaret.util.ui.table.JaretTable
row filter.
_rowInfoCache - Variable in class de.jaret.util.ui.table.JaretTable
row information cache.
_rowLimit - Variable in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
_rowMap - Variable in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
map storing the row cell styles.
_rows - Variable in class de.jaret.util.ui.table.JaretTable
List of rows actually diplayed (filtered and ordered).
_rows - Variable in class de.jaret.util.ui.table.model.DefaultJaretTableModel
rows.
_rows - Variable in class de.jaret.util.ui.table.model.JaretTableSelectionImpl
selected rows.
_rows - Variable in class de.jaret.util.ui.table.model.StdHierarchicalTableModel
Current row list = list of visible nodes.
_rowSorter - Variable in class de.jaret.util.ui.table.JaretTable
row sorter.
_rowsToOptimize - Variable in class de.jaret.util.ui.table.JaretTable
list of rows that will be optimized before the next drawing using the gc at hand.
_saveOrder - Variable in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction
saved order for doing a proper cancel operation.
_saveVisibility - Variable in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction
saved visibility for the columns for proper cancel action.
_scale - Variable in class de.jaret.util.ui.table.JaretTablePrinter
 
_scale - Variable in class de.jaret.util.ui.table.print.JaretTablePrintConfiguration
 
_scaleX - Variable in class de.jaret.util.ui.table.JaretTablePrinter
 
_scaleX - Variable in class de.jaret.util.ui.table.renderer.RendererBase
x scaling for transformation beetwenn screen and printer.
_scaleY - Variable in class de.jaret.util.ui.table.JaretTablePrinter
 
_scaleY - Variable in class de.jaret.util.ui.table.renderer.RendererBase
y scaling for transformation beetwenn screen and printer.
_selection - Variable in class de.jaret.util.ui.table.model.JaretTableSelectionModelImpl
the selection data store.
_selectionChangeListeners - Variable in class de.jaret.util.ui.table.util.AbstractSelectionProvider
list of ISelection listeners
_selectionModel - Variable in class de.jaret.util.ui.table.JaretTable
selection model used by the table.
_singleClick - Variable in class de.jaret.util.ui.table.editor.BooleanCellEditor
single clickk attribute: if true react on single clicks.
_sortedColumns - Variable in class de.jaret.util.ui.table.model.DefaultTableViewState
the sorted list (for display) of columns.
_spinner - Variable in class de.jaret.util.ui.table.editor.IntegerCellEditor
spinner widgrt.
_stringItems - Variable in class de.jaret.util.ui.table.editor.ObjectComboEditor
list of items displayed.
_styleStrategy - Variable in class de.jaret.util.ui.table.renderer.DefaultCellStyleProvider
style stategy.
_supportFillDragging - Variable in class de.jaret.util.ui.table.JaretTable
configuration: support fill dragging.
_supportSorting - Variable in class de.jaret.util.ui.table.model.PropCol
true if the col should be able to sort the table.
_table - Variable in class de.jaret.util.ui.table.editor.CellEditorBase
member storing the requesting table.
_table - Variable in class de.jaret.util.ui.table.filter.AbstractAutoFilter
table of the autofilter.
_table - Variable in class de.jaret.util.ui.table.JaretTablePrinter
 
_table - Variable in class de.jaret.util.ui.table.JaretTableViewer
 
_table - Variable in class de.jaret.util.ui.table.model.IndexColumn
table the column is for.
_table - Variable in class de.jaret.util.ui.table.util.AbstractSelectionProvider
jaret table the selection provider listens to.
_table - Variable in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction
table the action is operating on.
_table - Variable in class de.jaret.util.ui.table.util.action.OptimizeAllRowHeightsAction
tbale the action has been constructed for.
_table - Variable in class de.jaret.util.ui.table.util.action.OptimizeRowHeightAction
 
_tableFocusListeners - Variable in class de.jaret.util.ui.table.JaretTable
Listz of listeners interested in changes of the focussed cell.
_tablePrinter - Variable in class de.jaret.util.ui.table.print.JaretTablePrintDialog
 
_tableRect - Variable in class de.jaret.util.ui.table.JaretTable
rectangle the main table is drawn into (withou fixedcolRect and without fixedRowRect!).
_text - Variable in class de.jaret.util.ui.table.editor.DoubleCellEditor
text control wrapped by the doublefield.
_text - Variable in class de.jaret.util.ui.table.editor.TextCellEditor
control used for editing.
_transform - Variable in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
Transformations for rotated text.
_transformInv - Variable in class de.jaret.util.ui.table.renderer.DefaultTableHeaderRenderer
inverse transformation to reset gc.
_tvs - Variable in class de.jaret.util.ui.table.JaretTable
table viewstate.
_tvs - Variable in class de.jaret.util.ui.table.util.action.ConfigureColumnsAction
the table viewstate.
_uncheckedRscName - Variable in class de.jaret.util.ui.table.renderer.BooleanCellRenderer
default rsc name for the unchecked state.
_vAlignment - Variable in class de.jaret.util.ui.table.renderer.DefaultCellStyle
vertical alignment.
_widthDraggedColumn - Variable in class de.jaret.util.ui.table.JaretTable
currently dragged (width) column or null.

A B C D E F G H I J L M N O P R S T U V W X Y _

Copyright © 2012. All Rights Reserved.