Interface SS_EditorSettings


public interface SS_EditorSettings
  • Field Details

  • Method Details

    • getDefault

      static SS_EditorSettings getDefault()
    • getBackgroundColor

      Color getBackgroundColor()
    • setBackgroundColor

      void setBackgroundColor(Color color)
    • getTopBackgroundColor

      Color getTopBackgroundColor()
    • setTopBackgroundColor

      void setTopBackgroundColor(Color color)
    • addPropertyChangeListener

      void addPropertyChangeListener(PropertyChangeListener listener)
    • removePropertyChangeListener

      void removePropertyChangeListener(PropertyChangeListener listener)