kiwi.ui
Class PathEditor.PathListCellEditor
java.lang.Object
kiwi.ui.AbstractCellEditor
kiwi.ui.PathEditor.PathListCellEditor
- All Implemented Interfaces:
- java.awt.event.ActionListener, javax.swing.CellEditor, java.util.EventListener, javax.swing.table.TableCellEditor
- Enclosing class:
- PathEditor
- private class PathEditor.PathListCellEditor
- extends AbstractCellEditor
- implements javax.swing.table.TableCellEditor, java.awt.event.ActionListener
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, removeCellEditorListener |
jp
private KPanel jp
text
private javax.swing.JTextField text
b_browse
private javax.swing.JButton b_browse
alisteners
private java.util.Vector alisteners
row
private int row
d_select
private DirectorySelectorDialog d_select
parentFrame
private java.awt.Frame parentFrame
PathEditor.PathListCellEditor
PathEditor.PathListCellEditor()
getTableCellEditorComponent
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int columnID,
int rowIndex)
- Specified by:
getTableCellEditorComponent
in interface javax.swing.table.TableCellEditor
getCellEditorValue
public java.lang.Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface javax.swing.CellEditor
- Overrides:
getCellEditorValue
in class AbstractCellEditor
isCellEditable
public boolean isCellEditable(java.util.EventObject ev)
- Specified by:
isCellEditable
in interface javax.swing.CellEditor
- Overrides:
isCellEditable
in class AbstractCellEditor
shouldSelectCell
public boolean shouldSelectCell(java.util.EventObject evt)
- Specified by:
shouldSelectCell
in interface javax.swing.CellEditor
- Overrides:
shouldSelectCell
in class AbstractCellEditor
stopCellEditing
public boolean stopCellEditing()
- Specified by:
stopCellEditing
in interface javax.swing.CellEditor
- Overrides:
stopCellEditing
in class AbstractCellEditor
cancelCellEditing
public void cancelCellEditing()
- Specified by:
cancelCellEditing
in interface javax.swing.CellEditor
- Overrides:
cancelCellEditing
in class AbstractCellEditor
addActionListener
public void addActionListener(java.awt.event.ActionListener l)
removeActionListener
public void removeActionListener(java.awt.event.ActionListener l)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener