Package ca.spatial.parser
Class ExpressionEditor
java.lang.Object
javax.swing.AbstractCellEditor
ca.spatial.parser.ExpressionEditor
- All Implemented Interfaces:
ActionListener
,Serializable
,EventListener
,CellEditor
,TableCellEditor
Access a
QueryPanel
by clicking in the cell of a table- See Also:
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
doClick()
getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
boolean
isCellEditable(EventObject anEvent)
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, getCellEditorListeners, removeCellEditorListener, shouldSelectCell, stopCellEditing
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, removeCellEditorListener, shouldSelectCell, stopCellEditing
-
Constructor Details
-
ExpressionEditor
-
-
Method Details
-
isCellEditable
- Specified by:
isCellEditable
in interfaceCellEditor
- Overrides:
isCellEditable
in classAbstractCellEditor
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
getCellEditorValue
- Specified by:
getCellEditorValue
in interfaceCellEditor
-
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)- Specified by:
getTableCellEditorComponent
in interfaceTableCellEditor
-
doClick
public void doClick()
-