public class RouteTableCellEditor extends AbstractCellEditor implements TableCellEditor, de.cismet.connectioncontext.ConnectionContextProvider
changeEvent, listenerList| Constructor and Description |
|---|
RouteTableCellEditor(String routeName,
String columnName,
boolean line)
Deprecated.
|
RouteTableCellEditor(String routeName,
String columnName,
boolean line,
de.cismet.connectioncontext.ConnectionContext connectionContext)
Creates a new RouteTableCellEditor object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getCellEditorValue() |
String |
getColumnName()
DOCUMENT ME!
|
de.cismet.connectioncontext.ConnectionContext |
getConnectionContext() |
Component |
getFeatureComponent(CidsLayerFeature feature,
Object value)
This method is similar to the
getTableCellEditorComponent(JTable,Object,boolean,int,int) method. |
String |
getRouteQuery()
DOCUMENT ME!
|
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
void |
setRouteQuery(String routeQuery)
DOCUMENT ME!
|
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing@Deprecated public RouteTableCellEditor(String routeName, String columnName, boolean line)
routeName - DOCUMENT ME!columnName - DOCUMENT ME!line - DOCUMENT ME!public RouteTableCellEditor(String routeName, String columnName, boolean line, de.cismet.connectioncontext.ConnectionContext connectionContext)
routeName - DOCUMENT ME!columnName - DOCUMENT ME!line - DOCUMENT ME!connectionContext - DOCUMENT ME!public String getRouteQuery()
public void setRouteQuery(String routeQuery)
routeQuery - the routeQuery to setpublic Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent in interface TableCellEditorpublic Component getFeatureComponent(CidsLayerFeature feature, Object value)
getTableCellEditorComponent(JTable,Object,boolean,int,int) method.feature - DOCUMENT ME!value - DOCUMENT ME!public 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.