Package hec.heclib.dss
Interface IDSSUtilities
public interface IDSSUtilities
Description of the Interface
-
Method Summary
Modifier and TypeMethodDescriptionvoidDescription of the MethodintDescription of the MethodintDescription of the MethodintDescription of the MethodDescription of the MethodintcopyRecordsFrom(String toDSSFilename, Vector pathnameList) Description of the MethodintcopyRecordsInto(String fromDSSFilename, Vector pathnameList) Description of the MethodintDescription of the MethodintDescription of the MethodintduplicateRecords(Vector pathnameList, Vector newPathnameList) Description of the MethodGets the lastDeletePathnames attribute of the IDSSUtilities objectGets the pasteListPathnames attribute of the IDSSUtilities objectintDescription of the MethodintrenameRecords(Vector pathnameList, Vector newPathnameList) Description of the Methodintsqueeze()Description of the MethodintDescription of the Method
-
Method Details
-
cancelProcess
void cancelProcess()Description of the Method -
cancelSqueeze
int cancelSqueeze()Description of the Method -
copy
Description of the Method- Parameters:
pathnames- Description of the Parameter- Returns:
- Description of the Return Value
-
copyFile
Description of the Method- Parameters:
secondDSSFilename- Description of the Parameter- Returns:
- Description of the Return Value
-
copyPasteList
Vector copyPasteList()Description of the Method- Returns:
- Description of the Return Value
-
getPasteListPathnames
Vector getPasteListPathnames()Gets the pasteListPathnames attribute of the IDSSUtilities object- Returns:
- The pasteListPathnames value
-
copyRecordsFrom
Description of the Method- Parameters:
toDSSFilename- Description of the ParameterpathnameList- Description of the Parameter- Returns:
- Description of the Return Value
-
copyRecordsInto
Description of the Method- Parameters:
fromDSSFilename- Description of the ParameterpathnameList- Description of the Parameter- Returns:
- Description of the Return Value
-
cut
Description of the Method- Parameters:
pathnameList- Description of the Parameter- Returns:
- Description of the Return Value
-
delete
Description of the Method- Parameters:
pathnameList- Description of the Parameter- Returns:
- Description of the Return Value
-
duplicateRecords
Description of the Method- Parameters:
pathnameList- Description of the ParameternewPathnameList- Description of the Parameter- Returns:
- Description of the Return Value
-
paste
Description of the Method- Parameters:
pasteList- Description of the Parameter- Returns:
- Description of the Return Value
-
renameRecords
Description of the Method- Parameters:
pathnameList- Description of the ParameternewPathnameList- Description of the Parameter- Returns:
- Description of the Return Value
-
squeeze
int squeeze()Description of the Method- Returns:
- Description of the Return Value
-
undoLastDelete
int undoLastDelete()Description of the Method- Returns:
- Description of the Return Value
-
getLastDeletePathnames
Vector getLastDeletePathnames()Gets the lastDeletePathnames attribute of the IDSSUtilities object- Returns:
- The lastDeletePathnames value
-