package desktop
- Alphabetic
- Public
- All
Type Members
- trait Application extends AnyRef
- trait DialogSource [+A] extends AnyRef
- trait DocumentHandler extends AnyRef
-
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.FileDialogorjavax.swing.JFileChooserdepending 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
JFileChooseralways, when the Web Look-and-Feel is installed, as its component UI is quite sophisticated. - sealed trait FocusType extends AnyRef
-
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.
- sealed trait OptionPane [A] extends DialogSource[A]
- class PathField extends Component
- trait Platform extends Model[Update]
- trait Preferences extends AnyRef
- trait RecentFiles extends AnyRef
- trait SwingApplication extends Application
- trait UndoManager extends AnyRef
-
trait
Window
extends AnyRef
Interface that unites functionality from inhomogeneous classes such as JFrame, JDialog, JInternalFrame
- trait WindowHandler extends AnyRef
Value Members
-
object
BuildInfo
extends Product with Serializable
This object was generated by sbt-buildinfo.
- object Desktop
- object DialogSource
- object DocumentHandler
- object FileDialog
- object FocusType
- object Implicits
- object KeyStrokes
- object LogPane
- object Menu
- object OptionPane
- object Preferences
- object PrefsGUI
- object RecentFiles
- object Util
- object Window