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

Inner classes inherited from class com.infoteria.swing.table.ButtonTextCellEditor
ButtonTextCellEditor.JTextFieldEx
 
Fields inherited from class com.infoteria.swing.table.ButtonTextCellEditor
_text, _value
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
FilePropertyEditor()
           
FilePropertyEditor(Component parent, JFileChooser chooser)
           
FilePropertyEditor(JFileChooser chooser)
           
 
Method Summary
 Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
           
 
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 javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener, shouldSelectCell
 
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, shouldSelectCell
 

Constructor Detail

FilePropertyEditor

public FilePropertyEditor()

FilePropertyEditor

public FilePropertyEditor(JFileChooser chooser)

FilePropertyEditor

public FilePropertyEditor(Component parent,
                          JFileChooser chooser)
Method Detail

getTableCellEditorComponent

public Component getTableCellEditorComponent(JTable table,
                                             Object value,
                                             boolean isSelected,
                                             int row,
                                             int column)
Overrides:
getTableCellEditorComponent in class ButtonTextCellEditor