Uses of Class
ucot.ui.gui.ChoosedFile

Packages that use ChoosedFile
ucot.ui.gui Graphical userInterface and classes related to it. 
 

Uses of ChoosedFile in ucot.ui.gui
 

Methods in ucot.ui.gui that return ChoosedFile
static ChoosedFile GUIUtils.showSaveFileDialog(java.awt.Component owner, java.util.Vector<CustomFileFilter> fileFilters)
           Method for spawning a save file chooser dialog.
static ChoosedFile GUIUtils.showSaveFileDialog(java.awt.Component owner, java.util.Vector<CustomFileFilter> fileFilters, int fileSelectionMode)
           Method for spawning a file save dialog.