scalaswingcontrib.tree.TreeRenderers

DefaultRenderer

class DefaultRenderer[-A] extends Label with Tree.Renderer[A]

Default renderer for a tree, with many configurable settings.

Definition Classes
TreeRenderersRenderableCellsCompanion
Linear Supertypes
Tree.Renderer[A], Tree.CellRenderer[A], Label, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DefaultRenderer
  2. Renderer
  3. CellRenderer
  4. Label
  5. Component
  6. UIElement
  7. LazyPublisher
  8. Publisher
  9. Reactor
  10. Proxy
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultRenderer()

Type Members

  1. trait SuperMixin extends JComponent

    Attributes
    protected
    Definition Classes
    Component

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 background: Color

    Definition Classes
    UIElement
  8. def backgroundNonSelectionColor: Color

  9. def backgroundNonSelectionColor_=(c: Color): Unit

  10. def backgroundSelectionColor: Color

  11. def backgroundSelectionColor_=(c: Color): Unit

  12. def background_=(c: Color): Unit

    Definition Classes
    UIElement
  13. def border: Border

    Definition Classes
    Component
  14. def borderSelectionColor: Color

  15. def borderSelectionColor_=(c: Color): Unit

  16. def border_=(b: Border): Unit

    Definition Classes
    Component
  17. def bounds: Rectangle

    Definition Classes
    UIElement
  18. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def closedIcon: Icon

  20. def closedIcon_=(icon: Icon): Unit

  21. val companion: Tree.Renderer.type

    Definition Classes
    RendererCellRenderer
  22. def componentFor(tree: Tree[_], value: A, info: CellInfo): Component

    Definition Classes
    DefaultRendererCellRenderer
  23. def cursor: Cursor

    Definition Classes
    UIElement
  24. def cursor_=(c: Cursor): Unit

    Definition Classes
    UIElement
  25. def deafTo(ps: Publisher*): Unit

    Definition Classes
    Reactor
  26. def disabledIcon: Icon

    Definition Classes
    Label
  27. def disabledIcon_=(icon: Icon): Unit

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

    Attributes
    protected
    Definition Classes
    Renderer
  29. def displayable: Boolean

    Definition Classes
    UIElement
  30. def displayedMnemonicIndex: Int

    Definition Classes
    Label
  31. def displayedMnemonicIndex_=(index: Int): Unit

    Definition Classes
    Label
  32. def enabled: Boolean

    Definition Classes
    Component
  33. def enabled_=(b: Boolean): Unit

    Definition Classes
    Component
  34. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. def equals(that: Any): Boolean

    Definition Classes
    Proxy → Any
  36. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. def focusable: Boolean

    Definition Classes
    Component
  38. def focusable_=(b: Boolean): Unit

    Definition Classes
    Component
  39. def font: Font

    Definition Classes
    UIElement
  40. def font_=(f: Font): Unit

    Definition Classes
    UIElement
  41. def foreground: Color

    Definition Classes
    UIElement
  42. def foreground_=(c: Color): Unit

    Definition Classes
    UIElement
  43. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  44. def hasFocus: Boolean

    Definition Classes
    Component
  45. def hashCode(): Int

    Definition Classes
    Proxy → Any
  46. def horizontalAlignment: scala.swing.Alignment.Value

    Definition Classes
    Label
  47. def horizontalAlignment_=(x: scala.swing.Alignment.Value): Unit

    Definition Classes
    Label
  48. def horizontalTextPosition: scala.swing.Alignment.Value

    Definition Classes
    Label
  49. def horizontalTextPosition_=(x: scala.swing.Alignment.Value): Unit

    Definition Classes
    Label
  50. def icon: Icon

    Definition Classes
    Label
  51. def iconTextGap: Int

    Definition Classes
    Label
  52. def iconTextGap_=(gap: Int): Unit

    Definition Classes
    Label
  53. def icon_=(i: Icon): Unit

    Definition Classes
    Label
  54. def ignoreRepaint: Boolean

    Definition Classes
    UIElement
  55. def ignoreRepaint_=(b: Boolean): Unit

    Definition Classes
    UIElement
  56. var initP: JComponent

    Definition Classes
    Component
  57. def inputVerifier: (Component) ⇒ Boolean

    Definition Classes
    Component
  58. def inputVerifier_=(v: (Component) ⇒ Boolean): Unit

    Definition Classes
    Component
  59. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  60. def leafIcon: Icon

  61. def leafIcon_=(icon: Icon): Unit

  62. def listenTo(ps: Publisher*): Unit

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

    Attributes
    protected
    Definition Classes
    Publisher
  64. def locale: Locale

    Definition Classes
    UIElement
  65. def location: Point

    Definition Classes
    UIElement
  66. def locationOnScreen: Point

    Definition Classes
    UIElement
  67. def maximumSize: Dimension

    Definition Classes
    UIElement
  68. def maximumSize_=(x: Dimension): Unit

    Definition Classes
    UIElement
  69. def minimumSize: Dimension

    Definition Classes
    UIElement
  70. def minimumSize_=(x: Dimension): Unit

    Definition Classes
    UIElement
  71. def name: String

    Definition Classes
    Component
  72. def name_=(s: String): Unit

    Definition Classes
    Component
  73. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  76. def onFirstSubscribe(): Unit

    Attributes
    protected
    Definition Classes
    Component → UIElement → LazyPublisher
  77. def onLastUnsubscribe(): Unit

    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  78. def opaque: Boolean

    Definition Classes
    Component
  79. def opaque_=(b: Boolean): Unit

    Definition Classes
    Component
  80. def openIcon: Icon

  81. def openIcon_=(icon: Icon): Unit

  82. def paint(g: Graphics2D): Unit

    Definition Classes
    Component
  83. def paintBorder(g: Graphics2D): Unit

    Attributes
    protected
    Definition Classes
    Component
  84. def paintChildren(g: Graphics2D): Unit

    Attributes
    protected
    Definition Classes
    Component
  85. def paintComponent(g: Graphics2D): Unit

    Attributes
    protected
    Definition Classes
    Component
  86. lazy val peer: DefaultTreeCellRenderer with SuperMixin { ... /* 2 definitions in type refinement */ }

    Definition Classes
    DefaultRendererRendererCellRenderer → Label → Component → UIElement
  87. def preferredSize: Dimension

    Definition Classes
    UIElement
  88. def preferredSize_=(x: Dimension): Unit

    Definition Classes
    UIElement
  89. def publish(e: Event): Unit

    Definition Classes
    Publisher
  90. val reactions: Reactions

    Definition Classes
    Reactor
  91. def repaint(rect: Rectangle): Unit

    Definition Classes
    UIElement
  92. def repaint(): Unit

    Definition Classes
    UIElement
  93. def requestFocus(): Unit

    Definition Classes
    Component
  94. def requestFocusInWindow(): Boolean

    Definition Classes
    Component
  95. def revalidate(): Unit

    Definition Classes
    Component
  96. def self: Component

    Definition Classes
    UIElement → Proxy
  97. def showing: Boolean

    Definition Classes
    UIElement
  98. def size: Dimension

    Definition Classes
    UIElement
  99. def subscribe(listener: Reaction): Unit

    Definition Classes
    LazyPublisher → Publisher
  100. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  101. def text: String

    Definition Classes
    Label
  102. def textNonSelectionColor: Color

  103. def textNonSelectionColor_=(c: Color): Unit

  104. def textSelectionColor: Color

  105. def textSelectionColor_=(c: Color): Unit

  106. def text_=(s: String): Unit

    Definition Classes
    Label
  107. def toString(): String

    Definition Classes
    Component → Proxy → AnyRef → Any
  108. def toolkit: Toolkit

    Definition Classes
    UIElement
  109. def tooltip: String

    Definition Classes
    Component
  110. def tooltip_=(t: String): Unit

    Definition Classes
    Component
  111. def unsubscribe(listener: Reaction): Unit

    Definition Classes
    LazyPublisher → Publisher
  112. def verticalAlignment: scala.swing.Alignment.Value

    Definition Classes
    Label
  113. def verticalAlignment_=(x: scala.swing.Alignment.Value): Unit

    Definition Classes
    Label
  114. def verticalTextPosition: scala.swing.Alignment.Value

    Definition Classes
    Label
  115. def verticalTextPosition_=(x: scala.swing.Alignment.Value): Unit

    Definition Classes
    Label
  116. def visible: Boolean

    Definition Classes
    UIElement
  117. def visible_=(b: Boolean): Unit

    Definition Classes
    UIElement
  118. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  121. def xAlignment: scala.swing.Alignment.Value

    Definition Classes
    Label
  122. def xAlignment_=(x: scala.swing.Alignment.Value): Unit

    Definition Classes
    Label
  123. def xLayoutAlignment: Double

    Definition Classes
    Component
  124. def xLayoutAlignment_=(x: Double): Unit

    Definition Classes
    Component
  125. def yAlignment: scala.swing.Alignment.Value

    Definition Classes
    Label
  126. def yAlignment_=(x: scala.swing.Alignment.Value): Unit

    Definition Classes
    Label
  127. def yLayoutAlignment: Double

    Definition Classes
    Component
  128. def yLayoutAlignment_=(y: Double): Unit

    Definition Classes
    Component

Inherited from Tree.Renderer[A]

Inherited from Tree.CellRenderer[A]

Inherited from Label

Inherited from Component

Inherited from UIElement

Inherited from LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Ungrouped