public static class MDIConfig.InternalFrameDesc
extends java.lang.Object
Constructor and Description |
---|
MDIConfig.InternalFrameDesc() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Get the class name of the internal frame.
|
int |
getHeight()
Get the height of the internal frame on the desktop.
|
java.lang.Object |
getInitParam()
Get the initialization parameter for the internal frame.
|
int |
getWidth()
Get the width of the internal frame on the desktop.
|
int |
getX()
Get the x-position of the internal frame on the desktop.
|
int |
getY()
Get the y-position of the internal frame on the desktop.
|
boolean |
isIconified()
Returns whether the internal frame is iconified.
|
boolean |
isMaximized()
Returns whether the internal frame is maximized.
|
void |
setClassName(java.lang.String className)
Set the class name of the internal frame.
|
void |
setHeight(int height)
Set the height of the internal frame on the desktop.
|
void |
setIconified(boolean iconified)
Sets whether the internal frame is iconified.
|
void |
setInitParam(java.lang.Object initParam)
Set the initialization parameter for the internal frame.
|
void |
setMaximized(boolean maximized)
Sets whether the internal frame is maximized.
|
void |
setWidth(int width)
Set the width of the internal frame on the desktop.
|
void |
setX(int x)
Set the x-position of the internal frame on the desktop.
|
void |
setY(int y)
Set the y-position of the internal frame on the desktop.
|
public java.lang.String getClassName()
public void setClassName(java.lang.String className)
className
- the class name.public java.lang.Object getInitParam()
public void setInitParam(java.lang.Object initParam)
initParam
- the initialization parameterpublic int getX()
public void setX(int x)
x
- the x-position.public int getY()
public void setY(int y)
y
- the y-position.public int getWidth()
public void setWidth(int width)
width
- the width.public int getHeight()
public void setHeight(int height)
height
- the height.public boolean isMaximized()
public void setMaximized(boolean maximized)
maximized
- the value.public boolean isIconified()
public void setIconified(boolean iconified)
iconified
- the value.