Package backupmanager.swing
Class FileLocationComponent
java.lang.Object
backupmanager.swing.FileLocationComponent
Swing component that can be used to set a file location for source or destination files. 
 Allows selection by files OR folders, (or both?)
- Author:
 - dg50
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionFileLocationComponent(Window owner, FileLocationComponent.LocationType type, boolean allowPath, boolean allowMask) FileLocationComponent(Window owner, FileLocationComponent.LocationType type, String borderTitle, int charWidth, boolean allowPath, boolean showMask)  - 
Method Summary
Modifier and TypeMethodDescriptiongetParams(FileLocation fileLocation) voidsetParams(FileLocation fileLocation)  
- 
Field Details
- 
DEFAULT_PATH_LEN
public static final int DEFAULT_PATH_LEN- See Also:
 
 
 - 
 - 
Constructor Details
- 
FileLocationComponent
public FileLocationComponent(Window owner, FileLocationComponent.LocationType type, boolean allowPath, boolean allowMask)  - 
FileLocationComponent
public FileLocationComponent(Window owner, FileLocationComponent.LocationType type, String borderTitle, int charWidth, boolean allowPath, boolean showMask)  
 - 
 - 
Method Details
- 
getComponent
 - 
setParams
 - 
getParams
 
 -