📄 macrointerface.java
字号:
/* Generated by Together */package org.joone.script;public interface MacroInterface extends org.joone.engine.NeuralNetListener { /** Exports an internal variable in the script's namespace * @param name - the name of the variable in the script's namespace * @param jObject - the value of the exported variable */ public void set(String name, Object jObject); /** Run a generic macro contained in a text * @parameter the text of the macro */ public void runMacro(String text); /** Getter for property macroManager. * @return Value of property macroManager. */ public MacroManager getMacroManager(); /** Setter for property macroManager. * @param macroManager New value of property macroManager. */ public void setMacroManager(MacroManager macroManager);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -