Module org.autogui

Interface SettingsWindow.SettingSupport

All Known Implementing Classes:
GuiSwingPrefsSupports.WindowPreferencesUpdater
Enclosing class:
SettingsWindow

public static interface SettingsWindow.SettingSupport
the callback interface for SettingsWindow in order to save and load preferences of the window
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    moved(JFrame window)
     
    void
    resized(JFrame window)
     
    void
    setup(JFrame window)
     
  • Method Details

    • resized

      void resized(JFrame window)
    • moved

      void moved(JFrame window)
    • setup

      void setup(JFrame window)