Package jadx.gui.ui.codearea.theme
Interface IEditorTheme
-
- All Known Implementing Classes:
DynamicCodeAreaTheme,FallbackEditorTheme,RSTABundledTheme,RSTAThemeXML
public interface IEditorTheme
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidapply(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)java.lang.StringgetId()java.lang.StringgetName()default voidload()default voidunload()
-