Class DynamicCodeAreaTheme

  • All Implemented Interfaces:
    IEditorTheme

    public class DynamicCodeAreaTheme
    extends java.lang.Object
    implements IEditorTheme
    Mix current UI theme colors and apply to code area theme.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)  
      java.lang.String getId()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DynamicCodeAreaTheme

        public DynamicCodeAreaTheme()
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface IEditorTheme
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface IEditorTheme
      • apply

        public void apply​(org.fife.ui.rsyntaxtextarea.RSyntaxTextArea textArea)
        Specified by:
        apply in interface IEditorTheme