Uses of Class
org.fife.ui.rtextarea.Macro.MacroRecord
-
Packages that use Macro.MacroRecord Package Description org.fife.ui.rtextarea A single-font text editor with many custom features. -
-
Uses of Macro.MacroRecord in org.fife.ui.rtextarea
Fields in org.fife.ui.rtextarea with type parameters of type Macro.MacroRecord Modifier and Type Field Description private java.util.ArrayList<Macro.MacroRecord>
Macro. macroRecords
Methods in org.fife.ui.rtextarea that return types with arguments of type Macro.MacroRecord Modifier and Type Method Description java.util.List<Macro.MacroRecord>
Macro. getMacroRecords()
Returns the macro records that make up this macro.Methods in org.fife.ui.rtextarea with parameters of type Macro.MacroRecord Modifier and Type Method Description void
Macro. addMacroRecord(Macro.MacroRecord record)
Adds a macro record to this macro.Constructor parameters in org.fife.ui.rtextarea with type arguments of type Macro.MacroRecord Constructor Description Macro(java.lang.String name, java.util.List<Macro.MacroRecord> records)
Constructor.
-