class DirectoryCellEditor extends DefaultCellEditor
DefaultCellEditor.EditorDelegate| Modifier and Type | Field and Description |
|---|---|
private JPanel |
editorPanel |
private static JFileChooser |
fileChooser |
private static JTextField |
textField |
private static JTree |
tree |
clickCountToStart, delegate, editorComponentchangeEvent, listenerList| Constructor and Description |
|---|
DirectoryCellEditor(JTree tree,
JFileChooser fileChooser,
JTextField textField) |
| Modifier and Type | Method and Description |
|---|---|
static JTextField |
getTextField() |
Component |
getTreeCellEditorComponent(JTree tree,
Object value,
boolean isSelected,
boolean expanded,
boolean leaf,
int row) |
boolean |
isCellEditable(EventObject event) |
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, setClickCountToStart, shouldSelectCell, stopCellEditingaddCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, removeCellEditorListenerprivate final JPanel editorPanel
private static JTextField textField
private static JTree tree
private static JFileChooser fileChooser
public DirectoryCellEditor(JTree tree, JFileChooser fileChooser, JTextField textField)
public boolean isCellEditable(EventObject event)
isCellEditable in interface CellEditorisCellEditable in class DefaultCellEditorpublic Component getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row)
getTreeCellEditorComponent in interface TreeCellEditorgetTreeCellEditorComponent in class DefaultCellEditorpublic static JTextField getTextField()
Copyright © 2007–2016 Gephi Consortium. All rights reserved.