Uses of Class
org.tbee.swing.table.DefaultCellEditor

Packages that use DefaultCellEditor
org.tbee.swing.table   
 

Uses of DefaultCellEditor in org.tbee.swing.table
 

Subclasses of DefaultCellEditor in org.tbee.swing.table
 class AbstractJComboboxEditor
          The class edits a boolean value using a checkbox (improves visualisation)
 class Boolean3Editor
          The class renders a JCheckBoxThreeState in the cell which is able to show 3 states: true, false and unknown.
 class BooleanEditor
          The class edits a boolean value using a checkbox (improves visualisation)
 class BooleanThreeEditor
          The class renders a JCheckBoxThreeState in the cell which is able to show 3 states: true, false and unknown.
 class CurrencyEditor
          Edits a currency in the currently active local
 class GenericEditor
          Extracted from javax.swing.JTable, but removed the border logic This class uses toString and the string constructor of the column class (as returned by the table model) to render and parse the value.
 class GregorianCalendarEditor
          Includes internationalization
 class IntegerRangeEditor
          Implements a cell editor that uses a formatted text field to edit Integer values.
 class NumberEditor
          Number editor, also used for percent, etc.
 class PercentEditor
           
 class StringEditor
          StringEditor with checks for a maximum length using DocumentFilterSize
 class StringWithDefaultsEditor
          The class edits a boolean value using a checkbox (improves visualisation)
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.