Package | Description |
---|---|
net.pandoragames.far.ui |
The user interface layer.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TargetFile> |
UIBean.rename(java.util.List<TargetFile> fileList,
OverwriteFileCallback callback)
Cycles through the file list and renames each file to the name specified in
the "newName" property, unless the file is not selected or "newName" is empty.
|
java.util.List<TargetFile> |
UIFace.rename(java.util.List<TargetFile> fileList,
OverwriteFileCallback callback)
Cycles through the file list and renames each file to the name specified in
the "newName" property, unless the file is not selected or "newName" is empty.
|