org.openbp.jaspira.propertybrowser
Class PropertyBrowserImpl.PropertyCellEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by org.openbp.swing.components.treetable.DefaultTableCellEditor
          extended by org.openbp.jaspira.propertybrowser.PropertyBrowserImpl.PropertyCellEditor
All Implemented Interfaces:
java.io.Serializable, javax.swing.CellEditor, javax.swing.table.TableCellEditor
Enclosing class:
PropertyBrowserImpl

public static class PropertyBrowserImpl.PropertyCellEditor
extends DefaultTableCellEditor

Cell editor for the item type properties.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.openbp.swing.components.treetable.DefaultTableCellEditor
DefaultTableCellEditor.EditorDelegate
 
Field Summary
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
PropertyBrowserImpl.PropertyCellEditor()
           
 
Method Summary
 java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
           
 
Methods inherited from class org.openbp.swing.components.treetable.DefaultTableCellEditor
cancelCellEditing, getCellEditorValue, isCellEditable, setValue, shouldSelectCell, stopCellEditing
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, 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

PropertyBrowserImpl.PropertyCellEditor

public PropertyBrowserImpl.PropertyCellEditor()
Method Detail

getTableCellEditorComponent

public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
                                                      java.lang.Object value,
                                                      boolean isSelected,
                                                      int row,
                                                      int column)
Specified by:
getTableCellEditorComponent in interface javax.swing.table.TableCellEditor
Overrides:
getTableCellEditorComponent in class DefaultTableCellEditor


Copyright © 2011. All Rights Reserved.