object
GUI
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
addButton(action: Action, tooltip: String = ""): Button
-
def
addGlobalKey(b: AbstractButton, keyStroke: KeyStroke): Unit
-
final
def
asInstanceOf[T0]: T0
-
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
clone(): AnyRef
-
def
duplicateButton(action: Action, tooltip: String = ""): Button
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatException(e: Throwable): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
iconDisabled(fun: (Path2D) ⇒ Unit): Icon
-
def
iconNormal(fun: (Path2D) ⇒ Unit): Icon
-
final
def
isInstanceOf[T0]: Boolean
-
def
keyValueDialog(value: Component, title: String = "New Entry", defaultName: String = "Name", window: Option[Window] = None): Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
removeButton(action: Action, tooltip: String = ""): Button
-
def
round(b: AbstractButton*): Unit
-
def
sharpIcon(fun: (Path2D) ⇒ Unit): Icon
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
toolButton(action: Action, iconFun: (Path2D) ⇒ Unit, tooltip: String = ""): Button
-
def
viewButton(action: Action, tooltip: String = ""): Button
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit