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 ThemeRSyntaxTextAreaEditorKit.CopyCutAsStyledTextAction.themeprivate ThemeTheme.XmlHandler.themeMethods in org.fife.ui.rsyntaxtextarea that return ThemeModifier and TypeMethodDescriptionstatic ThemeTheme.load(InputStream in) Loads a theme.static ThemeTheme.load(InputStream in, Font baseFont) Loads a theme.Methods in org.fife.ui.rsyntaxtextarea with parameters of type ThemeModifier and TypeMethodDescriptionvoidRSyntaxTextArea.copyAsStyledText(Theme theme) Copies the currently selected text to the system clipboard, with style information from the specified theme.static voidTheme.XmlHandler.load(Theme theme, InputStream in) Constructors in org.fife.ui.rsyntaxtextarea with parameters of type ThemeModifierConstructorDescriptionCopyCutAsStyledTextAction(String themeName, Theme theme, boolean cutAction)