object killSwingVerbosity
- Source
- gui.scala
- Alphabetic
- By Inheritance
- killSwingVerbosity
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- trait AntiAliasing extends JComponent
- case class AppMenus(menus: MenuBranch*) extends scala.Product with Serializable
- case class MenuBranch(name: String, mnemonic: Int, menus: MenuTree*) extends MenuTree with scala.Product with Serializable
- case class MenuLeaf(name: String, shortcut: Int, accelerator: Int, mask: Int)(block: ⇒ Unit) extends MenuTree with scala.Product with Serializable
- case class MenuRadioGroup(groupName: String, actionMap: Map[String, () ⇒ Unit], default: String) extends MenuTree with scala.Product with Serializable
- sealed trait MenuTree extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def ---: MenuSeparator.type
- def --->: MenuLeaf.type
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ===>: MenuBranch.type
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def chooseFile(c: java.awt.Component, fname: String = "", text: String = "Select file"): Option[String]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val fileChooser: JFileChooser
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findLookAndFeel(partOfName: String): Option[String]
Find a look and feel with a name including
partOfName
. -
final
def
getClass(): java.lang.Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
installedLookAndFeels: Vector[String]
Return a sequence of available look and feel options.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isOS(partOfName: String): Boolean
Test if the current operating system name includes
partOfName
. - def isOk(frame: java.awt.Component, msg: String): Boolean
- def keyCode(c: Char): Int
- def mkMenu(name: String, mnemonic: Int): JMenu
- def mkMenuItem(name: String, menu: JMenuItem, shortcut: (Int, Int, Int))(action: ⇒ Unit): 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 onAction(act: ⇒ Unit): ActionListener
- def onAltEnter(act: ⇒ Unit): KeyListener
- def onCtrlEnter(act: ⇒ Unit): KeyListener
- def onEvent(act: (ActionEvent) ⇒ Unit): ActionListener
- def onFocusGained(act: ⇒ Unit): FocusListener
- def onKeyPressed(act: (KeyEvent) ⇒ Unit): KeyListener
- def runInSwingThread(code: ⇒ Unit): Unit
- def runnable(code: ⇒ Unit): Runnable
- def setLookAndFeel(laf: String): Unit
- def setPlatformSpecificLookAndFeel(): Unit
-
def
swingInit(): Unit
Init the Swing GUI toolkit and set platform-specific look and feel.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
- object MenuSeparator extends MenuTree with scala.Product with Serializable
- object fullScreen