Main

object Main extends SwingApplicationImpl[TextViewDockable]
class SwingApplicationImpl[TextViewDockable]
trait SwingApplication[TextViewDockable]
trait ApplicationImpl[TextViewDockable]
trait Application[TextViewDockable]
class Object
trait Matchable
class Any

Type members

Inherited types

type DocumentHandler = DocumentHandler[Document]
Inherited from
Application

Value members

Concrete methods

def browseHTML(source: String): Unit
def browseMarkdown(source: String): Unit
def dockControl: CControl
def isDarkSkin: Boolean
def lookUpHelp(ident: String, addToHistory: Boolean): Unit
def mainWindow: Window
def openURL(url: String): Unit

Inherited methods

def addComponent(key: String, component: Any): Unit
Inherited from
ApplicationImpl
final protected
def args: Array[String]
Inherited from
SwingApplicationImpl
def getComponent[A](key: String): Option[A]
Inherited from
ApplicationImpl
def main(args: Array[String]): Unit
Inherited from
SwingApplicationImpl
def quit(): Unit
Inherited from
SwingApplicationImpl
def removeComponent(key: String): Unit
Inherited from
ApplicationImpl
final
def systemPrefs: Preferences
Inherited from
ApplicationImpl
final
def userPrefs: Preferences
Inherited from
ApplicationImpl

Concrete fields

lazy
val repl: REPLSupport
lazy override
val windowHandler: WindowHandler

Inherited fields

val name: String
Inherited from
SwingApplicationImpl

Implicits

Inherited implicits

final implicit protected
def application: SwingApplication[TextViewDockable]
Inherited from
SwingApplicationImpl
implicit lazy
val documentHandler: DocumentHandler
Inherited from
SwingApplicationImpl