com.typesafe.tools.mima.core.ui.widget

ClassPathEditor

class ClassPathEditor extends GridBagPanel with WithConstraints

A simple interface for interacting with the classpath. Allows one to reorder and add/remove entries using a list view.

Linear Supertypes
WithConstraints, GridBagPanel, LayoutContainer, Panel, Wrapper, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ClassPathEditor
  2. WithConstraints
  3. GridBagPanel
  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 ClassPathEditor(init: List[String] = immutable.this.Nil)

Type Members

  1. class Constraints extends Proxy

    Definition Classes
    GridBagPanel → 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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. val _contents: Content

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

    Attributes
    protected
    Definition Classes
    GridBagPanel → LayoutContainer
  8. val addEntry: Button

  9. def areValid(c: Constraints): (Boolean, String)

    Attributes
    protected
    Definition Classes
    GridBagPanel → 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 classPathString: String

    Return the string of current classpath in this editor.

  17. def classpath: Seq[String]

  18. val classpathLabel: Label

    Attributes
    protected
  19. def classpath_=(_classpath: List[String]): Unit

  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def constraintsFor(comp: Component): Constraints

    Attributes
    protected
    Definition Classes
    GridBagPanel → LayoutContainer
  22. def contents: Seq[Component]

    Definition Classes
    Wrapper → Container
  23. def cursor: Cursor

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

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

    Definition Classes
    Reactor
  26. def displayable: Boolean

    Definition Classes
    UIElement
  27. def enabled: Boolean

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

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

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

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

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

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

    Definition Classes
    Component
  34. def font: Font

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

    Definition Classes
    UIElement
  36. def foreground: Color

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

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

    Definition Classes
    AnyRef → Any
  39. def hasFocus: Boolean

    Definition Classes
    Component
  40. def hashCode(): Int

    Definition Classes
    Proxy → Any
  41. def ignoreRepaint: Boolean

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

    Definition Classes
    UIElement
  43. var initP: JComponent

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

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

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

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

    Definition Classes
    LayoutContainer
  48. def listenTo(ps: Publisher*): Unit

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

    Attributes
    protected
    Definition Classes
    Publisher
  50. def locale: Locale

    Definition Classes
    UIElement
  51. def location: Point

    Definition Classes
    UIElement
  52. def locationOnScreen: Point

    Definition Classes
    UIElement
  53. def maximumSize: Dimension

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

    Definition Classes
    UIElement
  55. def minimumSize: Dimension

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

    Definition Classes
    UIElement
  57. object mouse

    Definition Classes
    Component
  58. val moveDown: Button

  59. val moveUp: Button

  60. def name: String

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

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

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

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

    Definition Classes
    AnyRef
  65. def onFirstSubscribe(): Unit

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Component
  73. implicit def pair2Constraints(p: (Int, Int)): Constraints

    Definition Classes
    GridBagPanel
  74. lazy val peer: JPanel with SuperMixin

    Definition Classes
    GridBagPanel → Panel → Wrapper → Component → UIElement
  75. def preferredSize: Dimension

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

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

    Definition Classes
    Publisher
  78. val reactions: Reactions

    Definition Classes
    Reactor
  79. val removeEntry: Button

  80. def repaint(rect: Rectangle): Unit

    Definition Classes
    UIElement
  81. def repaint(): Unit

    Definition Classes
    UIElement
  82. def requestFocus(): Unit

    Definition Classes
    Component
  83. def requestFocusInWindow(): Boolean

    Definition Classes
    Component
  84. def revalidate(): Unit

    Definition Classes
    Component
  85. def self: Component

    Definition Classes
    UIElement → Proxy
  86. def showing: Boolean

    Definition Classes
    UIElement
  87. def size: Dimension

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

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

    Definition Classes
    AnyRef
  90. def toString(): String

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

    Definition Classes
    UIElement
  92. def tooltip: String

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

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

    Definition Classes
    LazyPublisher → Publisher
  95. def visible: Boolean

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  100. def withConstraints[T](gridx: Int = RELATIVE, gridy: Int = RELATIVE, gridwidth: Int = 1, gridheight: Int = 1, weightx: Double = 0.0, weighty: Double = 0.0, anchor: scala.swing.GridBagPanel.Anchor.Value = Anchor.NorthWest, fill: scala.swing.GridBagPanel.Fill.Value = Fill.None, insets: Insets = new Insets(0, 0, 0, 0), ipadx: Int = 0, ipady: Int = 0)(op: (Constraints) ⇒ T): T

    Convenience method for creating and adding components to a GridBagPanel.

    Convenience method for creating and adding components to a GridBagPanel. It has reasonable defaults for all parameters.

    Definition Classes
    WithConstraints
  101. def xLayoutAlignment: Double

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

    Definition Classes
    Component
  103. def yLayoutAlignment: Double

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

    Definition Classes
    Component

Inherited from WithConstraints

Inherited from GridBagPanel

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