package gui

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. gui
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ColorPaletteTable extends Writable
  2. trait DataSourceFrame [S <: Sys[S]] extends Window[S]
  3. trait DataSourceView [S <: Sys[S]] extends ViewHasWorkspace[S] with File with Model[Update]
  4. trait InterpreterView extends AnyRef
  5. trait MainView extends AnyRef
  6. trait PlotFrame [S <: Sys[S]] extends Window[S]
  7. trait PlotStatsView [S <: Sys[S]] extends View[S] with Model[Variable]
  8. trait PlotView [S <: Sys[S]] extends ViewHasWorkspace[S] with Editable[S]
  9. trait SonificationAssocView [S <: Sys[S]] extends View[S]
  10. trait SonificationFrame [S <: Sys[S]] extends Window[S]
  11. trait SonificationSourceView [S <: Sys[S]] extends View[S]
  12. trait SonificationView [S <: Sys[S]] extends ViewHasWorkspace[S] with Editable[S] with Model[Update]

Value Members

  1. def registerViews(): Unit
  2. object ColorPaletteTable
  3. object DataSourceFrame
  4. object DataSourceView
  5. object DragAndDrop
  6. object InterpreterView
  7. object MainFrame
  8. object MainView
  9. object MenuFactory
  10. object PlotFrame
  11. object PlotStatsView
  12. object PlotView
  13. object Shapes
  14. object SonificationAssocView
  15. object SonificationFrame
  16. object SonificationSourceView
  17. object SonificationView
  18. 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.

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

Inherited from AnyRef

Inherited from Any

Ungrouped