o

gapt.prooftool

RGBColorChooser

object RGBColorChooser extends Dialog

Source
RGBColorChooser.scala
Linear Supertypes
Dialog, RichWindow, Window, PeerContainer, RootPanel, Container, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RGBColorChooser
  2. Dialog
  3. RichWindow
  4. Window
  5. PeerContainer
  6. RootPanel
  7. Container
  8. UIElement
  9. LazyPublisher
  10. Publisher
  11. Reactor
  12. Proxy
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait InterfaceMixin extends RootPaneContainer
    Attributes
    protected
    Definition Classes
    Window
  2. trait InterfaceMixin2 extends scala.swing.RichWindow.InterfaceMixin
    Definition Classes
    RichWindow
  3. trait SuperMixin extends Window
    Attributes
    protected
    Definition Classes
    Window

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(c: Component, x: Int, y: Int): Option[Color]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def background: Color
    Definition Classes
    UIElement
  7. def background_=(c: Color): Unit
    Definition Classes
    UIElement
  8. def bounds: Rectangle
    Definition Classes
    UIElement
  9. def bounds_=(rect: Rectangle): Unit
    Definition Classes
    Window
  10. def centerOnScreen(): Unit
    Definition Classes
    Window
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  12. def close(): Unit
    Definition Classes
    Window
  13. def closeOperation(): Unit
    Definition Classes
    Window
  14. def color: Option[Color]
  15. def componentOrientation: ComponentOrientation
    Definition Classes
    UIElement
  16. def componentOrientation_=(x: ComponentOrientation): Unit
    Definition Classes
    UIElement
  17. def contents: Seq[Component]
    Definition Classes
    RootPanel → Container
  18. def contents_=(c: Component): Unit
    Definition Classes
    Window → RootPanel
  19. def cursor: Cursor
    Definition Classes
    UIElement
  20. def cursor_=(c: Cursor): Unit
    Definition Classes
    UIElement
  21. def deafTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  22. def defaultButton: Option[Button]
    Definition Classes
    Window
  23. def defaultButton_=(b: Option[Button]): Unit
    Definition Classes
    Window
  24. def defaultButton_=(b: Button): Unit
    Definition Classes
    Window
  25. def displayable: Boolean
    Definition Classes
    UIElement
  26. def dispose(): Unit
    Definition Classes
    Window
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(that: Any): Boolean
    Definition Classes
    Proxy → Any
  29. def font: Font
    Definition Classes
    UIElement
  30. def font_=(f: Font): Unit
    Definition Classes
    UIElement
  31. def foreground: Color
    Definition Classes
    UIElement
  32. def foreground_=(c: Color): Unit
    Definition Classes
    UIElement
  33. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  34. def hashCode(): Int
    Definition Classes
    Proxy → Any
  35. def ignoreRepaint: Boolean
    Definition Classes
    UIElement
  36. def ignoreRepaint_=(b: Boolean): Unit
    Definition Classes
    UIElement
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def listenTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  39. val listeners: RefSet[Reaction]
    Attributes
    protected
    Definition Classes
    Publisher
  40. def locale: Locale
    Definition Classes
    UIElement
  41. def location: Point
    Definition Classes
    UIElement
  42. def locationOnScreen: Point
    Definition Classes
    UIElement
  43. def location_=(p: Point): Unit
    Definition Classes
    Window
  44. def maximumSize: Dimension
    Definition Classes
    UIElement
  45. def maximumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  46. def menuBar: MenuBar
    Definition Classes
    RichWindow
  47. def menuBar_=(m: MenuBar): Unit
    Definition Classes
    RichWindow
  48. def minimumSize: Dimension
    Definition Classes
    UIElement
  49. def minimumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  50. def modal: Boolean
    Definition Classes
    Dialog
  51. def modal_=(b: Boolean): Unit
    Definition Classes
    Dialog
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  55. def onFirstSubscribe(): Unit
    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  56. def onLastUnsubscribe(): Unit
    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  57. def open(): Unit
    Definition Classes
    Window
  58. def owner: Window
    Definition Classes
    Window
  59. def pack(): RGBColorChooser.this.type
    Definition Classes
    Window
  60. lazy val peer: JDialog with InterfaceMixin2
    Definition Classes
    Dialog → RichWindow → Window → PeerContainer → RootPanel → UIElement
  61. def preferredSize: Dimension
    Definition Classes
    UIElement
  62. def preferredSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  63. def publish(e: Event): Unit
    Definition Classes
    Publisher
  64. val reactions: Reactions
    Definition Classes
    Reactor
  65. def repaint(rect: Rectangle): Unit
    Definition Classes
    UIElement
  66. def repaint(): Unit
    Definition Classes
    UIElement
  67. def resizable: Boolean
    Definition Classes
    RichWindow
  68. def resizable_=(b: Boolean): Unit
    Definition Classes
    RichWindow
  69. def self: Any
    Definition Classes
    UIElement → Proxy
  70. def setLocationRelativeTo(c: UIElement): Unit
    Definition Classes
    Window
  71. def showing: Boolean
    Definition Classes
    UIElement
  72. def size: Dimension
    Definition Classes
    UIElement
  73. def size_=(size: Dimension): Unit
    Definition Classes
    Window
  74. def subscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  75. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  76. def title: String
    Definition Classes
    RichWindow
  77. def title_=(s: String): Unit
    Definition Classes
    RichWindow
  78. def toString(): String
    Definition Classes
    Proxy → Any
  79. def toolkit: Toolkit
    Definition Classes
    UIElement
  80. def unsubscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  81. def validate(): Unit
    Definition Classes
    UIElement
  82. def visible: Boolean
    Definition Classes
    UIElement
  83. def visible_=(b: Boolean): Unit
    Definition Classes
    UIElement
  84. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  85. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  86. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Dialog

Inherited from RichWindow

Inherited from Window

Inherited from PeerContainer

Inherited from RootPanel

Inherited from Container

Inherited from UIElement

Inherited from LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Ungrouped