Package jadx.gui.ui.codearea.theme
Class EditorThemeManager
- java.lang.Object
-
- jadx.gui.ui.codearea.theme.EditorThemeManager
-
public class EditorThemeManager extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EditorThemeManager(JadxSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)ThemeIdAndNamegetCurrentThemeIdName()ThemeIdAndName[]getThemeIdNameArray()voidregisterTheme(IEditorTheme editorTheme)voidsetTheme(java.lang.String id)voidunload()
-
-
-
Constructor Detail
-
EditorThemeManager
public EditorThemeManager(JadxSettings settings)
-
-
Method Detail
-
registerTheme
public void registerTheme(IEditorTheme editorTheme)
-
setTheme
public void setTheme(java.lang.String id)
-
apply
public void apply(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)
-
getThemeIdNameArray
public ThemeIdAndName[] getThemeIdNameArray()
-
getCurrentThemeIdName
public ThemeIdAndName getCurrentThemeIdName()
-
unload
public void unload()
-
-