Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.swing.JComponent | +----java.awt.swing.JLayeredPane | +----java.awt.swing.JDesktopPane
The installUI of the L&F specific implementation is responsible for setting the desktopManager variable appropriately.
When the parent of a JInternalFrame is a JDesktopPane, it should delegate most of its behavior to the desktopManager (closing, resizing, etc).
Warning: serialized objects of this class will not be compatible with future swing releases. The current serialization support is appropriate for short term storage or RMI between Swing1.0 applications. It will not be possible to load serialized Swing1.0 objects with future releases of Swing. The JDK1.2 release of Swing will be the compatibility baseline for the serialized form of Swing objects.
Inner Class Summary | |
JDesktopPane.AccessibleJDesktopPane
|
Inner classes inherited from class java.awt.swing.JLayeredPane |
JLayeredPane.AccessibleJLayeredPane |
Inner classes inherited from class java.awt.swing.JComponent |
JComponent.AccessibleJComponent |
Fields inherited from class java.awt.swing.JLayeredPane |
DEFAULT_LAYER, DRAG_LAYER, FRAME_CONTENT_LAYER, LAYER_PROPERTY, MODAL_LAYER, PALETTE_LAYER, POPUP_LAYER |
Fields inherited from class java.awt.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Constructor Summary | |
JDesktopPane()
|
Method Summary | |
AccessibleContext | getAccessibleContext()
|
JInternalFrame[] | getAllFrames()
|
JInternalFrame[] | getAllFramesInLayer(int layer)
|
DesktopManager | getDesktopManager()
|
java.awt.swing.plaf.DesktopPaneUI | getUI()
|
String | getUIClassID()
|
boolean | isOpaque()
|
void | setDesktopManager(DesktopManager d)
|
void | setUI(java.awt.swing.plaf.DesktopPaneUI ui)
|
void | updateUI()
|
Methods inherited from class java.awt.swing.JLayeredPane |
addImpl, getAccessibleContext, getComponentCountInLayer, getComponentsInLayer, getComponentToLayer, getIndexOf, getLayer, getLayer, getLayeredPaneAbove, getObjectForLayer, getPosition, highestLayer, insertIndexForLayer, isOptimizedDrawingEnabled, lowestLayer, moveToBack, moveToFront, paint, putLayer, remove, setLayer, setLayer, setPosition |
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, addImpl, addNotify, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paint, paintComponents, paramString, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setLayout, update, validate, validateTree |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JDesktopPane()
Method Detail |
public java.awt.swing.plaf.DesktopPaneUI getUI()
public void setUI(java.awt.swing.plaf.DesktopPaneUI ui)
public DesktopManager getDesktopManager()
public void setDesktopManager(DesktopManager d)
public void updateUI()
public String getUIClassID()
public JInternalFrame[] getAllFrames()
public JInternalFrame[] getAllFramesInLayer(int layer)
public boolean isOpaque()
public AccessibleContext getAccessibleContext()
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |