public class WindowPreferences extends Object implements IWindowPreferences
| Constructor and Description |
|---|
WindowPreferences(IPreferences preferences) |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
getBounds() |
WindowState |
getState() |
void |
setBounds(Rectangle bounds) |
void |
setIconified() |
void |
setMaximized() |
void |
setNormal() |
public WindowPreferences(IPreferences preferences)
public Rectangle getBounds()
getBounds in interface IWindowPreferencespublic void setBounds(Rectangle bounds)
setBounds in interface IWindowPreferencespublic void setIconified()
setIconified in interface IWindowPreferencespublic void setMaximized()
setMaximized in interface IWindowPreferencespublic void setNormal()
setNormal in interface IWindowPreferencespublic WindowState getState()
getState in interface IWindowPreferencesCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.