Class

scalaswingcontrib.tree.TreeRenderers

AbstractRenderer

Related Doc: package TreeRenderers

Permalink

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. All

Instance Constructors

  1. new AbstractRenderer(component: C)

    Permalink

Abstract Value Members

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

    Permalink

    Configuration that is specific to the component and this renderer.

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

    Permalink
    Definition Classes
    RendererCellRenderer
  7. val component: C

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

    Permalink

    Configures the component before returning it.

    Configures the component before returning it.

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Reactor
  18. val listeners: RefSet[Reaction]

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def peer: Peer

    Permalink

    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

    Permalink

    Standard preconfiguration that is commonly done for any component.

  24. def publish(e: Event): Unit

    Permalink
    Definition Classes
    Publisher
  25. val reactions: Reactions

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

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

    Permalink
    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