Package jadx.gui.ui.codearea.theme
Class RSTABundledTheme
- java.lang.Object
-
- jadx.gui.ui.codearea.theme.RSTABundledTheme
-
- All Implemented Interfaces:
IEditorTheme
public class RSTABundledTheme extends java.lang.Object implements IEditorTheme
-
-
Constructor Summary
Constructors Constructor Description RSTABundledTheme(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)java.lang.StringgetId()java.lang.StringgetName()voidload()voidunload()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfaceIEditorTheme
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceIEditorTheme
-
load
public void load()
- Specified by:
loadin interfaceIEditorTheme
-
apply
public void apply(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)
- Specified by:
applyin interfaceIEditorTheme
-
unload
public void unload()
- Specified by:
unloadin interfaceIEditorTheme
-
-