c

scala.swing

ProgressBar

class ProgressBar extends Component with Wrapper

A bar indicating progress of some action. Can be in indeterminate mode, in which it indicates that the action is in progress (usually by some animation) but does not indicate the amount of work done or to be done.

See also

javax.swing.JProgressBar

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProgressBar
  2. Wrapper
  3. Orientable
  4. Wrapper
  5. Oriented
  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 ProgressBar()

Value Members

  1. object keys extends Publisher
    Definition Classes
    Component
  2. object mouse

    Contains publishers for various mouse events.

    Contains publishers for various mouse events. They are separated for efficiency reasons.

    Definition Classes
    Component
  3. def background: Color
    Definition Classes
    UIElement
  4. def background_=(c: Color): Unit
    Definition Classes
    UIElement
  5. def border: Border
    Definition Classes
    Component
  6. def border_=(b: Border): Unit
    Definition Classes
    Component
  7. def bounds: Rectangle
    Definition Classes
    UIElement
  8. def componentOrientation: ComponentOrientation
    Definition Classes
    UIElement
  9. def componentOrientation_=(x: ComponentOrientation): Unit
    Definition Classes
    UIElement
  10. def cursor: Cursor
    Definition Classes
    UIElement
  11. def cursor_=(c: Cursor): Unit
    Definition Classes
    UIElement
  12. def deafTo(ps: Publisher*): Unit

    Installed reaction won't receive events from the given publisher anylonger.

    Installed reaction won't receive events from the given publisher anylonger.

    Definition Classes
    Reactor
  13. def displayable: Boolean
    Definition Classes
    UIElement
  14. def enabled: Boolean
    Definition Classes
    Component
  15. def enabled_=(b: Boolean): Unit
    Definition Classes
    Component
  16. def equals(that: Any): Boolean
    Definition Classes
    Proxy → Any
  17. def focusable: Boolean
    Definition Classes
    Component
  18. def focusable_=(b: Boolean): Unit
    Definition Classes
    Component
  19. def font: Font
    Definition Classes
    UIElement
  20. def font_=(f: Font): Unit
    Definition Classes
    UIElement
  21. def foreground: Color
    Definition Classes
    UIElement
  22. def foreground_=(c: Color): Unit
    Definition Classes
    UIElement
  23. def hasFocus: Boolean
    Definition Classes
    Component
  24. def hashCode(): Int
    Definition Classes
    Proxy → Any
  25. def ignoreRepaint: Boolean
    Definition Classes
    UIElement
  26. def ignoreRepaint_=(b: Boolean): Unit
    Definition Classes
    UIElement
  27. def indeterminate: Boolean
  28. def indeterminate_=(v: Boolean): Unit
  29. var initP: JComponent
    Definition Classes
    Component
  30. def inputVerifier: (Component) ⇒ Boolean
    Definition Classes
    Component
  31. def inputVerifier_=(v: (Component) ⇒ Boolean): Unit
    Definition Classes
    Component
  32. def label: String
  33. def labelPainted: Boolean
  34. def labelPainted_=(v: Boolean): Unit
  35. def label_=(v: String): Unit
  36. def listenTo(ps: Publisher*): Unit

    Listen to the given publisher as long as deafTo isn't called for them.

    Listen to the given publisher as long as deafTo isn't called for them.

    Definition Classes
    Reactor
  37. def locale: Locale
    Definition Classes
    UIElement
  38. def location: Point
    Definition Classes
    UIElement
  39. def locationOnScreen: Point
    Definition Classes
    UIElement
  40. def max: Int
  41. def max_=(v: Int): Unit
  42. def maximumSize: Dimension
    Definition Classes
    UIElement
  43. def maximumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  44. def min: Int
  45. def min_=(v: Int): Unit
  46. def minimumSize: Dimension
    Definition Classes
    UIElement
  47. def minimumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  48. def name: String
    Definition Classes
    Component
  49. def name_=(s: String): Unit
    Definition Classes
    Component
  50. def opaque: Boolean
    Definition Classes
    Component
  51. def opaque_=(b: Boolean): Unit
    Definition Classes
    Component
  52. def orientation: Orientation.Value
    Definition Classes
    WrapperOriented
  53. def orientation_=(o: Orientation.Value): Unit
    Definition Classes
    WrapperOrientable
  54. def paint(g: Graphics2D): Unit
    Definition Classes
    Component
  55. def paintBorder(v: Boolean): Unit
  56. def paintBorder: Boolean
  57. lazy val peer: JProgressBar

    The underlying Swing peer.

    The underlying Swing peer.

    Definition Classes
    ProgressBarWrapperComponentUIElement
  58. def preferredSize: Dimension
    Definition Classes
    UIElement
  59. def preferredSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  60. def publish(e: Event): Unit

    Notify all registered reactions.

    Notify all registered reactions.

    Definition Classes
    Publisher
  61. val reactions: Reactions

    All reactions of this reactor.

    All reactions of this reactor.

    Definition Classes
    Reactor
  62. def repaint(rect: Rectangle): Unit
    Definition Classes
    UIElement
  63. def repaint(): Unit
    Definition Classes
    UIElement
  64. def requestFocus(): Unit
    Definition Classes
    Component
  65. def requestFocusInWindow(): Boolean
    Definition Classes
    Component
  66. def revalidate(): Unit
    Definition Classes
    Component
  67. def self: java.awt.Component
    Definition Classes
    UIElement → Proxy
  68. def showing: Boolean
    Definition Classes
    UIElement
  69. def size: Dimension
    Definition Classes
    UIElement
  70. def subscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  71. def toString(): String
    Definition Classes
    Component → Proxy → AnyRef → Any
  72. def toolkit: Toolkit
    Definition Classes
    UIElement
  73. def tooltip: String
    Definition Classes
    Component
  74. def tooltip_=(t: String): Unit
    Definition Classes
    Component
  75. def unsubscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  76. def validate(): Unit
    Definition Classes
    UIElement
  77. def value: Int
  78. def value_=(v: Int): Unit
  79. def visible: Boolean
    Definition Classes
    UIElement
  80. def visible_=(b: Boolean): Unit
    Definition Classes
    UIElement
  81. def xLayoutAlignment: Double

    Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.

    Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.

    Definition Classes
    Component
  82. def xLayoutAlignment_=(x: Double): Unit
    Definition Classes
    Component
  83. def yLayoutAlignment: Double
    Definition Classes
    Component
  84. def yLayoutAlignment_=(y: Double): Unit
    Definition Classes
    Component