Interface IWindowPreferences
-
- All Known Implementing Classes:
WindowPreferences
public interface IWindowPreferences
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.RectanglegetBounds()WindowStategetState()voidsetBounds(java.awt.Rectangle bounds)voidsetIconified()voidsetMaximized()voidsetNormal()
-
-
-
Method Detail
-
getBounds
java.awt.Rectangle getBounds()
-
setBounds
void setBounds(java.awt.Rectangle bounds)
-
setNormal
void setNormal()
-
setMaximized
void setMaximized()
-
setIconified
void setIconified()
-
getState
WindowState getState()
-
-