Package com.ganteater.ae.desktop.editor
Interface AeEditPanel
- All Known Implementing Classes:
TaskEditor
public interface AeEditPanel
-
Method Summary
Modifier and TypeMethodDescriptioncontextHelp
(DialogPopupMenu menu) void
format()
int
getText()
void
reload()
void
replaceRange
(String text, int i, int caretPosition2) void
runTask()
void
save()
-
Method Details
-
save
- Throws:
IOException
-
format
void format() -
runTask
void runTask() -
getMagicCaretPosition
-
getText
-
getCaretPosition
int getCaretPosition() -
getTaskProcessor
-
getManager
-
replaceRange
-
contextHelp
-
getEditor
-
reload
void reload()
-