Package com.ganteater.ae.desktop.editor
Class CodeHelper
java.lang.Object
java.awt.event.KeyAdapter
com.ganteater.ae.desktop.editor.CodeHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyListeners(TextEditor textEditor) protected CommandHelperDialogstatic StringfindLastUnclosedTag(String xmlText) List<com.ganteater.ae.processor.annotation.CommandInfo> getCommandList(String text, Class<? extends com.ganteater.ae.processor.Processor> processorClass) getExampleList(Class<? extends com.ganteater.ae.processor.Processor> class1, String methodName) voidhide()voidvoidvoidsetDefaultDialog(HelperDialog defaultDialog) Methods inherited from class java.awt.event.KeyAdapter
keyReleased
-
Field Details
-
RUN_COMMAND_METHODE_PREFIX
- See Also:
-
-
Constructor Details
-
CodeHelper
-
-
Method Details
-
createPopup
-
keyPressed
- Specified by:
keyPressedin interfaceKeyListener- Overrides:
keyPressedin classKeyAdapter
-
keyTyped
- Specified by:
keyTypedin interfaceKeyListener- Overrides:
keyTypedin classKeyAdapter
-
getCommandList
public List<com.ganteater.ae.processor.annotation.CommandInfo> getCommandList(String text, Class<? extends com.ganteater.ae.processor.Processor> processorClass) -
findLastUnclosedTag
-
getRecipePanel
-
getEditor
-
hide
-
setDefaultDialog
-
applyListeners
-
getExampleList
public List<String> getExampleList(Class<? extends com.ganteater.ae.processor.Processor> class1, String methodName)
-