Packages

object Main extends SwingApplicationImpl[TextViewDockable]

Linear Supertypes
SwingApplicationImpl[TextViewDockable], SwingApplication[TextViewDockable], ApplicationImpl[TextViewDockable], Application[TextViewDockable], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Main
  2. SwingApplicationImpl
  3. SwingApplication
  4. ApplicationImpl
  5. Application
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Document = TextViewDockable
  2. type DocumentHandler = desktop.DocumentHandler[TextViewDockable]
    Definition Classes
    Application

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addComponent(key: String, component: Any): Unit
    Definition Classes
    ApplicationImpl → Application
  5. implicit final def application: SwingApplication[TextViewDockable]
    Attributes
    protected
    Definition Classes
    SwingApplicationImpl
  6. final def args: Array[String]
    Attributes
    protected
    Definition Classes
    SwingApplicationImpl
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def browseHTML(source: String): Unit
  9. def browseMarkdown(source: String): Unit
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def dockControl: CControl
  12. implicit lazy val documentHandler: DocumentHandler
    Definition Classes
    SwingApplicationImpl → Application
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getComponent[A](key: String): Option[A]
    Definition Classes
    ApplicationImpl → Application
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def init(): Unit
    Attributes
    protected
    Definition Classes
    Main → SwingApplicationImpl
  19. def interpreter: Future[Interpreter]
  20. def isDarkSkin: Boolean
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def lookUpHelp(ident: String, addToHistory: Boolean = true): Unit
  23. def main(args: Array[String]): Unit
    Definition Classes
    SwingApplicationImpl
  24. def mainWindow: Window
  25. lazy val menuFactory: Root
    Attributes
    protected
    Definition Classes
    Main → SwingApplicationImpl
  26. val name: String
    Definition Classes
    SwingApplicationImpl → Application
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def openURL(url: String): Unit
  31. def quit(): Unit
    Definition Classes
    SwingApplicationImpl → Application
  32. def removeComponent(key: String): Unit
    Definition Classes
    ApplicationImpl → Application
  33. lazy val repl: REPLSupport
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. final def systemPrefs: Preferences
    Definition Classes
    ApplicationImpl → Application
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def userPrefs: Preferences
    Definition Classes
    ApplicationImpl → Application
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. lazy val windowHandler: WindowHandler
    Definition Classes
    Main → SwingApplicationImpl → SwingApplication

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from SwingApplicationImpl[TextViewDockable]

Inherited from SwingApplication[TextViewDockable]

Inherited from ApplicationImpl[TextViewDockable]

Inherited from Application[TextViewDockable]

Inherited from AnyRef

Inherited from Any

Ungrouped