Uses of Class
org.fife.ui.rsyntaxtextarea.Theme
Packages that use Theme
-
Uses of Theme in org.fife.ui.rsyntaxtextarea
Methods 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.Constructors in org.fife.ui.rsyntaxtextarea with parameters of type ThemeModifierConstructorDescriptionCopyCutAsStyledTextAction(String themeName, Theme theme, boolean cutAction)