|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDesktopPanel
Platform and technology independent DesktopPanel definition. It is designed for use with AWT, Swing, SWT, JSP, JSF,... .
JDesktopPane
Method Summary | |
---|---|
boolean |
isNavigationKeysEnabled()
Determines whether the navigation with the keyboard is enabled. |
boolean |
isTabMode()
Gets the display mode of the desktop. |
void |
setNavigationKeysEnabled(boolean pEnabled)
En- or disables the frame navigation with the keyboard. |
void |
setTabMode(boolean pTabMode)
Sets the display mode of the desktop to show tabs instead of frames. |
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 setTabMode(boolean pTabMode)
pTabMode
- true
to frames as tabs; false
to framesboolean isTabMode()
true
if the desktop shows tabs instead of frames, or
false
if the desktop shows internal framesvoid setNavigationKeysEnabled(boolean pEnabled)
pEnabled
- true
to enable the navigation with the keyboard, otherwise false
boolean isNavigationKeysEnabled()
true
if the keyboard navigation is enabled, otherwise false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |