|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
State model for the Frame Element
Field Summary |
Fields inherited from interface com.cc.framework.ui.model.StateModel |
PROP_CONTROL |
Method Summary | |
void |
close()
Changes the state of the frame to closed |
boolean |
isClosed()
|
boolean |
isMaximized()
|
boolean |
isMinimized()
|
boolean |
isOpen()
|
void |
maximize()
Maximizes the frame |
void |
minimize()
Minimizes the frame |
void |
open()
Changes the state of the frame to opened |
void |
restore()
Restores the frame |
Methods inherited from interface com.cc.framework.ui.model.StateModel |
reset, synchronizeState |
Method Detail |
public void close()
public void open()
public boolean isClosed()
true
when the Frame is closedpublic boolean isOpen()
true
when the Frame is openedpublic void minimize()
public void maximize()
public void restore()
public boolean isMinimized()
true
when the Frame is minimizedpublic boolean isMaximized()
true
when the Frame is maximized
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |