Package com.formdev.flatlaf.themeeditor
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 String
colorToString
(Color color) (package private) static int[]
findColorAt
(org.fife.ui.rtextarea.RTextArea textArea, int position) (package private) static boolean
isHexDigit
(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
-