|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInternalFrame
Platform and technology independent InternalFrame definition. It is designed for use with AWT, Swing, SWT, JSP, JSF,... .
JInternalFrame
Field Summary |
---|
Fields inherited from interface javax.rad.ui.container.IFrame |
---|
ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, NORMAL |
Fields inherited from interface javax.rad.ui.container.IToolBarPanel |
---|
AREA_BOTTOM, AREA_LEFT, AREA_RIGHT, AREA_TOP |
Method Summary | |
---|---|
void |
close()
Closes this internal frame. |
boolean |
isClosable()
Returns whether this internal frame can be closed by some user action. |
boolean |
isClosed()
Returns whether this IInternalFrame is currently closed. |
boolean |
isIconifiable()
Returns whether this internal frame can be iconified by some user action. |
boolean |
isMaximizable()
Returns whether this internal frame can be maximized by some user action. |
boolean |
isModal()
Returns the modal option of the internal frame. |
void |
setClosable(boolean pClosable)
Sets whether this internal frame can be closed by some user action. |
void |
setIconifiable(boolean pIconifiable)
Sets whether this internal frame can be iconified by some user action. |
void |
setMaximizable(boolean pMaximizable)
Sets whether this internal frame can be maximized by some user action. |
void |
setModal(boolean pModal)
Sets the frame as modal frame. |
Methods inherited from interface javax.rad.ui.container.IFrame |
---|
getIconImage, getMenuBar, getState, getTitle, isResizable, setIconImage, setMenuBar, setResizable, setState, setTitle |
Methods inherited from interface javax.rad.ui.container.IWindow |
---|
centerRelativeTo, dispose, eventWindowActivated, eventWindowClosed, eventWindowClosing, eventWindowDeactivated, eventWindowDeiconified, eventWindowIconified, eventWindowOpened, isActive, isDisposed, pack, toBack, toFront |
Methods inherited from interface javax.rad.ui.container.IToolBarPanel |
---|
addToolBar, addToolBar, getToolBar, getToolBarArea, getToolBarCount, indexOfToolBar, removeAllToolBars, removeToolBar, removeToolBar, setToolBarArea |
Methods inherited from interface javax.rad.ui.IContainer |
---|
add, add, add, add, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, setLayout |
Methods inherited from interface javax.rad.ui.IResource |
---|
getResource |
Method Detail |
---|
void setMaximizable(boolean pMaximizable)
pMaximizable
- a boolean value, where true
means
this internal frame can be maximizedboolean isMaximizable()
true
if this internal frame can be maximizedvoid setClosable(boolean pClosable)
pClosable
- a boolean value, where true
means
this internal frame can be closedboolean isClosable()
true
if this internal frame can be closedvoid setIconifiable(boolean pIconifiable)
pIconifiable
- a boolean value, where true
means
this internal frame can be iconifiedboolean isIconifiable()
true
if this internal frame can be iconifiedvoid close()
windowClosing
event.
This method finishes by making the internal frame invisible and unselected,
and then firing an windowClosed
event.
isClosed()
,
IWindow.dispose()
boolean isClosed()
IInternalFrame
is currently closed.
true
if this internal frame is closed, false
otherwisevoid setModal(boolean pModal)
pModal
- true
to set this internal frame modal,
otherwise false
boolean isModal()
true
if the frame is modal otherwise false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |