Class

scalaswingcontrib.tree.TreeRenderers.Renderer

Wrapped

Related Doc: package Renderer

Permalink

class Wrapped[-A] extends Tree.Renderer[A]

Wrapper for javax.swing.tree.TreeCellRenderers

Linear Supertypes
Tree.Renderer[A], Tree.CellRenderer[A], Publisher, Reactor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Wrapped
  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 Wrapped(peer: Peer)

    Permalink

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. def componentFor(tree: Tree[_], value: A, info: CellInfo): Component

    Permalink
    Definition Classes
    WrappedCellRenderer
  8. def deafTo(ps: Publisher*): Unit

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. val 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
    WrappedRendererCellRenderer
  22. def publish(e: Event): Unit

    Permalink
    Definition Classes
    Publisher
  23. val reactions: Reactions

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. 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