Uses of Class
org.fife.ui.rsyntaxtextarea.Theme
-
Packages that use Theme Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor. -
-
Uses of Theme in org.fife.ui.rsyntaxtextarea
Fields in org.fife.ui.rsyntaxtextarea declared as Theme Modifier and Type Field Description private ThemeRSyntaxTextAreaEditorKit.CopyCutAsStyledTextAction. themeprivate ThemeTheme.XmlHandler. themeMethods in org.fife.ui.rsyntaxtextarea that return Theme Modifier and Type Method Description static ThemeTheme. load(java.io.InputStream in)Loads a theme.static ThemeTheme. load(java.io.InputStream in, java.awt.Font baseFont)Loads a theme.Methods in org.fife.ui.rsyntaxtextarea with parameters of type Theme Modifier and Type Method Description voidRSyntaxTextArea. 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, java.io.InputStream in)Constructors in org.fife.ui.rsyntaxtextarea with parameters of type Theme Constructor Description CopyCutAsStyledTextAction(java.lang.String themeName, Theme theme, boolean cutAction)
-