TreeRenderers
Type members
Classlikes
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.
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.
Default renderer for a tree, with many configurable settings.
Default renderer for a tree, with many configurable settings.
Base trait of Tree cell renderers, in which the user provides the rendering component by overriding the componentFor() method.
Base trait of Tree cell renderers, in which the user provides the rendering component by overriding the componentFor() method.
- See also:
javax.swing.tree.TreeCellRenderer
- Companion:
- object
Inherited classlikes
Implicits
Inherited implicits
A generic renderer that uses Swing's built-in renderers. If there is no
specific renderer for a type, this renderer falls back to a renderer
that renders the string returned from an item's toString
.
A generic renderer that uses Swing's built-in renderers. If there is no
specific renderer for a type, this renderer falls back to a renderer
that renders the string returned from an item's toString
.
- Inherited from:
- RenderableCellsCompanion