final class Wrapped[A] extends Tree.Editor[A]
Wrapper for javax.swing.tree.TreeCellEditor
s
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Wrapped
- Editor
- CellEditor
- CellEditor
- Publisher
- Reactor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Wrapped(peer: TreeCellEditor)
Type Members
- abstract class EditorPeer extends AbstractCellEditor
- Definition Classes
- CellEditor
- class TreeEditorPeer extends EditorPeer with TreeCellEditor
- Attributes
- protected
- Definition Classes
- Editor
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cancelCellEditing(): Unit
- Definition Classes
- CellEditor → CellEditor
- def cellEditable: Boolean
- Definition Classes
- CellEditor → CellEditor
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val companion: Tree.Editor.type
- Definition Classes
- Editor → CellEditor
- def componentFor(tree: Tree[_], a: A, cellInfo: CellInfo): Component
- Definition Classes
- Wrapped → CellEditor
- def deafTo(ps: Publisher*): Unit
- Definition Classes
- Reactor
- 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 fireCellEditingCancelled(): Unit
- Attributes
- protected
- Definition Classes
- CellEditor
- def fireCellEditingStopped(): Unit
- Attributes
- protected
- Definition Classes
- CellEditor
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getTreeWrapper(peerTree: JTree): Tree[A]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listenTo(ps: Publisher*): Unit
- Definition Classes
- Reactor
- def listenToPeer(p: javax.swing.CellEditor): Unit
- Attributes
- protected
- Definition Classes
- CellEditor
- val listeners: RefSet[Reaction]
- Attributes
- protected
- Definition Classes
- Publisher
- 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()
- val peer: TreeCellEditor
- Definition Classes
- Wrapped → Editor → CellEditor → CellEditor
- def publish(e: Event): Unit
- Definition Classes
- Publisher
- val reactions: Reactions
- Definition Classes
- Reactor
- def shouldSelectCell: Boolean
- Definition Classes
- CellEditor → CellEditor
- def stopCellEditing(): Boolean
- Definition Classes
- CellEditor → CellEditor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def value: A
- Definition Classes
- Wrapped → CellEditor
- 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()