object GUI
- Alphabetic
- By Inheritance
- GUI
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
- def addButton(action: Action, tooltip: String = ""): Button
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atomic[S <: Sys[S], A](title: String, message: String, window: Option[Window] = None, timeout: Int = 1000)(fun: (GUI.atomic.S.Tx) ⇒ A)(implicit cursor: Cursor[S]): Future[A]
- def attrButton(action: Action, tooltip: String = ""): Button
- def boostRotary(lo: Float = 1f, hi: Float = 512f, tooltip: String = "Sonogram Brightness")(fun: (Float) ⇒ Unit): Component
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def duplicateButton(action: Action, tooltip: String = ""): Button
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getImage(name: String): BufferedImage
- def getImageIcon(name: String): ImageIcon
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def iconDisabled(fun: (Path2D) ⇒ Unit): Icon
- def iconNormal(fun: (Path2D) ⇒ Unit): Icon
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
optionToAborted[A](opt: Option[A]): Try[A]
Interprets an option so that
Some(x)is aSuccess(x), andNonemeansFailure(Aborted()). - 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
wrelative to the on-screen location of visible componentc.Sets the location of a given window
wrelative 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.
-
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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )