public class MainWindowStateBean extends Object implements Serializable
WARNING: This class is for internal use only, the only reason this class is
public is because it is used with XMLEncoder
.
Constructor and Description |
---|
MainWindowStateBean() |
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBounds() |
Integer |
getDividerLocation() |
Integer |
getState() |
void |
setBounds(Rectangle bounds) |
void |
setDividerLocation(Integer dividerLocation) |
void |
setState(Integer state) |
public Integer getState()
public void setState(Integer state)
public Rectangle getBounds()
public void setBounds(Rectangle bounds)
public Integer getDividerLocation()
public void setDividerLocation(Integer dividerLocation)