object Application extends SwingApplicationProxy[Universe[_], Application]
A proxy for a swing application.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Application
- SwingApplicationProxy
- ApplicationProxy
- SwingApplication
- Application
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- final def addComponent(key: String, component: Any): Unit
- Definition Classes
- ApplicationProxy → Application
- def applyAudioPreferences(serverCfg: ConfigBuilder, clientCfg: ConfigBuilder, useDevice: Boolean, pickPort: Boolean): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def auralSystem: AuralSystem
- def cacheDir: File
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- implicit def compiler: Compiler
- final def documentHandler: DocumentHandler
- Definition Classes
- ApplicationProxy → Application
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def getComponent[A](key: String): Option[A]
- Definition Classes
- ApplicationProxy → Application
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def init(peer: Application): Unit
- Definition Classes
- ApplicationProxy
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def name: String
- Definition Classes
- ApplicationProxy → Application
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def objectFilter: (String) => Boolean
- final def peer: Application
- Attributes
- protected
- Definition Classes
- ApplicationProxy
- final def quit(): Unit
- Definition Classes
- ApplicationProxy → Application
- final def removeComponent(key: String): Unit
- Definition Classes
- ApplicationProxy → Application
- final def requireInitialized(): Unit
- Attributes
- protected
- Definition Classes
- ApplicationProxy
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def systemPrefs: Preferences
- Definition Classes
- ApplicationProxy → Application
- def toString(): String
- Definition Classes
- AnyRef → Any
- def topLevelObjects: Seq[String]
- final def userPrefs: Preferences
- Definition Classes
- ApplicationProxy → Application
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def windowHandler: WindowHandler
- Definition Classes
- SwingApplicationProxy → SwingApplication
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated