com.ccg.swing
Class TableCellFormatEditor
java.lang.Object
javax.swing.AbstractCellEditor
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableCellFormatEditor
public TableCellFormatEditor(TextFieldFormat f)
- Initializes object to... It performs the following tasks:
- Since:
- 1.0
#see [class][#meth]|Text
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-describearg2 - 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.