Modifier and Type | Method and Description |
---|---|
public void | edit(String
the label string for the Edit Pad window, or null,
for default window label windowLabel, String the source to load in the Edit Pad initialText, Consumer<String> a handler for changed source (can be sent the full source) saveHandler, Consumer<String> a handler for unexpected errors errorHandler)Create a simple built-in editor. |
public int |
edit | back to summary |
---|---|
public void edit(String windowLabel, String initialText, Consumer<String> saveHandler, Consumer<String> errorHandler) Create a simple built-in editor.
|
rank | back to summary |
---|---|
public int rank()
|