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

Quick Search    Search Deep

org.schooltool.client.gui.widgets
Class ComboBoxCellEditor  view ComboBoxCellEditor download ComboBoxCellEditor.java

java.lang.Object
  extended byjavax.swing.AbstractCellEditor
      extended byjavax.swing.DefaultCellEditor
          extended byorg.schooltool.client.gui.widgets.ComboBoxCellEditor
All Implemented Interfaces:
javax.swing.CellEditor, java.io.Serializable, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor

class ComboBoxCellEditor
extends javax.swing.DefaultCellEditor


Nested Class Summary
 
Nested classes inherited from class javax.swing.DefaultCellEditor
javax.swing.DefaultCellEditor.EditorDelegate
 
Field Summary
 
Fields inherited from class javax.swing.DefaultCellEditor
clickCountToStart, delegate, editorComponent
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
ComboBoxCellEditor(javax.swing.JComboBox combo)
           
 
Method Summary
protected  void fireEditingStopped()
          Notifies all registered listeners that the editing of the cell has has been stopped.
 java.lang.Object getCellEditorValue()
          getCellEditorValue
 java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
          getTableCellEditorComponent
 
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, getCellEditorListeners, removeCellEditorListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, removeCellEditorListener
 

Constructor Detail

ComboBoxCellEditor

public ComboBoxCellEditor(javax.swing.JComboBox combo)
Method Detail

fireEditingStopped

protected void fireEditingStopped()
Description copied from class: javax.swing.AbstractCellEditor
Notifies all registered listeners that the editing of the cell has has been stopped.


getCellEditorValue

public java.lang.Object getCellEditorValue()
Description copied from class: javax.swing.DefaultCellEditor
getCellEditorValue


getTableCellEditorComponent

public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
                                                      java.lang.Object value,
                                                      boolean isSelected,
                                                      int row,
                                                      int column)
Description copied from class: javax.swing.DefaultCellEditor
getTableCellEditorComponent