Class WindowPreferences
- java.lang.Object
-
- net.anwiba.commons.swing.preference.WindowPreferences
-
- All Implemented Interfaces:
IWindowPreferences
public class WindowPreferences extends java.lang.Object implements IWindowPreferences
-
-
Constructor Summary
Constructors Constructor Description WindowPreferences(IPreferences preferences)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.RectanglegetBounds()WindowStategetState()voidsetBounds(java.awt.Rectangle bounds)voidsetIconified()voidsetMaximized()voidsetNormal()
-
-
-
Constructor Detail
-
WindowPreferences
public WindowPreferences(IPreferences preferences)
-
-
Method Detail
-
getBounds
public java.awt.Rectangle getBounds()
- Specified by:
getBoundsin interfaceIWindowPreferences
-
setBounds
public void setBounds(java.awt.Rectangle bounds)
- Specified by:
setBoundsin interfaceIWindowPreferences
-
setIconified
public void setIconified()
- Specified by:
setIconifiedin interfaceIWindowPreferences
-
setMaximized
public void setMaximized()
- Specified by:
setMaximizedin interfaceIWindowPreferences
-
setNormal
public void setNormal()
- Specified by:
setNormalin interfaceIWindowPreferences
-
getState
public WindowState getState()
- Specified by:
getStatein interfaceIWindowPreferences
-
-