Packages

abstract class TitledNode[N <: Node] extends AnyRef

Abstract node which holds a Text and a generic node subclass in a Pane

N

the node type

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TitledNode
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TitledNode(title: StringProperty, vertical: Boolean, spacing: Double = 4.0)

    title

    the text shown

    vertical

    true if the text must be shown above the node, false otherwise

    spacing

    the spacing between the text and the node

Abstract Value Members

  1. abstract def innerNode: N

    The node that will be shown after the text

    The node that will be shown after the text

    returns

    a node of type N <: Node

Concrete Value Members

  1. val root: Pane
  2. val title: StringProperty