|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.ui.awt.impl.AwtResource<C>
com.sibvisions.rad.ui.awt.impl.AwtComponent<C>
com.sibvisions.rad.ui.awt.impl.AwtContainer<C>
com.sibvisions.rad.ui.swing.impl.SwingComponent<JVxDesktopPane>
com.sibvisions.rad.ui.swing.impl.container.SwingDesktopPanel
public class SwingDesktopPanel
The SwingDesktopPanel
is the IDesktopPanel
implementation for swing.
JDesktopPane
,
IDesktopPanel
Field Summary |
---|
Fields inherited from class com.sibvisions.rad.ui.awt.impl.AwtComponent |
---|
eventComponentMoved, eventComponentResized, eventSource, factory, parent |
Fields inherited from class com.sibvisions.rad.ui.awt.impl.AwtResource |
---|
resource |
Fields inherited from interface javax.rad.ui.IAlignmentConstants |
---|
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP |
Constructor Summary | |
---|---|
SwingDesktopPanel()
Creates a new instance of SwingDesktopPanel . |
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 com.sibvisions.rad.ui.swing.impl.SwingComponent |
---|
capture, getToolTipText, setBackground, setToolTipText |
Methods inherited from class com.sibvisions.rad.ui.awt.impl.AwtContainer |
---|
add, add, add, add, addIntern, checkAdd, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, removeIntern, setLayout, setLayoutIntern |
Methods inherited from class com.sibvisions.rad.ui.awt.impl.AwtResource |
---|
equals, getResource, hashCode, 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 SwingDesktopPanel()
SwingDesktopPanel
.
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 |