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
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFileLocationComponent
(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) void
setParams
(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
-