|
ej-technologies | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.gjt.jclasslib.mdi.MDIConfig.InternalFrameDesc
Serializable description object for the state of an internal frame.
| Constructor Summary | |
MDIConfig.InternalFrameDesc()
|
|
| Method Summary | |
String |
getClassName()
Get the class name of the internal frame. |
int |
getHeight()
Get the height of the internal frame on the desktop. |
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(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(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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MDIConfig.InternalFrameDesc()
| Method Detail |
public String getClassName()
public void setClassName(String className)
className - the class name.public Object getInitParam()
public void setInitParam(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.
|
ej-technologies | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||