Uses of Interface
de.jaret.util.ui.table.editor.ICellEditor

Packages that use ICellEditor
de.jaret.util.ui.table This package contains a flexible custom drawn table widget. 
de.jaret.util.ui.table.editor This package contains cell editors for the jaret table. 
 

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

Fields in de.jaret.util.ui.table declared as ICellEditor
protected  ICellEditor JaretTable._editor
          cell editor used to edit a cell. will be nun null when editiing.
 

Fields in de.jaret.util.ui.table with type parameters of type ICellEditor
protected  java.util.Map<IColumn,ICellEditor> JaretTable._colCellEditorMap
          cell editor map for columns.
protected  java.util.Map<java.lang.Class<?>,ICellEditor> JaretTable._colClassEditorMap
          cell editor map for classes.
 

Methods in de.jaret.util.ui.table with parameters of type ICellEditor
 void JaretTable.registerCellEditor(java.lang.Class<?> clazz, ICellEditor cellEditor)
          Register a cell editor for objects of class clazz.
 void JaretTable.registerCellEditor(IColumn column, ICellEditor cellEditor)
          Register a cell editor for a column.
 

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

Classes in de.jaret.util.ui.table.editor that implement ICellEditor
 class BooleanCellEditor
          BooleanCellEditor is not a real editor.
 class CellEditorBase
          Abstract base implementation for ICellEditors for the jaret table.
 class DateCellEditor
          Cell editor for editing dates using the jaret datechooser.
 class DoubleCellEditor
          Cell Editor for editing double values.
 class EnumComboEditor
          Editor for a field with an enum as type.
 class IntegerCellEditor
          Cell Editor for editing integer values using a spinner widget.
 class ObjectComboEditor
          Editor using a ComboBox for selecting one of several objects supplied to the editor at creation time.
 class TextCellEditor
          Cell Editor for editing strings.
 



Copyright © 2012. All Rights Reserved.