Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » lf5 » viewer » categoryexplorer » [javadoc | source]
org.apache.log4j.lf5.viewer.categoryexplorer
public class: CategoryAbstractCellEditor [javadoc | source]
java.lang.Object
   org.apache.log4j.lf5.viewer.categoryexplorer.CategoryAbstractCellEditor

All Implemented Interfaces:
    TableCellEditor, TreeCellEditor

Direct Known Subclasses:
    CategoryNodeEditor

CategoryAbstractCellEditor. Base class to handle the some common details of cell editing.
Field Summary
protected  EventListenerList _listenerList     
protected  Object _value     
protected  ChangeEvent _changeEvent     
protected  int _clickCountToStart     
Method from org.apache.log4j.lf5.viewer.categoryexplorer.CategoryAbstractCellEditor Summary:
addCellEditorListener,   cancelCellEditing,   fireEditingCanceled,   fireEditingStopped,   getCellEditorValue,   getClickCountToStart,   getTableCellEditorComponent,   getTreeCellEditorComponent,   isCellEditable,   removeCellEditorListener,   setCellEditorValue,   setClickCountToStart,   shouldSelectCell,   stopCellEditing
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.lf5.viewer.categoryexplorer.CategoryAbstractCellEditor Detail:
 public  void addCellEditorListener(CellEditorListener l) 
 public  void cancelCellEditing() 
 protected  void fireEditingCanceled() 
 protected  void fireEditingStopped() 
 public Object getCellEditorValue() 
 public int getClickCountToStart() 
 public Component getTableCellEditorComponent(JTable table,
    Object value,
    boolean isSelected,
    int row,
    int column) 
 public Component getTreeCellEditorComponent(JTree tree,
    Object value,
    boolean isSelected,
    boolean expanded,
    boolean leaf,
    int row) 
 public boolean isCellEditable(EventObject anEvent) 
 public  void removeCellEditorListener(CellEditorListener l) 
 public  void setCellEditorValue(Object value) 
 public  void setClickCountToStart(int count) 
 public boolean shouldSelectCell(EventObject anEvent) 
 public boolean stopCellEditing()