|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.rad.genui.UIResource<C>
javax.rad.genui.UIComponent<C>
javax.rad.genui.UIContainer<IDesktopPanel>
javax.rad.genui.container.UIDesktopPanel
public class UIDesktopPanel
Platform and technology independent DesktopPanel. It is designed for use with AWT, Swing, SWT, JSP, JSF,... .
Field Summary |
---|
Fields inherited from class javax.rad.genui.UIContainer |
---|
allComponents, components |
Fields inherited from class javax.rad.genui.UIComponent |
---|
bTranslate, lLastTranslationModified, parent, popupMenu |
Fields inherited from class javax.rad.genui.UIResource |
---|
uiResource |
Constructor Summary | |
---|---|
|
UIDesktopPanel()
Creates a new instance of UIDesktopPanel . |
protected |
UIDesktopPanel(IDesktopPanel pDesktopPanel)
Creates a new instance of UIDesktopPanel with the given
desktop panel. |
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 class javax.rad.genui.UIContainer |
---|
add, add, add, add, addInternal, addNotify, beforeAddNotify, checkAdd, contains, getComponent, getComponentCount, getComponents, getInsets, getLayout, getUIResourceContainer, indexOf, remove, remove, removeAll, removeInternal, removeNotify, setLayout, setUIResourceContainer, setZOrder, updateTranslation |
Methods inherited from class javax.rad.genui.UIResource |
---|
eventResourceChanged, eventResourceChanged, fireResourceChanged, getObject, getObjectNames, getUIResource, hasResourceHandler, putObject, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
---|
public UIDesktopPanel()
UIDesktopPanel
.
IDesktopPanel
protected UIDesktopPanel(IDesktopPanel pDesktopPanel)
UIDesktopPanel
with the given
desktop panel.
pDesktopPanel
- the desktop panelIDesktopPanel
Method Detail |
---|
public void setTabMode(boolean pTabMode)
setTabMode
in interface IDesktopPanel
pTabMode
- true
to frames as tabs; false
to framespublic boolean isTabMode()
isTabMode
in interface IDesktopPanel
true
if the desktop shows tabs instead of frames, or
false
if the desktop shows internal framespublic void setNavigationKeysEnabled(boolean pEnabled)
setNavigationKeysEnabled
in interface IDesktopPanel
pEnabled
- true
to enable the navigation with the keyboard, otherwise false
public boolean isNavigationKeysEnabled()
isNavigationKeysEnabled
in interface IDesktopPanel
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 |