object Tree extends TreeRenderers with TreeEditors
- Alphabetic
- By Inheritance
- Tree
- TreeEditors
- EditableCellsCompanion
- TreeRenderers
- RenderableCellsCompanion
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait CellEditor[A] extends Publisher with scalaswingcontrib.CellEditor[A]
- Definition Classes
- EditableCellsCompanion
- trait CellEditorCompanion extends AnyRef
- Definition Classes
- EditableCellsCompanion
- trait CellRenderer[-A] extends Publisher
- Definition Classes
- RenderableCellsCompanion
- trait CellRendererCompanion extends AnyRef
- Definition Classes
- RenderableCellsCompanion
- trait JTreeMixin[A] extends AnyRef
- Attributes
- protected
- type Owner = Tree[_]
- Attributes
- protected
- Definition Classes
- TreeEditors → EditableCellsCompanion
- type Path[+A] = IndexedSeq[A]
- abstract class Editor[A] extends Tree.CellEditor[A]
A tree cell editor.
A tree cell editor.
- Definition Classes
- TreeEditors
- See also
javax.swing.tree.TreeCellEditor
- abstract class AbstractRenderer[-A, C <: Component] extends Tree.Renderer[A]
Renderer implementation where the component used in rendering is provided by the user.
Renderer implementation where the component used in rendering is provided by the user. The preconfigure() and configure() methods can be overridden to provide additional configuration.
- Definition Classes
- TreeRenderers
- class DefaultRenderer[-A] extends Label with Tree.Renderer[A]
Default renderer for a tree, with many configurable settings.
Default renderer for a tree, with many configurable settings.
- Definition Classes
- TreeRenderers
- trait Renderer[-A] extends Tree.CellRenderer[A]
Base trait of Tree cell renderers, in which the user provides the rendering component by overriding the componentFor() method.
Base trait of Tree cell renderers, in which the user provides the rendering component by overriding the componentFor() method.
- Definition Classes
- TreeRenderers
- See also
javax.swing.tree.TreeCellRenderer
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
- implicit val GenericRenderer: Renderer[Any]
A generic renderer that uses Swing's built-in renderers.
A generic renderer that uses Swing's built-in renderers. If there is no specific renderer for a type, this renderer falls back to a renderer that renders the string returned from an item's
toString
.- Definition Classes
- RenderableCellsCompanion
- val Path: IndexedSeq.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- 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()
- object LineStyle extends Enumeration
The style of lines drawn between tree nodes.
- object SelectionMode extends Enumeration
- object Editor extends Tree.CellEditorCompanion
- Definition Classes
- TreeEditors → EditableCellsCompanion
- object Renderer extends Tree.CellRendererCompanion
- Definition Classes
- TreeRenderers → RenderableCellsCompanion