de.sciss.swingtree.tree.TreeRenderers

AbstractRenderer

abstract class AbstractRenderer[-A, C <: Component] extends Tree.Renderer[A]

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.

Linear Supertypes
Tree.Renderer[A], Tree.CellRenderer[A], Publisher, Reactor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractRenderer
  2. Renderer
  3. CellRenderer
  4. Publisher
  5. Reactor
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractRenderer(component: C)

Abstract Value Members

  1. abstract def configure(tree: Tree[_], value: A, info: CellInfo): Unit

    Configuration that is specific to the component and this renderer.

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. val companion: Tree.Renderer.type

    Definition Classes
    RendererCellRenderer
  9. val component: C

  10. def componentFor(tree: Tree[_], value: A, info: CellInfo): Component

    Configures the component before returning it.

    Configures the component before returning it.

    Definition Classes
    AbstractRendererCellRenderer
  11. def deafTo(ps: Publisher*): Unit

    Definition Classes
    Reactor
  12. def dispatchToScalaRenderer(tree: JTree, value: AnyRef, selected: Boolean, expanded: Boolean, leaf: Boolean, rowIndex: Int, focus: Boolean): JComponent

    Attributes
    protected
    Definition Classes
    Renderer
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def listenTo(ps: Publisher*): Unit

    Definition Classes
    Reactor
  20. val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }

    Attributes
    protected
    Definition Classes
    Publisher
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def peer: Peer

    By default, the peer cell renderer defers to the user's implementation of componentFor(), although this can be overridden with other TreeCellRenderer implementations.

    By default, the peer cell renderer defers to the user's implementation of componentFor(), although this can be overridden with other TreeCellRenderer implementations.

    Definition Classes
    RendererCellRenderer
  25. def preConfigure(tree: Tree[_], value: A, info: CellInfo): Unit

    Standard preconfiguration that is commonly done for any component.

  26. def publish(e: Event): Unit

    Definition Classes
    Publisher
  27. val reactions: Reactions

    Definition Classes
    Reactor
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Tree.Renderer[A]

Inherited from Tree.CellRenderer[A]

Inherited from Publisher

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

Ungrouped