Uses of Class
ucot.utils.CustomFileFilter

Packages that use CustomFileFilter
ucot.ui.gui   
 

Uses of CustomFileFilter in ucot.ui.gui
 

Method parameters in ucot.ui.gui with type arguments of type CustomFileFilter
static java.net.URL GUIUtils.showOpenFileDialog(java.awt.Component owner, java.util.Vector<CustomFileFilter> fileFilters)
          Default open dialog spawner which assumes that all file types are not required to be shown when any file filters are manually defined.
static java.net.URL GUIUtils.showOpenFileDialog(java.awt.Component owner, java.util.Vector<CustomFileFilter> fileFilters, boolean acceptAllFileFiltersUsed)
          Method for spawning a file chooser dialog.
static java.net.URL GUIUtils.showSaveFileDialog(java.awt.Component owner, java.util.Vector<CustomFileFilter> fileFilters)
          Method for spawning a file save dialog.