Object

de.sciss.mellite.gui

GUI

Related Doc: package gui

Permalink

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. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addButton(action: Action, tooltip: String = ""): Button

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. 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]

    Permalink
  7. def attrButton(action: Action, tooltip: String = ""): Button

    Permalink
  8. def boostRotary(lo: Float = 1f, hi: Float = 512f, tooltip: String = "Sonogram Brightness")(fun: (Float) ⇒ Unit): Component

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def duplicateButton(action: Action, tooltip: String = ""): Button

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def formatTextTable(items: Seq[String], columns: Int, pad: Int = 2): String

    Permalink

    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.

  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getImage(name: String): BufferedImage

    Permalink
  17. def getImageIcon(name: String): ImageIcon

    Permalink
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def iconDisabled(fun: (Path2D) ⇒ Unit): Icon

    Permalink
  20. def iconNormal(fun: (Path2D) ⇒ Unit): Icon

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def keyStrokeText(ks: KeyStroke): String

    Permalink
  23. def keyValueDialog(value: Component, title: String = "New Entry", defaultName: String = "Name", window: Option[Window] = None): Option[String]

    Permalink
  24. def linkFormats[A](pf: ParamField[A]*): Unit

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def optionToAborted[A](opt: Option[A]): Try[A]

    Permalink

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

  29. def removeButton(action: Action, tooltip: String = ""): Button

    Permalink
  30. def setLocationRelativeTo(w: RootPanel, c: Component, hAlign: scala.swing.Alignment.Value = Alignment.Center, vAlign: scala.swing.Alignment.Value = Alignment.Center, pad: Int = 0): Unit

    Permalink

    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)

  31. def sharpIcon(fun: (Path2D) ⇒ Unit, extent: Int = 20): Icon

    Permalink

    No texture, for more finely drawn icons.

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def toolButton(action: Action, iconFun: (Path2D) ⇒ Unit, tooltip: String = ""): Button

    Permalink
  35. def viewButton(action: Action, tooltip: String = ""): Button

    Permalink
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped