Package com.formdev.flatlaf.themeeditor
Class FlatSyntaxTextAreaActions
- java.lang.Object
-
- com.formdev.flatlaf.themeeditor.FlatSyntaxTextAreaActions
-
class FlatSyntaxTextAreaActions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classFlatSyntaxTextAreaActions.DuplicateLinesAction(package private) static classFlatSyntaxTextAreaActions.IncrementNumberAction(package private) static classFlatSyntaxTextAreaActions.InsertColorAction(package private) static classFlatSyntaxTextAreaActions.PickColorAction
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.StringdecrementNumberAction(package private) static java.lang.StringduplicateLinesDownAction(package private) static java.lang.StringduplicateLinesUpAction(package private) static java.lang.StringincrementNumberAction(package private) static java.lang.StringinsertColorAction(package private) static java.lang.StringpickColorAction
-
Constructor Summary
Constructors Constructor Description FlatSyntaxTextAreaActions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static java.lang.StringcolorToString(java.awt.Color color)(package private) static int[]findColorAt(org.fife.ui.rtextarea.RTextArea textArea, int position)(package private) static booleanisHexDigit(char ch)
-
-
-
Field Detail
-
duplicateLinesUpAction
static final java.lang.String duplicateLinesUpAction
- See Also:
- Constant Field Values
-
duplicateLinesDownAction
static final java.lang.String duplicateLinesDownAction
- See Also:
- Constant Field Values
-
incrementNumberAction
static final java.lang.String incrementNumberAction
- See Also:
- Constant Field Values
-
decrementNumberAction
static final java.lang.String decrementNumberAction
- See Also:
- Constant Field Values
-
insertColorAction
static final java.lang.String insertColorAction
- See Also:
- Constant Field Values
-
pickColorAction
static final java.lang.String pickColorAction
- See Also:
- Constant Field Values
-
-