Class

de.sciss.swingplus

ToolBar

Related Doc: package swingplus

Permalink

class ToolBar extends Component with Wrapper

Linear Supertypes
Wrapper, Wrapper, SequentialContainer, Container, Component, UIElement, scala.swing.LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToolBar
  2. Wrapper
  3. Wrapper
  4. SequentialContainer
  5. Container
  6. Component
  7. UIElement
  8. LazyPublisher
  9. Publisher
  10. Reactor
  11. Proxy
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ToolBar()

    Permalink
  2. new ToolBar(contents0: Component*)

    Permalink
  3. new ToolBar(orientation: scala.swing.Orientation.Value)(contents0: Component*)

    Permalink

Type Members

  1. class Content extends BufferWrapper[Component]

    Permalink
    Attributes
    protected
    Definition Classes
    Wrapper
  2. trait SuperMixin extends JComponent

    Permalink
    Attributes
    protected
    Definition Classes
    Component

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. val _contents: Content

    Permalink
    Attributes
    protected
    Definition Classes
    Wrapper
  5. def addSeparator(size: Dimension): Unit

    Permalink
  6. def addSeparator(): Unit

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def background: Color

    Permalink
    Definition Classes
    UIElement
  9. def background_=(c: Color): Unit

    Permalink
    Definition Classes
    UIElement
  10. def border: Border

    Permalink
    Definition Classes
    Component
  11. def borderPainted: Boolean

    Permalink
  12. def borderPainted_=(value: Boolean): Unit

    Permalink
  13. def border_=(b: Border): Unit

    Permalink
    Definition Classes
    Component
  14. def bounds: Rectangle

    Permalink
    Definition Classes
    UIElement
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val contents: Buffer[Component]

    Permalink
    Definition Classes
    Wrapper → Wrapper → SequentialContainer → Container
  17. def cursor: Cursor

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

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

    Permalink
    Definition Classes
    Reactor
  20. def displayable: Boolean

    Permalink
    Definition Classes
    UIElement
  21. def enabled: Boolean

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

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

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

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

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

    Permalink
  27. def floatable_=(value: Boolean): Unit

    Permalink
  28. def focusable: Boolean

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

    Permalink
    Definition Classes
    Component
  30. def font: Font

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

    Permalink
    Definition Classes
    UIElement
  32. def foreground: Color

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def hasFocus: Boolean

    Permalink
    Definition Classes
    Component
  36. def hashCode(): Int

    Permalink
    Definition Classes
    Proxy → Any
  37. def ignoreRepaint: Boolean

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

    Permalink
    Definition Classes
    UIElement
  39. var initP: JComponent

    Permalink
    Definition Classes
    Component
  40. def inputVerifier: (Component) ⇒ Boolean

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Publisher
  45. def locale: Locale

    Permalink
    Definition Classes
    UIElement
  46. def location: Point

    Permalink
    Definition Classes
    UIElement
  47. def locationOnScreen: Point

    Permalink
    Definition Classes
    UIElement
  48. def margin: Insets

    Permalink
  49. def margin_=(value: Insets): Unit

    Permalink
  50. def maximumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  52. def minimumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  54. def name: String

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  59. def onFirstSubscribe(): Unit

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

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

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

    Permalink
    Definition Classes
    Component
  63. def paint(g: Graphics2D): Unit

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  67. lazy val peer: JToolBar

    Permalink
    Definition Classes
    ToolBar → Wrapper → Component → UIElement
  68. def preferredSize: Dimension

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

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

    Permalink
    Definition Classes
    Publisher
  71. val reactions: Reactions

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

    Permalink
    Definition Classes
    UIElement
  73. def repaint(): Unit

    Permalink
    Definition Classes
    UIElement
  74. def requestFocus(): Unit

    Permalink
    Definition Classes
    Component
  75. def requestFocusInWindow(): Boolean

    Permalink
    Definition Classes
    Component
  76. def revalidate(): Unit

    Permalink
    Definition Classes
    Component
  77. def rollover: Boolean

    Permalink
  78. def rollover_=(value: Boolean): Unit

    Permalink
  79. def self: Component

    Permalink
    Definition Classes
    UIElement → Proxy
  80. def showing: Boolean

    Permalink
    Definition Classes
    UIElement
  81. def size: Dimension

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

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

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

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

    Permalink
    Definition Classes
    UIElement
  86. def tooltip: String

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

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

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  89. def visible: Boolean

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

    Permalink
    Definition Classes
    UIElement
  91. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  94. def xLayoutAlignment: Double

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

    Permalink
    Definition Classes
    Component
  96. def yLayoutAlignment: Double

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

    Permalink
    Definition Classes
    Component

Inherited from Wrapper

Inherited from Wrapper

Inherited from SequentialContainer

Inherited from Container

Inherited from Component

Inherited from UIElement

Inherited from scala.swing.LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Ungrouped