Uses of Class
org.fife.ui.rtextarea.Macro
-
Packages that use Macro Package Description org.fife.ui.rtextarea A single-font text editor with many custom features. -
-
Uses of Macro in org.fife.ui.rtextarea
Fields in org.fife.ui.rtextarea declared as Macro Modifier and Type Field Description private static MacroRTextArea. currentMacroMethods in org.fife.ui.rtextarea that return Macro Modifier and Type Method Description static MacroRTextArea. getCurrentMacro()Returns the macro currently stored in thisRTextArea.Methods in org.fife.ui.rtextarea with parameters of type Macro Modifier and Type Method Description static voidRTextArea. loadMacro(Macro macro)Loads a macro to be used by allRTextAreas in the current application.
-