-
- All Known Implementing Classes:
Nano
public interface Editor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
open(List<String> files)
void
run()
void
setRestricted(boolean restricted)
-
-
-
Method Detail
-
open
void open(List<String> files) throws IOException
- Throws:
IOException
-
run
void run() throws IOException
- Throws:
IOException
-
setRestricted
void setRestricted(boolean restricted)
-
-