public class WindowPrefs extends Object
Constructor and Description |
---|
WindowPrefs(Class<?> className) |
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBounds() |
int |
getDividerLocation() |
int |
getExtendedState() |
void |
setBounds(Rectangle rect) |
void |
setDividerLocation(int divider) |
void |
setExtendedState(int extendedState) |
public WindowPrefs(Class<?> className)
public void setBounds(Rectangle rect)
public Rectangle getBounds()
public void setDividerLocation(int divider)
public int getDividerLocation()
public void setExtendedState(int extendedState)
public int getExtendedState()
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.