Packages

object GUI

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GUI
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final val Default_VisualBoostMax: Double(512.0)
  5. final val Default_VisualBoostMin: Double(1.0)
  6. def addButton(action: Action, tooltip: String = ""): Button
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def atomic[T <: Txn[T], A](title: String, message: String, window: Option[Window] = None, timeout: Int = 1000)(fun: (T) => A)(implicit cursor: Cursor[T]): Future[A]
  9. def attrButton(action: Action, tooltip: String = ""): Button
  10. def boostRotaryR(lo: Double = Default_VisualBoostMin, hi: Double = Default_VisualBoostMax, init: Double = -1.0, tooltip: String = "Sonogram Contrast")(fun: (Double) => Unit): Slider
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. val colorFailure: Color
  13. val colorSuccess: Color
  14. val colorWarning: Color
  15. def duplicateButton(action: Action, tooltip: String = ""): Button
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def formatTextTable(items: Seq[String], columns: Int, pad: Int = 2): String

    Formats a sequence of strings as a table with a given number of columns.

    Formats a sequence of strings as a table with a given number of columns. Column width is made to match the longest string in the items, plus a given padding. Each line is terminated with a newline character.

  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def getImage(name: String): BufferedImage
  21. def getImageIcon(name: String): ImageIcon
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def iconDisabled(fun: (Path2D) => Unit): Icon
  24. def iconFailure(fun: (Path2D) => Unit): Icon
  25. def iconNormal(fun: (Path2D) => Unit): Icon
  26. def iconSuccess(fun: (Path2D) => Unit): Icon
  27. lazy val isDarkSkin: Boolean
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def keyStrokeText(ks: KeyStroke): String
  30. def keyValueDialog(value: Component, title: String = "New Entry", defaultName: String = "Name", window: Option[Window] = None): Option[String]
  31. def linkFormats[A](pf: ParamField[A]*): Unit
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. def optionToAborted[A](opt: Option[A]): Try[A]

    Interprets an option so that Some(x) is a Success(x), and None means Failure(Aborted()).

  36. def optionToAbortedFut[A](opt: Option[A]): Future[A]
  37. def removeButton(action: Action, tooltip: String = ""): Button
  38. def setLocationRelativeTo(w: RootPanel, c: Component, hAlign: scala.swing.Alignment.Value = Alignment.Center, vAlign: scala.swing.Alignment.Value = Alignment.Center, pad: Int = 0): Unit

    Sets the location of a given window w relative to the on-screen location of visible component c.

    Sets the location of a given window w relative to the on-screen location of visible component c.

    w

    the window to position

    c

    the component relative to which to position the window

    hAlign

    one of Alignment.Left, Alignment.Center, Alignment.Right

    vAlign

    one of Alignment.Top , Alignment.Center, Alignment.Bottom

    pad

    additional spacing (only applies where an alignment is not Center)

  39. def sharpIcon(fun: (Path2D) => Unit, extent: Int = 20): Icon

    No texture, for more finely drawn icons.

  40. def step[T <: Txn[T]](title: String, message: String, window: Option[Window] = None, timeout: Int = 1000)(fun: (T) => Unit)(implicit cursor: Cursor[T]): Unit
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def toolButton(action: Action, iconFun: (Path2D) => Unit, tooltip: String = ""): Button
  44. def viewButton(action: Action, tooltip: String = ""): Button
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. 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 AnyRef

Inherited from Any

Ungrouped