com.typesafe.tools.mima.lib.ui

LibWizard

class LibWizard extends Wizard

Wizard for MimaLib

Linear Supertypes
Wizard, BorderPanel, LayoutContainer, Panel, Wrapper, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LibWizard
  2. Wizard
  3. BorderPanel
  4. LayoutContainer
  5. Panel
  6. Wrapper
  7. Container
  8. Component
  9. UIElement
  10. LazyPublisher
  11. Publisher
  12. Reactor
  13. Proxy
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LibWizard()

Type Members

  1. type Constraints = scala.swing.BorderPanel.Position.Value

    Definition Classes
    BorderPanel → LayoutContainer
  2. class Content extends BufferWrapper[Component]

    Attributes
    protected
    Definition Classes
    Wrapper
  3. trait SuperMixin extends JComponent

    Attributes
    protected
    Definition Classes
    Component

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +=(_page: ⇒ WizardPage): Buffer[WizardPageProxy]

    Definition Classes
    Wizard
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. val _contents: Content

    Attributes
    protected
    Definition Classes
    Wrapper
  8. def add(c: Component, l: Constraints): Unit

    Attributes
    protected
    Definition Classes
    BorderPanel → LayoutContainer
  9. def areValid(c: Constraints): (Boolean, String)

    Attributes
    protected
    Definition Classes
    BorderPanel → LayoutContainer
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def background: Color

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

    Definition Classes
    UIElement
  13. def border: Border

    Definition Classes
    Component
  14. def border_=(b: Border): Unit

    Definition Classes
    Component
  15. def bounds: Rectangle

    Definition Classes
    UIElement
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def constraintsFor(comp: Component): scala.swing.BorderPanel.Position.Value

    Attributes
    protected
    Definition Classes
    BorderPanel → LayoutContainer
  18. def contents: Seq[Component]

    Definition Classes
    Wrapper → Container
  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 displayable: Boolean

    Definition Classes
    UIElement
  23. def enabled: Boolean

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

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

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

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

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

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

    Definition Classes
    Component
  30. def font: Font

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

    Definition Classes
    UIElement
  32. def foreground: Color

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

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

    Definition Classes
    AnyRef → Any
  35. def hasFocus: Boolean

    Definition Classes
    Component
  36. def hashCode(): Int

    Definition Classes
    Proxy → Any
  37. def ignoreRepaint: Boolean

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

    Definition Classes
    UIElement
  39. var initP: JComponent

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

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

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

    Definition Classes
    Any
  43. def layout: Map[Component, Constraints]

    Definition Classes
    LayoutContainer
  44. def layoutManager: BorderLayout

    Definition Classes
    BorderPanel
  45. def listenTo(ps: Publisher*): Unit

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

    Attributes
    protected
    Definition Classes
    Publisher
  47. def locale: Locale

    Definition Classes
    UIElement
  48. def location: Point

    Definition Classes
    UIElement
  49. def locationOnScreen: Point

    Definition Classes
    UIElement
  50. def maximumSize: Dimension

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

    Definition Classes
    UIElement
  52. def minimumSize: Dimension

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

    Definition Classes
    UIElement
  54. def name: String

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

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

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

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

    Definition Classes
    AnyRef
  59. def onFirstSubscribe(): Unit

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Component
  67. lazy val peer: JPanel with SuperMixin

    Definition Classes
    BorderPanel → Panel → Wrapper → Component → UIElement
  68. def preferredSize: Dimension

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

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

    Definition Classes
    Publisher
  71. val reactions: Reactions

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

    Definition Classes
    UIElement
  73. def repaint(): Unit

    Definition Classes
    UIElement
  74. def requestFocus(): Unit

    Definition Classes
    Component
  75. def requestFocusInWindow(): Boolean

    Definition Classes
    Component
  76. def revalidate(): Unit

    Definition Classes
    Component
  77. def self: Component

    Definition Classes
    UIElement → Proxy
  78. def showing: Boolean

    Definition Classes
    UIElement
  79. def size: Dimension

    Definition Classes
    UIElement
  80. def start(): Unit

    Definition Classes
    Wizard
  81. def subscribe(listener: Reaction): Unit

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

    Definition Classes
    AnyRef
  83. def toString(): String

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

    Definition Classes
    UIElement
  85. def tooltip: String

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

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

    Definition Classes
    LazyPublisher → Publisher
  88. def visible: Boolean

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

    Definition Classes
    UIElement
  90. final def wait(): Unit

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

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

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

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

    Definition Classes
    Component
  95. def yLayoutAlignment: Double

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

    Definition Classes
    Component

Inherited from Wizard

Inherited from BorderPanel

Inherited from LayoutContainer

Inherited from Panel

Inherited from Wrapper

Inherited from Container

Inherited from Component

Inherited from UIElement

Inherited from LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Ungrouped