Class FlatSyntaxTextAreaActions
java.lang.Object
com.formdev.flatlaf.themeeditor.FlatSyntaxTextAreaActions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class(package private) static class(package private) static class(package private) static class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static StringcolorToString(Color color) (package private) static int[]findColorAt(org.fife.ui.rtextarea.RTextArea textArea, int position) (package private) static booleanisHexDigit(char ch)
-
Field Details
-
duplicateLinesUpAction
- See Also:
-
duplicateLinesDownAction
- See Also:
-
incrementNumberAction
- See Also:
-
decrementNumberAction
- See Also:
-
insertColorAction
- See Also:
-
pickColorAction
- See Also:
-
-
Constructor Details
-
FlatSyntaxTextAreaActions
FlatSyntaxTextAreaActions()
-
-
Method Details
-
findColorAt
static int[] findColorAt(org.fife.ui.rtextarea.RTextArea textArea, int position) -
isHexDigit
static boolean isHexDigit(char ch) -
colorToString
-