Class DataStoreLayerWhereEditor
java.lang.Object
javax.swing.AbstractCellEditor
com.vividsolutions.jump.workbench.ui.plugin.datastore.DataStoreLayerWhereEditor
- All Implemented Interfaces:
ActionListener, Serializable, EventListener, CellEditor, TableCellEditor
public class DataStoreLayerWhereEditor
extends AbstractCellEditor
implements TableCellEditor, ActionListener
A resizable textArea to edit layers WHERE clause.
From Netbeans Outline examples.
- Author:
- nicolas Ribot
- See Also:
-
Field Summary
FieldsFields inherited from class AbstractCellEditor
changeEvent, listenerList -
Method Summary
Modifier and TypeMethodDescriptionvoidintgetTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) booleanvoidsetClickCountToStart(int clickCountToStart) Methods inherited from class AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener, shouldSelectCell, stopCellEditingMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CellEditor
addCellEditorListener, cancelCellEditing, removeCellEditorListener, shouldSelectCell, stopCellEditing
-
Field Details
-
clickCountToStart
protected int clickCountToStart
-
-
Method Details
-
getClickCountToStart
public int getClickCountToStart() -
setClickCountToStart
public void setClickCountToStart(int clickCountToStart) -
isCellEditable
- Specified by:
isCellEditablein interfaceCellEditor- Overrides:
isCellEditablein classAbstractCellEditor
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) - Specified by:
getTableCellEditorComponentin interfaceTableCellEditor
-
getCellEditorValue
- Specified by:
getCellEditorValuein interfaceCellEditor
-