public interface ISaveTableDialog
| Modifier and Type | Method and Description |
|---|---|
boolean |
exportModel()
Returns whether or not the model should be exported (according to the
selection state of the check box).
|
String |
getExtension()
Returns the file extension for the selected file.
|
File |
showDialog()
Shows the dialog and lets the user choose a file name.
|
File showDialog()
File objectString getExtension()
String without leading "."boolean exportModel()
true if the model should be exported,
false if the table should be exported.Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.