Dialog
A module with utilities for creating standard GUI dialogs.
Attributes
- Source
- Dialog.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Dialog.type
Members list
Value members
Concrete methods
Show a file choice dialog starting in startDir
with confirm button
text.
Show a file choice dialog starting in startDir
with confirm button
text.
Attributes
- Source
- Dialog.scala
Show a message
asking for input with init
value. Return user input.
Show a message
asking for input with init
value. Return user input.
Returns empty string on Cancel.
Attributes
- Source
- Dialog.scala
Show a confirmation dialog with question
and OK and Cancel buttons.
Show a selection dialog with buttons
. Return a string with the chosen button text.
Show a selection dialog with buttons
. Return a string with the chosen button text.
Attributes
- Source
- Dialog.scala
Show a color selection dialog and return the color that the user selected.
Show a color selection dialog and return the color that the user selected.
Attributes
- Source
- Dialog.scala
Show a dialog with a message
text.