public interface IWindowPreferences
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
getBounds() |
WindowState |
getState() |
void |
setBounds(Rectangle bounds) |
void |
setIconified() |
void |
setMaximized() |
void |
setNormal() |
Rectangle getBounds()
void setBounds(Rectangle bounds)
void setNormal()
void setMaximized()
void setIconified()
WindowState getState()
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.