|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractCellEditor
org.compiere.apps.search.FindCellEditor
public final class FindCellEditor
Cell Editor.
Sequence of events:
isCellEditable
getTableCellEditor
shouldSelectCell
getCellEditorValue
A new Editor is created for editable columns.
| Field Summary |
|---|
| Fields inherited from class javax.swing.AbstractCellEditor |
|---|
changeEvent, listenerList |
| Constructor Summary | |
|---|---|
FindCellEditor(CEditor component)
Constructor for Grid |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
Action Editor - Stop Editor |
void |
dispose()
Dispose |
Object |
getCellEditorValue()
Returns the value contained in the editor |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int col)
Sets an initial value for the editor. |
boolean |
isCellEditable(EventObject anEvent)
|
boolean |
shouldSelectCell(EventObject e)
The editing cell should be selected or not |
| Methods inherited from class javax.swing.AbstractCellEditor |
|---|
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener, stopCellEditing |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.swing.CellEditor |
|---|
addCellEditorListener, cancelCellEditing, removeCellEditorListener, stopCellEditing |
| Constructor Detail |
|---|
public FindCellEditor(CEditor component)
mField - | Method Detail |
|---|
public boolean isCellEditable(EventObject anEvent)
isCellEditable in interface CellEditorisCellEditable in class AbstractCellEditoranEvent - event
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int col)
getTableCellEditorComponent in interface TableCellEditortable - value - isSelected - row - col -
public boolean shouldSelectCell(EventObject e)
shouldSelectCell in interface CellEditorshouldSelectCell in class AbstractCellEditore - event
public Object getCellEditorValue()
getCellEditorValue in interface CellEditorpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenere - eventpublic void dispose()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||