public class DirectoryCellEditor extends AbstractCellEditor implements TableCellEditor, TableCellRenderer
changeEvent, listenerList| コンストラクタと説明 |
|---|
DirectoryCellEditor(DbConfigTableModel model,
File startingDir) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
getCellEditorValue() |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
Component |
getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column) |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingpublic DirectoryCellEditor(DbConfigTableModel model, File startingDir)
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent インタフェース内 TableCellEditorpublic Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
getTableCellRendererComponent インタフェース内 TableCellRendererpublic Object getCellEditorValue()
getCellEditorValue インタフェース内 CellEditorCopyright © 2016. All Rights Reserved.