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 Macro
RTextArea. currentMacro
Methods in org.fife.ui.rtextarea that return Macro Modifier and Type Method Description static Macro
RTextArea. 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 void
RTextArea. loadMacro(Macro macro)
Loads a macro to be used by allRTextArea
s in the current application.
-