Packages

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
Visibility
  1. Public
  2. Protected

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: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. val companion: Tree.Renderer.type
    Definition Classes
    RendererCellRenderer
  7. val component: C
  8. def componentFor(tree: Tree[_], value: A, info: CellInfo): Component

    Configures the component before returning it.

    Configures the component before returning it.

    Definition Classes
    AbstractRendererCellRenderer
  9. def deafTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  10. def dispatchToScalaRenderer(tree: JTree, value: AnyRef, selected: Boolean, expanded: Boolean, leaf: Boolean, rowIndex: Int, focus: Boolean): JComponent
    Attributes
    protected
    Definition Classes
    Renderer
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def listenTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  18. val listeners: RefSet[Reaction]
    Attributes
    protected
    Definition Classes
    Publisher
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. 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
  23. def preConfigure(tree: Tree[_], value: A, info: CellInfo): Unit

    Standard preconfiguration that is commonly done for any component.

  24. def publish(e: Event): Unit
    Definition Classes
    Publisher
  25. val reactions: Reactions
    Definition Classes
    Reactor
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Tree.Renderer[A]

Inherited from Tree.CellRenderer[A]

Inherited from Publisher

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

Ungrouped