package gui
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- gui
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait ColorPaletteTable extends Writable
- trait DataSourceFrame [S <: Sys[S]] extends Window[S]
- trait DataSourceView [S <: Sys[S]] extends ViewHasWorkspace[S] with File with Model[Update]
- trait InterpreterView extends AnyRef
- trait MainView extends AnyRef
- trait PlotFrame [S <: Sys[S]] extends Window[S]
- trait PlotStatsView [S <: Sys[S]] extends View[S] with Model[Variable]
- trait PlotView [S <: Sys[S]] extends ViewHasWorkspace[S] with Editable[S]
- trait SonificationAssocView [S <: Sys[S]] extends View[S]
- trait SonificationFrame [S <: Sys[S]] extends Window[S]
- trait SonificationSourceView [S <: Sys[S]] extends View[S]
- trait SonificationView [S <: Sys[S]] extends ViewHasWorkspace[S] with Editable[S] with Model[Update]
Value Members
- def registerViews(): Unit
- object ColorPaletteTable
- object DataSourceFrame
- object DataSourceView
- object DragAndDrop
- object InterpreterView
- object MainFrame
- object MainView
- object MenuFactory
- object PlotFrame
- object PlotStatsView
- object PlotView
- object Shapes
- object SonificationAssocView
- object SonificationFrame
- object SonificationSourceView
- object SonificationView
-
object
SwingApplication
extends SwingApplicationImpl with Application
The main entry point for the desktop Swing application.
The main entry point for the desktop Swing application. Please note that this should _not_ be the main class of the project, but you should always invoke
at.iem.sysson.Main, because it first initializes some type extensions that would be missing otherwise. -
object
WorldMapOverlay
A world map overlay shape with the normalized width of 360 and height of 180.
A world map overlay shape with the normalized width of 360 and height of 180. It is read from a binary file that was created from the following public domain image:
https://commons.wikimedia.org/wiki/File:BlankMap-Equirectangular.svg
The binary file contains a sub-sampled union shape of this original SVG file.