com.ccg.swing
Class TableCellFormatEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by com.ccg.swing.TableCellFormatEditor
All Implemented Interfaces:
Serializable, CellEditor, TableCellEditor

public class TableCellFormatEditor
extends AbstractCellEditor
implements TableCellEditor

Not ready for prime time - please ignore for now.

 class Example {
   public void main(String[] args) {
     com.ccg.swing.TableCellFormatEditor o = new com.ccg.swing.TableCellFormatEditor();
          System.out.println(o);
   }
 }
 

Since:
1.0
Version:
$Revision: 1.1 $
Author:
$Author: pkb $ #see [class][#method]|Text
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
TableCellFormatEditor(TextFieldFormat f)
          Initializes object to...
 
Method Summary
 Object getCellEditorValue()
           
 Component getTableCellEditorComponent(JTable table, Object val, boolean isSelected, int row, int col)
          One line summary...
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 
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, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

Constructor Detail

TableCellFormatEditor

public TableCellFormatEditor(TextFieldFormat f)
Initializes object to... It performs the following tasks:

Since:
1.0 #see [class][#meth]|Text
Method Detail

getTableCellEditorComponent

public Component getTableCellEditorComponent(JTable table,
                                             Object val,
                                             boolean isSelected,
                                             int row,
                                             int col)
One line summary... Describe...

Specified by:
getTableCellEditorComponent in interface TableCellEditor
Parameters:
arg1 - arg1-describe
arg2 - arg2-describe
Returns:
ret-description
Throws:
exc - Why thrown
Since:
1.0 #see [class][#meth]|Text

getCellEditorValue

public Object getCellEditorValue()
Specified by:
getCellEditorValue in interface CellEditor


Copyright 1998-1998-2006 null. All Rights Reserved.