Module org.autogui

Class GuiSwingViewDocumentEditor.PreferencesForDocumentSetting

java.lang.Object
org.autogui.swing.GuiSwingViewDocumentEditor.PreferencesForDocumentSetting
All Implemented Interfaces:
GuiSwingPrefsSupports.Preferences
Enclosing class:
GuiSwingViewDocumentEditor

public static class GuiSwingViewDocumentEditor.PreferencesForDocumentSetting extends Object implements GuiSwingPrefsSupports.Preferences
prefs obj for document-settings; currently the settings have properties of entire document styling only for editing plain-texts; minimize properties. Currently supports the following properties;
Since:
1.7
  • Field Details

  • Constructor Details

    • PreferencesForDocumentSetting

      public PreferencesForDocumentSetting()
      initialize by null-values and black and white colors.
    • PreferencesForDocumentSetting

      public PreferencesForDocumentSetting(JEditorPane pane)
      initialize with the target pane (or if null, it sets default null values). it has 2 modes, 1. the property mode with no pane which allows null values for representing saved prefs values, 2. the practical mode with target pane which (basically) does not allow null-values, instead, it merges actual pane's value if null-values arrived.
      Parameters:
      pane - the target text-pane or null
  • Method Details