Package net.sf.okapi.filters.rainbowkit
Interface IManifestEditor
-
public interface IManifestEditor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanedit(Object parent, Manifest manifest, boolean inProcess)Opens the editor for the manifest files.
-
-
-
Method Detail
-
edit
boolean edit(Object parent, Manifest manifest, boolean inProcess)
Opens the editor for the manifest files.- Parameters:
parent- UI parent object (can be null)manifest- manifest object to editinProcess- true if a process is continued when the editor is closed.- Returns:
- false on error or if the user cancels.
-
-