class TreeEditorPeer extends EditorPeer with TreeCellEditor
- Attributes
- protected
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TreeEditorPeer
- TreeCellEditor
- EditorPeer
- AbstractCellEditor
- Serializable
- CellEditor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TreeEditorPeer()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addCellEditorListener(arg0: CellEditorListener): Unit
- Definition Classes
- AbstractCellEditor → CellEditor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cancelCellEditing(): Unit
- Definition Classes
- AbstractCellEditor → CellEditor
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fireEditingCanceled(): Unit
- Attributes
- protected[swing]
- Definition Classes
- AbstractCellEditor
- def fireEditingStopped(): Unit
- Attributes
- protected[swing]
- Definition Classes
- AbstractCellEditor
- def getCellEditorListeners(): Array[CellEditorListener]
- Definition Classes
- AbstractCellEditor
- def getCellEditorValue(): AnyRef
- Definition Classes
- EditorPeer → CellEditor
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getTreeCellEditorComponent(tree: JTree, value: Any, selected: Boolean, expanded: Boolean, leaf: Boolean, rowIndex: Int): JComponent
- Definition Classes
- TreeEditorPeer → TreeCellEditor
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isCellEditable(arg0: EventObject): Boolean
- Definition Classes
- AbstractCellEditor → CellEditor
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def removeCellEditorListener(arg0: CellEditorListener): Unit
- Definition Classes
- AbstractCellEditor → CellEditor
- def shouldSelectCell(arg0: EventObject): Boolean
- Definition Classes
- AbstractCellEditor → CellEditor
- def stopCellEditing(): Boolean
- Definition Classes
- AbstractCellEditor → CellEditor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()