Package jadx.gui.ui.codearea.theme
Class FallbackEditorTheme
- java.lang.Object
-
- jadx.gui.ui.codearea.theme.FallbackEditorTheme
-
- All Implemented Interfaces:
IEditorTheme
public class FallbackEditorTheme extends java.lang.Object implements IEditorTheme
-
-
Constructor Summary
Constructors Constructor Description FallbackEditorTheme()
-
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()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jadx.gui.ui.codearea.theme.IEditorTheme
unload
-
-
-
-
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
-
-