Interface IWindowPreferences

All Known Implementing Classes:
WindowPreferences

public interface IWindowPreferences
  • Method Details

    • getBounds

      Rectangle getBounds()
    • setBounds

      void setBounds(Rectangle bounds)
    • setNormal

      void setNormal()
    • setMaximized

      void setMaximized()
    • setIconified

      void setIconified()
    • getState

      WindowState getState()