java.lang.Object
org.jpo.gui.ConsolidateGroupController
- All Implemented Interfaces:
ConsolidateGroupActionCallback
Controller to consolidate pictures of a node into a directory.
-
Constructor Summary
ConstructorDescriptionCreates a GUI that allows the user to customise the parameters of the desired picture consolidation. -
Method Summary
Modifier and TypeMethodDescriptionvoid
consolidateGroupCallback
(File targetDirectory, boolean recurseSubgroups) method that outputs the selected group to a directory
-
Constructor Details
-
ConsolidateGroupController
Creates a GUI that allows the user to customise the parameters of the desired picture consolidation.- Parameters:
request
- The details of the request
-
-
Method Details
-
consolidateGroupCallback
method that outputs the selected group to a directory- Specified by:
consolidateGroupCallback
in interfaceConsolidateGroupActionCallback
- Parameters:
targetDirectory
- target directoryrecurseSubgroups
- true if the subgroups are to consolidated, false if not
-