com.jidesoft.grid
Class FolderCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
com.jidesoft.grid.AbstractJideCellEditor
com.jidesoft.grid.ContextSensitiveCellEditor
com.jidesoft.grid.AbstractComboBoxCellEditor
com.jidesoft.grid.FolderCellEditor
- All Implemented Interfaces:
- ConverterContextSupport, EditorContextSupport, JideCellEditor, ItemListener, Serializable, EventListener, CellEditor, PopupMenuListener, TableCellEditor
public class FolderCellEditor
- extends AbstractComboBoxCellEditor
CellEditor for a folder.
- See Also:
- Serialized Form
| Methods inherited from class com.jidesoft.grid.AbstractComboBoxCellEditor |
createAbstractComboBox, customizeAbstractComboBox, getCellEditorValue, getComboBox, getTableCellEditorComponent, itemStateChanged, popupMenuCanceled, popupMenuWillBecomeInvisible, popupMenuWillBecomeVisible, setCellEditorValue, setConverter, stopCellEditing |
| Methods inherited from class com.jidesoft.grid.AbstractJideCellEditor |
addValidationListener, getClickCountToStart, getDefaultErrorBehavior, getValidationListeners, isAutoStopCellEditing, isCellEditable, isPassEnterKeyToTable, removeValidationListener, setAutoStopCellEditing, setClickCountToStart, setDefaultErrorBehavior, setPassEnterKeyToTable, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTEXT
public static final EditorContext CONTEXT
FolderCellEditor
public FolderCellEditor()
- Creates a FolderCellEditor.
createAbstractComboBox
public AbstractComboBox createAbstractComboBox()
- Creates FileChooserComboBox used by the cell editor.
- Specified by:
createAbstractComboBox in class AbstractComboBoxCellEditor
- Returns:
- the FileChooserComboBox.