public class StringEditor
extends javax.swing.DefaultCellEditor
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JTable |
table |
Constructor and Description |
---|
StringEditor() |
StringEditor(java.lang.String alignment) |
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column) |
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
public StringEditor()
public StringEditor(java.lang.String alignment)
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent
in interface javax.swing.table.TableCellEditor
getTableCellEditorComponent
in class javax.swing.DefaultCellEditor
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.