p

de.sciss

desktop

package desktop

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Application extends AnyRef
  2. trait DialogSource [+A] extends AnyRef
  3. trait DocumentHandler extends AnyRef
  4. trait FileDialog extends DialogSource[Option[File]]

    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
  6. trait LogPane extends AnyRef

     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]
  8. class PathField extends Component
  9. trait Platform extends Model[Update]
  10. trait Preferences extends AnyRef
  11. trait RecentFiles extends AnyRef
  12. trait SwingApplication extends Application
  13. trait UndoManager extends AnyRef
  14. trait Window extends AnyRef

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

  15. trait WindowHandler extends AnyRef

Value Members

  1. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object Desktop
  3. object DialogSource
  4. object DocumentHandler
  5. object FileDialog
  6. object FocusType
  7. object Implicits
  8. object KeyStrokes
  9. object LogPane
  10. object Menu
  11. object OptionPane
  12. object Preferences
  13. object PrefsGUI
  14. object RecentFiles
  15. object Util
  16. object Window

Ungrouped