Uses of Interface
com.jaxfront.swing.ui.editor.FileLocationChooser

Packages that use FileLocationChooser
com.jaxfront.swing.ui.editor   
 

Uses of FileLocationChooser in com.jaxfront.swing.ui.editor
 

Classes in com.jaxfront.swing.ui.editor that implement FileLocationChooser
 class FileNameChooser
          An instance of FileNameChooser shows several locations of resources in a combo box that are xml files eq. po.xsd, po.xml, po.xui.
 class FileNameChooserModern
          An instance of FileNameChooser shows several locations of resources in a combo box that are xml files eq. po.xsd, po.xml, po.xui.
 

Methods in com.jaxfront.swing.ui.editor that return FileLocationChooser
 FileLocationChooser ChooserTab.getXMLChooser()
          Returns the FileLocationChooser with which the user can select one of the xml resources
 FileLocationChooser ChooserTab.getXSDChooser()
          Returns the FileLocationChooser with which the user can select one of the xsd resources
 FileLocationChooser ChooserTab.getXUIChooser()
          Returns the FileLocationChooser with which the user can select one of the xui resources
 

Constructors in com.jaxfront.swing.ui.editor with parameters of type FileLocationChooser
ChooserTab(java.util.Vector lastFiles, FileLocationChooser xsdChooser, FileLocationChooser xmlChooser, FileLocationChooser xuiChooser, java.util.Vector rootNames, boolean resolveWSDL)
          Creates an instance of ChooserTab with the specified FileLocationChooser.