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

Quick Search    Search Deep

javax.swing
Class DefaultCellEditor.JComboBoxDelegate  view DefaultCellEditor.JComboBoxDelegate download DefaultCellEditor.JComboBoxDelegate.java

java.lang.Object
  extended byjavax.swing.DefaultCellEditor.EditorDelegate
      extended byjavax.swing.DefaultCellEditor.JComboBoxDelegate
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.awt.event.ItemListener, java.io.Serializable
Enclosing class:
DefaultCellEditor

private class DefaultCellEditor.JComboBoxDelegate
extends DefaultCellEditor.EditorDelegate

Provides getter and setter methods to work with the combo box.


Field Summary
private static long serialVersionUID
          Use the serial version UID for interoperability.
 
Fields inherited from class javax.swing.DefaultCellEditor.EditorDelegate
value
 
Constructor Summary
private DefaultCellEditor.JComboBoxDelegate()
           
 
Method Summary
 java.lang.Object getCellEditorValue()
          Get the value for the editor component.
 void setValue(java.lang.Object aValue)
          Set the value for the editor component.
 
Methods inherited from class javax.swing.DefaultCellEditor.EditorDelegate
actionPerformed, cancelCellEditing, fireEditingCanceled, fireEditingStopped, isCellEditable, itemStateChanged, shouldSelectCell, startCellEditing, stopCellEditing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Use the serial version UID for interoperability.

See Also:
Constant Field Values
Constructor Detail

DefaultCellEditor.JComboBoxDelegate

private DefaultCellEditor.JComboBoxDelegate()
Method Detail

setValue

public void setValue(java.lang.Object aValue)
Set the value for the editor component.

Overrides:
setValue in class DefaultCellEditor.EditorDelegate

getCellEditorValue

public java.lang.Object getCellEditorValue()
Get the value for the editor component.

Overrides:
getCellEditorValue in class DefaultCellEditor.EditorDelegate