Object

de.sciss.synth.swing

Main

Related Doc: package swing

Permalink

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. All

Type Members

  1. type Document = TextViewDockable

    Permalink
  2. type DocumentHandler = desktop.DocumentHandler[TextViewDockable]

    Permalink
    Definition Classes
    Application

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addComponent(key: String, component: Any): Unit

    Permalink
    Definition Classes
    ApplicationImpl → Application
  5. implicit final def application: SwingApplication[TextViewDockable]

    Permalink
    Attributes
    protected
    Definition Classes
    SwingApplicationImpl
  6. final def args: Array[String]

    Permalink
    Attributes
    protected
    Definition Classes
    SwingApplicationImpl
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def browseHTML(source: String): Unit

    Permalink
  9. def browseMarkdown(source: String): Unit

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def dockControl: CControl

    Permalink
  12. implicit lazy val documentHandler: DocumentHandler

    Permalink
    Definition Classes
    SwingApplicationImpl → Application
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getComponent[A](key: String): Option[A]

    Permalink
    Definition Classes
    ApplicationImpl → Application
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def init(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Main → SwingApplicationImpl
  20. def interpreter: Future[Interpreter]

    Permalink
  21. def isDarkSkin: Boolean

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def lookUpHelp(ident: String, addToHistory: Boolean = true): Unit

    Permalink
  24. def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    SwingApplicationImpl
  25. def mainWindow: Window

    Permalink
  26. lazy val menuFactory: Root

    Permalink
    Attributes
    protected
    Definition Classes
    Main → SwingApplicationImpl
  27. val name: String

    Permalink
    Definition Classes
    SwingApplicationImpl → Application
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def openURL(url: String): Unit

    Permalink
  32. def quit(): Unit

    Permalink
    Definition Classes
    SwingApplicationImpl → Application
  33. def removeComponent(key: String): Unit

    Permalink
    Definition Classes
    ApplicationImpl → Application
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. final def systemPrefs: Preferences

    Permalink
    Definition Classes
    ApplicationImpl → Application
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def userPrefs: Preferences

    Permalink
    Definition Classes
    ApplicationImpl → Application
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. lazy val windowHandler: WindowHandler

    Permalink
    Definition Classes
    Main → SwingApplicationImpl → SwingApplication

Inherited from SwingApplicationImpl[TextViewDockable]

Inherited from SwingApplication[TextViewDockable]

Inherited from ApplicationImpl[TextViewDockable]

Inherited from Application[TextViewDockable]

Inherited from AnyRef

Inherited from Any

Ungrouped