Package

at.iem.sysson

gui

Permalink

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

    Permalink
  2. trait DataSourceFrame[S <: Sys[S]] extends Window[S]

    Permalink
  3. trait DataSourceView[S <: Sys[S]] extends ViewHasWorkspace[S] with File with Model[Update]

    Permalink
  4. trait InterpreterView extends AnyRef

    Permalink
  5. trait MainView extends AnyRef

    Permalink
  6. trait PlotFrame[S <: Sys[S]] extends Window[S]

    Permalink
  7. trait PlotStatsView[S <: Sys[S]] extends View[S] with Model[Variable]

    Permalink
  8. trait PlotView[S <: Sys[S]] extends ViewHasWorkspace[S] with Editable[S]

    Permalink
  9. trait SonificationAssocView[S <: Sys[S]] extends View[S]

    Permalink
  10. trait SonificationFrame[S <: Sys[S]] extends Window[S]

    Permalink
  11. trait SonificationSourceView[S <: Sys[S]] extends View[S]

    Permalink
  12. trait SonificationView[S <: Sys[S]] extends ViewHasWorkspace[S] with Editable[S] with Model[Update]

    Permalink

Value Members

  1. object ColorPaletteTable

    Permalink
  2. object DataSourceFrame

    Permalink
  3. object DataSourceView

    Permalink
  4. object DragAndDrop

    Permalink
  5. object InterpreterView

    Permalink
  6. object MainFrame

    Permalink
  7. object MainView

    Permalink
  8. object MenuFactory

    Permalink
  9. object PlotFrame

    Permalink
  10. object PlotStatsView

    Permalink
  11. object PlotView

    Permalink
  12. object SonificationAssocView

    Permalink
  13. object SonificationFrame

    Permalink
  14. object SonificationSourceView

    Permalink
  15. object SonificationView

    Permalink
  16. object SwingApplication extends SwingApplicationImpl with Application

    Permalink

    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.

  17. object WorldMapOverlay

    Permalink

    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.

  18. def registerViews(): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped