Uses of Class
org.fife.ui.rsyntaxtextarea.Theme
Packages that use Theme
-
Uses of Theme in org.fife.ui.rsyntaxtextarea
Fields in org.fife.ui.rsyntaxtextarea declared as ThemeModifier and TypeFieldDescriptionprivate Theme
RSyntaxTextAreaEditorKit.CopyCutAsStyledTextAction.theme
private Theme
Theme.XmlHandler.theme
Methods in org.fife.ui.rsyntaxtextarea that return ThemeModifier and TypeMethodDescriptionstatic Theme
Theme.load
(InputStream in) Loads a theme.static Theme
Theme.load
(InputStream in, Font baseFont) Loads a theme.Methods in org.fife.ui.rsyntaxtextarea with parameters of type ThemeModifier and TypeMethodDescriptionvoid
RSyntaxTextArea.copyAsStyledText
(Theme theme) Copies the currently selected text to the system clipboard, with style information from the specified theme.static void
Theme.XmlHandler.load
(Theme theme, InputStream in) Constructors in org.fife.ui.rsyntaxtextarea with parameters of type ThemeModifierConstructorDescriptionCopyCutAsStyledTextAction
(String themeName, Theme theme, boolean cutAction)