|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.AbstractCellEditor com.jidesoft.grid.AbstractJideCellEditor com.jidesoft.grid.ContextSensitiveCellEditor com.jidesoft.grid.AbstractComboBoxCellEditor com.jidesoft.grid.LegacyTreeComboBoxCellEditor
public class LegacyTreeComboBoxCellEditor
This class is for any cell editor where one needs to choose value from a tree. It used TreeComboBox as the editor.
Field Summary |
---|
Fields inherited from class com.jidesoft.grid.AbstractComboBoxCellEditor |
---|
_comboBox |
Fields inherited from class com.jidesoft.grid.ContextSensitiveCellEditor |
---|
DEFAULT_CELL_EDITOR_BORDER |
Fields inherited from class com.jidesoft.grid.AbstractJideCellEditor |
---|
_clickCountToStart |
Fields inherited from class javax.swing.AbstractCellEditor |
---|
changeEvent, listenerList |
Constructor Summary | |
---|---|
LegacyTreeComboBoxCellEditor(Hashtable<?,?> objects)
Creates a new LegacyTreeComboBoxCellEditor . |
|
LegacyTreeComboBoxCellEditor(Object[] objects)
Creates a new LegacyTreeComboBoxCellEditor . |
|
LegacyTreeComboBoxCellEditor(TreeModel model)
Creates a new LegacyTreeComboBoxCellEditor . |
|
LegacyTreeComboBoxCellEditor(TreeNode root)
Creates a new LegacyTreeComboBoxCellEditor . |
|
LegacyTreeComboBoxCellEditor(TreeNode root,
boolean asksAllowsChildren)
Creates a new LegacyTreeComboBoxCellEditor . |
|
LegacyTreeComboBoxCellEditor(Vector<?> objects)
Creates a new LegacyTreeComboBoxCellEditor . |
Method Summary | |
---|---|
AbstractComboBox |
createAbstractComboBox()
Creates an AbstractComboBox or its subclass used by this cell editor. |
protected TreeComboBox |
createTreeComboBox()
Creates the tree combobox. |
Methods inherited from class com.jidesoft.grid.ContextSensitiveCellEditor |
---|
getConverter, getConverterContext, getEditorContext, getEditorStyle, getType, isUseConverterContext, setConverterContext, setEditorContext, setEditorStyle, setType, setUseConverterContext |
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 javax.swing.AbstractCellEditor |
---|
addCellEditorListener, cancelCellEditing, 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, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell |
Constructor Detail |
---|
public LegacyTreeComboBoxCellEditor(Object[] objects)
LegacyTreeComboBoxCellEditor
.
objects
- the objects in the tree modelpublic LegacyTreeComboBoxCellEditor(Vector<?> objects)
LegacyTreeComboBoxCellEditor
.
objects
- the objects in the tree modelpublic LegacyTreeComboBoxCellEditor(Hashtable<?,?> objects)
LegacyTreeComboBoxCellEditor
.
objects
- the objects in the tree modelpublic LegacyTreeComboBoxCellEditor(TreeNode root)
LegacyTreeComboBoxCellEditor
.
root
- the tree root nodepublic LegacyTreeComboBoxCellEditor(TreeNode root, boolean asksAllowsChildren)
LegacyTreeComboBoxCellEditor
.
root
- the tree root nodeasksAllowsChildren
- the flag indicating if allows childrenpublic LegacyTreeComboBoxCellEditor(TreeModel model)
LegacyTreeComboBoxCellEditor
.
model
- the tree modelMethod Detail |
---|
public AbstractComboBox createAbstractComboBox()
AbstractComboBoxCellEditor
createAbstractComboBox
in class AbstractComboBoxCellEditor
protected TreeComboBox createTreeComboBox()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |