|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jtheque.core.managers.view.impl.WindowConfiguration
public final class WindowConfiguration
A Window Configuration. It seems a state to persist the location and the size on a window in closing.
| Constructor Summary | |
|---|---|
WindowConfiguration()
|
|
| Method Summary | |
|---|---|
int |
getHeight()
Return the height of the window. |
int |
getPositionX()
Return the X position of the window. |
int |
getPositionY()
Return the Y position of the window. |
int |
getWidth()
Return the width of the window. |
void |
setHeight(int height)
Set the height of the window. |
void |
setPositionX(int positionX)
Set the X position of the window. |
void |
setPositionY(int positionY)
Set the Y position of the window. |
void |
setWidth(int width)
Set the width of the window. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowConfiguration()
| Method Detail |
|---|
public void setWidth(int width)
width - The width of the window.public void setHeight(int height)
height - The height of the window.public void setPositionX(int positionX)
positionX - The X position of the window.public void setPositionY(int positionY)
positionY - The Y position of the window.public int getWidth()
public int getHeight()
public int getPositionY()
public int getPositionX()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||