com.infoteria.gui.property.editor
Class FilePropertyEditor
java.lang.Object
|
+--javax.swing.AbstractCellEditor
|
+--com.infoteria.swing.table.ButtonTextCellEditor
|
+--com.infoteria.swing.table.FilePathCellEditor
|
+--com.infoteria.gui.property.editor.FilePropertyEditor
- All Implemented Interfaces:
- CellEditor, FontSupport, PropertyEditor, Serializable, TableCellEditor
- public class FilePropertyEditor
- extends com.infoteria.swing.table.FilePathCellEditor
FileプロパティのEditor。
ファイル選択ダイアログが表示されます。
- See Also:
- Serialized Form
Methods inherited from class com.infoteria.swing.table.FilePathCellEditor |
doButtonAction, getFileChooser |
Methods inherited from class com.infoteria.swing.table.ButtonTextCellEditor |
cancelCellEditing, doClick, getCellEditorValue, getClickCountToStart, getDialogTitle, getFont, getProperty, getValueAsString, isCellEditable, setCellEditorValue, setClickCountToStart, setFont, setProperty, stopCellEditing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilePropertyEditor
public FilePropertyEditor()
FilePropertyEditor
public FilePropertyEditor(JFileChooser chooser)
FilePropertyEditor
public FilePropertyEditor(Component parent,
JFileChooser chooser)
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Overrides:
getTableCellEditorComponent
in class ButtonTextCellEditor