public interface Editor
Modifier and Type | Method and Description |
---|---|
void |
open(List<String> files) |
void |
run() |
void |
setRestricted(boolean restricted) |
void open(List<String> files) throws IOException
IOException
void run() throws IOException
IOException
void setRestricted(boolean restricted)