Class WindowPrefs

java.lang.Object
org.apache.pdfbox.debugger.ui.WindowPrefs

public class WindowPrefs extends Object
A class to save windows position and size in preference using java Preference API.
Author:
Tilman Hausherr
  • Constructor Details

    • WindowPrefs

      public WindowPrefs(Class<?> className)
  • Method Details

    • setBounds

      public void setBounds(Rectangle rect)
    • getBounds

      public Rectangle getBounds()
    • setDividerLocation

      public void setDividerLocation(int divider)
    • getDividerLocation

      public int getDividerLocation()
    • setExtendedState

      public void setExtendedState(int extendedState)
    • getExtendedState

      public int getExtendedState()