Holger's
Java API

Uses of Class
com.antelmann.util.table.AbstractDialogCellEditor

Packages that use AbstractDialogCellEditor
com.antelmann.util.table This package provides useful additions to TableModels and contains classes to ease development with Swing tables. 
 

Uses of AbstractDialogCellEditor in com.antelmann.util.table
 

Subclasses of AbstractDialogCellEditor in com.antelmann.util.table
 class ColorDialogCellEditor
          provides a dialog to edit colors
 class DateDialogCellEditor
          provides a dialog with a MyJCalendar component for selecting the date upon edit.
 class FormDialogCellEditor<T>
          uses a FormDialog instead of a JOptionPane to support more complex editing
 class TextDialogCellEditor
          provides a dialog using a JTextComponent to edit cell values; unless a JTextField is used, a JScrollPane is automatically employed.
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads