object GUI
- Alphabetic
- By Inheritance
- GUI
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val Default_VisualBoostMax: Double(512.0)
- final val Default_VisualBoostMin: Double(1.0)
- def addButton(action: Action, tooltip: String = ""): Button
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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]
- def attrButton(action: Action, tooltip: String = ""): Button
- def boostRotaryR(lo: Double = Default_VisualBoostMin, hi: Double = Default_VisualBoostMax, init: Double = -1.0, tooltip: String = "Sonogram Contrast")(fun: (Double) => Unit): Slider
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val colorFailure: Color
- val colorSuccess: Color
- val colorWarning: Color
- def duplicateButton(action: Action, tooltip: String = ""): Button
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getImage(name: String): BufferedImage
- def getImageIcon(name: String): ImageIcon
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def iconDisabled(fun: (Path2D) => Unit): Icon
- def iconFailure(fun: (Path2D) => Unit): Icon
- def iconNormal(fun: (Path2D) => Unit): Icon
- def iconSuccess(fun: (Path2D) => Unit): Icon
- lazy val isDarkSkin: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keyStrokeText(ks: KeyStroke): String
- def keyValueDialog(value: Component, title: String = "New Entry", defaultName: String = "Name", window: Option[Window] = None): Option[String]
- def linkFormats[A](pf: ParamField[A]*): Unit
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def optionToAborted[A](opt: Option[A]): Try[A]
Interprets an option so that
Some(x)
is aSuccess(x)
, andNone
meansFailure(Aborted())
. - def optionToAbortedFut[A](opt: Option[A]): Future[A]
- def removeButton(action: Action, tooltip: String = ""): Button
- 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 componentc
.Sets the location of a given window
w
relative to the on-screen location of visible componentc
.- 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
)
- def sharpIcon(fun: (Path2D) => Unit, extent: Int = 20): Icon
No texture, for more finely drawn icons.
- def step[T <: Txn[T]](title: String, message: String, window: Option[Window] = None, timeout: Int = 1000)(fun: (T) => Unit)(implicit cursor: Cursor[T]): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toolButton(action: Action, iconFun: (Path2D) => Unit, tooltip: String = ""): Button
- def viewButton(action: Action, tooltip: String = ""): Button
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated