Given a Table we generate a simple key-value Dialog for adding a row to the dialog we assume that the data type of each cell is String
Given a Table we generate a simple key-value Dialog for adding a row to the dialog we assume that the data type of each cell is String
The window which owns this Dialog
The title of the Dialog box
The table to create a dialog for
A function which takes a row as the result of the dialog box
Opens a FileChooser and sends the result to a function
Opens a FileChooser and sends the result to a function
A function which takes the chosen file
A component over which the FileChooser dialog should be located
Opens a FileChooser and sets the path of the chosen file as the text of a Text Component
Opens a FileChooser and sets the path of the chosen file as the text of a Text Component
A text component which displays the absolute path of the chosen file
A component over which the FileChooser dialog should be located
Execute an Action when a Button is Clicked
Execute an Action when a Button is Clicked
The action function to invoke
Execute an Action when a specific Key is pressed
Execute an Action when a specific Key is pressed
The key which has to be pressed to invoke the action
The action function to invoke
Some simple helpers to ease the use of scala.swing