abstract class SwingApplicationImpl extends ApplicationImpl with SwingApplication with App
- Self Type
- SwingApplicationImpl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SwingApplicationImpl
- App
- DelayedInit
- SwingApplication
- ApplicationImpl
- Application
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SwingApplicationImpl(name: String)
Type Members
-
abstract
type
Document
- Definition Classes
- Application
-
type
DocumentHandler = desktop.DocumentHandler { type Document = SwingApplicationImpl.this.Document }
- Definition Classes
- Application
Concrete 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 = SwingApplicationImpl.this.Document }
- Attributes
- protected
-
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
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
implicit
lazy val
documentHandler: DocumentHandler { type Document = SwingApplicationImpl.this.Document }
- Definition Classes
- 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
Subclasses may override this to initialize the GUI on the event thread
Subclasses may override this to initialize the GUI on the event thread
- Attributes
- protected
-
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" )
-
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
-
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
-
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( ... )
-
implicit
lazy val
windowHandler: WindowHandler
- Definition Classes
- 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