Package org.apache.pdfbox.debugger.ui
Class WindowPrefs
java.lang.Object
org.apache.pdfbox.debugger.ui.WindowPrefs
A class to save windows position and size in preference using java Preference API.
- Author:
- Tilman Hausherr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
void
setDividerLocation
(int divider) void
setExtendedState
(int extendedState)
-
Constructor Details
-
WindowPrefs
-
-
Method Details
-
setBounds
-
getBounds
-
setDividerLocation
public void setDividerLocation(int divider) -
getDividerLocation
public int getDividerLocation() -
setExtendedState
public void setExtendedState(int extendedState) -
getExtendedState
public int getExtendedState()
-