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 Theme
RSyntaxTextAreaEditorKit.CopyCutAsStyledTextAction. theme
private Theme
Theme.XmlHandler. theme
Methods in org.fife.ui.rsyntaxtextarea that return Theme Modifier and Type Method Description static Theme
Theme. load(java.io.InputStream in)
Loads a theme.static Theme
Theme. 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 void
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, 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)
-