public class DocumentCellEditor extends AbstractCellEditor implements TableCellEditor, de.cismet.connectioncontext.ConnectionContextProvider
changeEvent, listenerList| Constructor and Description |
|---|
DocumentCellEditor()
Creates a new StationTableCellEditor object.
|
DocumentCellEditor(String columnName)
Creates a new StationTableCellEditor object.
|
DocumentCellEditor(String columnName,
de.cismet.connectioncontext.ConnectionContext connectionContext)
Creates a new StationTableCellEditor object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getCellEditorValue() |
String |
getColumnName()
DOCUMENT ME!
|
de.cismet.connectioncontext.ConnectionContext |
getConnectionContext() |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingpublic DocumentCellEditor()
#setColumnName(java.lang.String) must be invoked to set the column name, this editor is used onpublic DocumentCellEditor(String columnName)
columnName - DOCUMENT ME!public DocumentCellEditor(String columnName, de.cismet.connectioncontext.ConnectionContext connectionContext)
columnName - DOCUMENT ME!connectionContext - DOCUMENT ME!public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent in interface TableCellEditorpublic Object getCellEditorValue()
getCellEditorValue in interface CellEditorpublic String getColumnName()
public de.cismet.connectioncontext.ConnectionContext getConnectionContext()
getConnectionContext in interface de.cismet.connectioncontext.ConnectionContextProviderCopyright © 2012–2026 cismet GmbH. All rights reserved.