Packages

o

reqT

killSwingVerbosity

object killSwingVerbosity

Source
gui.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. killSwingVerbosity
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AntiAliasing extends JComponent
  2. case class AppMenus(menus: MenuBranch*) extends scala.Product with Serializable
  3. case class MenuBranch(name: String, mnemonic: Int, menus: MenuTree*) extends MenuTree with scala.Product with Serializable
  4. case class MenuLeaf(name: String, shortcut: Int, accelerator: Int, mask: Int)(block: ⇒ Unit) extends MenuTree with scala.Product with Serializable
  5. case class MenuRadioGroup(groupName: String, actionMap: Map[String, () ⇒ Unit], default: String) extends MenuTree with scala.Product with Serializable
  6. sealed trait MenuTree extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ---: MenuSeparator.type
  4. def --->: MenuLeaf.type
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def ===>: MenuBranch.type
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def chooseFile(c: java.awt.Component, fname: String = "", text: String = "Select file"): Option[String]
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. lazy val fileChooser: JFileChooser
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def findLookAndFeel(partOfName: String): Option[String]

    Find a look and feel with a name including partOfName.

  15. final def getClass(): java.lang.Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def installedLookAndFeels: Vector[String]

    Return a sequence of available look and feel options.

  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isOS(partOfName: String): Boolean

    Test if the current operating system name includes partOfName.

  20. def isOk(frame: java.awt.Component, msg: String): Boolean
  21. def keyCode(c: Char): Int
  22. def mkMenu(name: String, mnemonic: Int): JMenu
  23. def mkMenuItem(name: String, menu: JMenuItem, shortcut: (Int, Int, Int))(action: ⇒ Unit): Unit
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def onAction(act: ⇒ Unit): ActionListener
  28. def onAltEnter(act: ⇒ Unit): KeyListener
  29. def onCtrlEnter(act: ⇒ Unit): KeyListener
  30. def onEvent(act: (ActionEvent) ⇒ Unit): ActionListener
  31. def onFocusGained(act: ⇒ Unit): FocusListener
  32. def onKeyPressed(act: (KeyEvent) ⇒ Unit): KeyListener
  33. def runInSwingThread(code: ⇒ Unit): Unit
  34. def runnable(code: ⇒ Unit): Runnable
  35. def setLookAndFeel(laf: String): Unit
  36. def setPlatformSpecificLookAndFeel(): Unit
  37. def swingInit(): Unit

    Init the Swing GUI toolkit and set platform-specific look and feel.

  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  43. object MenuSeparator extends MenuTree with scala.Product with Serializable
  44. object fullScreen

Inherited from AnyRef

Inherited from Any

Ungrouped