object SwingApplication extends SwingApplicationImpl with Application
The main entry point for the desktop Swing application.
Please note that this should _not_ be the main class of the project,
but you should always invoke at.iem.sysson.Main, because it first
initializes some type extensions that would be missing otherwise.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SwingApplication
- Application
- SwingApplicationImpl
- App
- DelayedInit
- SwingApplication
- ApplicationImpl
- Application
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
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
addComponent(key: String, component: Any): Unit
- Definition Classes
- ApplicationImpl → Application
-
implicit final
def
application: SwingApplication { type Document = at.iem.sysson.gui.SwingApplication.Document }
- Attributes
- protected
- Definition Classes
- SwingApplicationImpl
-
def
args: Array[String]
- Attributes
- protected
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "args should not be overridden" , "2.11.0" )
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def categSonification: String
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
lazy val
documentHandler: DocumentHandler
- Definition Classes
- SwingApplication → SwingApplicationImpl → Application
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getComponent[A](key: String): Option[A]
- Definition Classes
- ApplicationImpl → Application
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
init(): Unit
- Definition Classes
- SwingApplication → SwingApplicationImpl
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
-
def
menuFactory: Root
- Attributes
- protected
- Definition Classes
- SwingApplication → SwingApplicationImpl
-
val
name: String
- Definition Classes
- SwingApplicationImpl → Application
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
lazy val
objectFilter: (String) ⇒ Boolean
- Definition Classes
- SwingApplication → Application
-
def
quit(): Unit
- Definition Classes
- SwingApplicationImpl → Application
-
def
removeComponent(key: String): Unit
- Definition Classes
- ApplicationImpl → Application
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
systemPrefs: Preferences
- Definition Classes
- ApplicationImpl → Application
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
topLevelObjects: Seq[String]
- Definition Classes
- SwingApplication → Application
-
final
def
userPrefs: Preferences
- Definition Classes
- ApplicationImpl → Application
-
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
- @throws( ... )
-
lazy val
windowHandler: WindowHandler
- Definition Classes
- SwingApplication → SwingApplicationImpl → SwingApplication
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear