Package

de.sciss

desktop

Permalink

package desktop

Visibility
  1. Public
  2. All

Type Members

  1. trait Application extends AnyRef

    Permalink
  2. trait DialogSource[+A] extends AnyRef

    Permalink
  3. trait DocumentHandler extends AnyRef

    Permalink
  4. trait FileDialog extends DialogSource[Option[File]]

    Permalink

    A dialog for selecting a file or folder.

    A dialog for selecting a file or folder. This tries to automatically select java.awt.FileDialog or javax.swing.JFileChooser depending on the context. With many look-and-feels, the native (AWT) dialog provides a better experience, for example on OS X. On the other hand, folder selection is not officially supported by AWT, with OS X providing a tricky work-around.

    The new behaviour selected JFileChooser always, when the Web Look-and-Feel is installed, as its component UI is quite sophisticated.

  5. sealed trait FocusType extends AnyRef

    Permalink
  6. trait LogPane extends AnyRef

    Permalink

     A pane widget which can be used to log text output, and which can be hooked up to capture the default console output.

  7. sealed trait OptionPane[A] extends DialogSource[A]

    Permalink
  8. class PathField extends Component

    Permalink
  9. trait Platform extends Model[Update]

    Permalink
  10. trait Preferences extends AnyRef

    Permalink
  11. trait RecentFiles extends AnyRef

    Permalink
  12. trait SwingApplication extends Application

    Permalink
  13. trait UndoManager extends AnyRef

    Permalink
  14. trait Window extends AnyRef

    Permalink

    Interface that unites functionality from inhomogeneous classes such as JFrame, JDialog, JInternalFrame

  15. trait WindowHandler extends AnyRef

    Permalink

Value Members

  1. object BuildInfo extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  2. object Desktop

    Permalink
  3. object DialogSource

    Permalink
  4. object DocumentHandler

    Permalink
  5. object FileDialog

    Permalink
  6. object FocusType

    Permalink
  7. object Implicits

    Permalink
  8. object KeyStrokes

    Permalink
  9. object LogPane

    Permalink
  10. object Menu

    Permalink
  11. object OptionPane

    Permalink
  12. object Preferences

    Permalink
  13. object PrefsGUI

    Permalink
  14. object RecentFiles

    Permalink
  15. object Util

    Permalink
  16. object Window

    Permalink
  17. package edit

    Permalink
  18. package impl

    Permalink

Ungrouped