Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.swing.DefaultCellEditor.EditorDelegate

Uses of DefaultCellEditor.EditorDelegate in javax.swing
 

Subclasses of DefaultCellEditor.EditorDelegate in javax.swing
private  class DefaultCellEditor.JCheckBoxDelegate
          Provides getter and setter methods to work with the check box.
private  class DefaultCellEditor.JComboBoxDelegate
          Provides getter and setter methods to work with the combo box.
private  class DefaultCellEditor.JTextFieldDelegate
          Provides getter and setter methods to work with the text component.
 

Fields in javax.swing declared as DefaultCellEditor.EditorDelegate
protected  DefaultCellEditor.EditorDelegate DefaultCellEditor.delegate
          The editor delegate, responsible for listening the DefaultCellEditor.editorComponent 55 events and getting/setting its value.