|
|||||||||
| Home >> All >> org >> scopemvc >> view >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scopemvc.view.swing
Class STableTextCellEditor

java.lang.Objectjavax.swing.AbstractCellEditor
org.scopemvc.view.swing.STextCellEditor
org.scopemvc.view.swing.STableTextCellEditor
- All Implemented Interfaces:
- javax.swing.CellEditor, java.io.Serializable, javax.swing.table.TableCellEditor
- public class STableTextCellEditor
- extends STextCellEditor
- implements javax.swing.table.TableCellEditor
- extends STextCellEditor
Cell editor for STable or JTable using JTextField.
- Version:
- $Revision: 1.5 $ $Date: 2002/01/26 09:46:20 $
| Field Summary | |
private static org.apache.commons.logging.Log |
LOG
|
| Fields inherited from class org.scopemvc.view.swing.STextCellEditor |
component |
| Fields inherited from class javax.swing.AbstractCellEditor |
changeEvent, listenerList |
| Constructor Summary | |
STableTextCellEditor(java.lang.Class inClass)
|
|
STableTextCellEditor(org.scopemvc.util.convertor.StringConvertor inConvertor)
|
|
| Method Summary | |
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
Get table cell editor component |
| Methods inherited from class org.scopemvc.view.swing.STextCellEditor |
cancelCellEditing, createTextComponent, getCellEditorValue, getClickCountToStart, getStringConvertor, isCellEditable, isValidating, setClickCountToStart, setValue, stopCellEditing |
| Methods inherited from class javax.swing.AbstractCellEditor |
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener, shouldSelectCell |
| 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, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing |
| Field Detail |
LOG
private static final org.apache.commons.logging.Log LOG
| Constructor Detail |
STableTextCellEditor
public STableTextCellEditor(java.lang.Class inClass)
STableTextCellEditor
public STableTextCellEditor(org.scopemvc.util.convertor.StringConvertor inConvertor) throws java.lang.IllegalArgumentException
| Method Detail |
getTableCellEditorComponent
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
- Description copied from interface:
javax.swing.table.TableCellEditor - Get table cell editor component
- Specified by:
getTableCellEditorComponentin interfacejavax.swing.table.TableCellEditor
|
|||||||||
| Home >> All >> org >> scopemvc >> view >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC