| |
|
| javax.swing.JComponent javax.swing.JLayeredPane javax.swing.JDesktopPane
JDesktopPane | public class JDesktopPane extends JLayeredPane implements Accessible(Code) | |
JDesktopPane is a container used to create a virtual desktop.
Implementation Notes:
- The
serialVersionUID fields are explicitly declared as a performance
optimization, not as a guarantee of serialization compatibility.
|
Inner Class :protected class AccessibleJDesktopPane extends AccessibleJComponent | |
Field Summary | |
final public static int | LIVE_DRAG_MODE Indicates that the entire content of the component should appear,
when it is being dragged. | final public static int | OUTLINE_DRAG_MODE Indicates that an outline should appear instead of the entire content
of the component, when it is being dragged. |
LIVE_DRAG_MODE | final public static int LIVE_DRAG_MODE(Code) | | Indicates that the entire content of the component should appear,
when it is being dragged.
|
OUTLINE_DRAG_MODE | final public static int OUTLINE_DRAG_MODE(Code) | | Indicates that an outline should appear instead of the entire content
of the component, when it is being dragged.
|
JDesktopPane | public JDesktopPane()(Code) | | |
getAccessibleContext | public AccessibleContext getAccessibleContext()(Code) | | Returns the accessible context for the desktop pane.
the accessible context for the desktop pane |
getAllFrames | public JInternalFrame[] getAllFrames()(Code) | | Returns all internal frames in the desktop pane including iconified
frames.
all internal frames in the desktop pane |
getAllFramesInLayer | public JInternalFrame[] getAllFramesInLayer(int layer)(Code) | | Returns all internal frames in the specified layer. Iconified frames
are also taken into account.
Parameters: layer - the layer to search for internal frames all internal frames in the specified layer |
getDesktopManager | public DesktopManager getDesktopManager()(Code) | | Returns the desktop manager.
the desktop manager |
getDragMode | public int getDragMode()(Code) | | Returns the style of dragging used by desktop pane.
the used style of dragging |
getSelectedFrame | public JInternalFrame getSelectedFrame()(Code) | | Returns the currently active internal frame or null ,
if there is no active frame.
the currently active internal frame or null |
getUI | public DesktopPaneUI getUI()(Code) | | Returns the UI object for this component.
UI object for this component |
getUIClassID | public String getUIClassID()(Code) | | Returns the name of the L&F class that renders this component.
the string "DesktopPaneUI" |
isOpaque | public boolean isOpaque()(Code) | | Always returns true.
true |
paramString | protected String paramString()(Code) | | Returns string representation of this desktop pane.
string representation of this desktop pane |
setDesktopManager | public void setDesktopManager(DesktopManager m)(Code) | | Sets the desktop manager.
Parameters: m - the desktop manager |
setDragMode | public void setDragMode(int mode)(Code) | | Sets the style of dragging used by desktop pane.
Parameters: mode - the style of dragging to use |
setSelectedFrame | public void setSelectedFrame(JInternalFrame f)(Code) | | Sets the currently active internal frame.
Parameters: f - the currently active internal frame |
setUI | public void setUI(DesktopPaneUI ui)(Code) | | Sets the UI object for this component.
Parameters: ui - the UI object to set |
updateUI | public void updateUI()(Code) | | Resets UI object with the default object from UIManager
|
Methods inherited from javax.swing.JComponent | public void addAncestorListener(AncestorListener ancestorListener)(Code)(Java Doc) public void addNotify()(Code)(Java Doc) public synchronized void addVetoableChangeListener(VetoableChangeListener listener)(Code)(Java Doc) final void componentInputMapChanged(ComponentInputMap map)(Code)(Java Doc) public void computeVisibleRect(Rectangle rect)(Code)(Java Doc) public boolean contains(int x, int y)(Code)(Java Doc) public JToolTip createToolTip()(Code)(Java Doc) public void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code)(Java Doc) public void firePropertyChange(String propertyName, int oldValue, int newValue)(Code)(Java Doc) protected void fireVetoableChange(String property, Object oldValue, Object newValue) throws PropertyVetoException(Code)(Java Doc) public ActionListener getActionForKeyStroke(KeyStroke keyStroke)(Code)(Java Doc) final public ActionMap getActionMap()(Code)(Java Doc) final ActionMap getActionMap(boolean forceCreate)(Code)(Java Doc) public float getAlignmentX()(Code)(Java Doc) public float getAlignmentY()(Code)(Java Doc) public AncestorListener[] getAncestorListeners()(Code)(Java Doc) public boolean getAutoscrolls()(Code)(Java Doc) public Border getBorder()(Code)(Java Doc) public Rectangle getBounds(Rectangle bounds)(Code)(Java Doc) final public Object getClientProperty(Object key)(Code)(Java Doc) protected Graphics getComponentGraphics(Graphics g)(Code)(Java Doc) public JPopupMenu getComponentPopupMenu()(Code)(Java Doc) public int getConditionForKeyStroke(KeyStroke keyStroke)(Code)(Java Doc) public int getDebugGraphicsOptions()(Code)(Java Doc) public static Locale getDefaultLocale()(Code)(Java Doc) public Graphics getGraphics()(Code)(Java Doc) public boolean getInheritsPopupMenu()(Code)(Java Doc) final public InputMap getInputMap(int condition)(Code)(Java Doc) final public InputMap getInputMap()(Code)(Java Doc) final InputMap getInputMap(int condition, boolean forceCreate)(Code)(Java Doc) public InputVerifier getInputVerifier()(Code)(Java Doc) public Insets getInsets()(Code)(Java Doc) public Insets getInsets(Insets insets)(Code)(Java Doc) public T[] getListeners(Class<T> listenersClass)(Code)(Java Doc) public Point getLocation(Point extLocation)(Code)(Java Doc) public Dimension getMaximumSize()(Code)(Java Doc) public Dimension getMinimumSize()(Code)(Java Doc) public Component getNextFocusableComponent()(Code)(Java Doc) public Point getPopupLocation(MouseEvent event)(Code)(Java Doc) public Dimension getPreferredSize()(Code)(Java Doc) public KeyStroke[] getRegisteredKeyStrokes()(Code)(Java Doc) public JRootPane getRootPane()(Code)(Java Doc) public Dimension getSize(Dimension extSize)(Code)(Java Doc) public Point getToolTipLocation(MouseEvent event)(Code)(Java Doc) public String getToolTipText()(Code)(Java Doc) public String getToolTipText(MouseEvent event)(Code)(Java Doc) public Container getTopLevelAncestor()(Code)(Java Doc) public TransferHandler getTransferHandler()(Code)(Java Doc) public String getUIClassID()(Code)(Java Doc) public boolean getVerifyInputWhenFocusTarget()(Code)(Java Doc) public synchronized VetoableChangeListener[] getVetoableChangeListeners()(Code)(Java Doc) public Rectangle getVisibleRect()(Code)(Java Doc) public void grabFocus()(Code)(Java Doc) boolean hasListener(Class<T> listenerType, EventListener l)(Code)(Java Doc) boolean insideDoubleBuffering()(Code)(Java Doc) public boolean isDoubleBuffered()(Code)(Java Doc) public static boolean isLightweightComponent(Component component)(Code)(Java Doc) public boolean isManagingFocus()(Code)(Java Doc) public boolean isOpaque()(Code)(Java Doc) public boolean isOptimizedDrawingEnabled()(Code)(Java Doc) public boolean isPaintingTile()(Code)(Java Doc) public boolean isRequestFocusEnabled()(Code)(Java Doc) public boolean isValidateRoot()(Code)(Java Doc) public void paint(Graphics graphics)(Code)(Java Doc) protected void paintBorder(Graphics graphics)(Code)(Java Doc) protected void paintChildren(Graphics graphics)(Code)(Java Doc) protected void paintComponent(Graphics graphics)(Code)(Java Doc) void paintDoubleBuffered(Graphics g)(Code)(Java Doc) public void paintImmediately(Rectangle rect)(Code)(Java Doc) public void paintImmediately(int x, int y, int width, int height)(Code)(Java Doc) protected String paramString()(Code)(Java Doc) public void print(Graphics g)(Code)(Java Doc) public void printAll(Graphics g)(Code)(Java Doc) protected void printBorder(Graphics g)(Code)(Java Doc) protected void printChildren(Graphics g)(Code)(Java Doc) protected void printComponent(Graphics g)(Code)(Java Doc) protected void processComponentKeyEvent(KeyEvent event)(Code)(Java Doc) protected boolean processKeyBinding(KeyStroke keyStroke, KeyEvent keyEvent, int condition, boolean pressed)(Code)(Java Doc) static boolean processKeyBindings(KeyEvent event, Component source)(Code)(Java Doc) protected void processKeyEvent(KeyEvent event)(Code)(Java Doc) final public void putClientProperty(Object key, Object value)(Code)(Java Doc) public void registerKeyboardAction(ActionListener action, String command, KeyStroke keyStroke, int condition)(Code)(Java Doc) public void registerKeyboardAction(ActionListener action, KeyStroke keyStroke, int condition)(Code)(Java Doc) public void removeAncestorListener(AncestorListener ancestorListener)(Code)(Java Doc) public void removeNotify()(Code)(Java Doc) public synchronized void removeVetoableChangeListener(VetoableChangeListener listener)(Code)(Java Doc) public void repaint(Rectangle rect)(Code)(Java Doc) public void repaint(long tm, int x, int y, int width, int height)(Code)(Java Doc) public boolean requestDefaultFocus()(Code)(Java Doc) public void requestFocus()(Code)(Java Doc) public boolean requestFocus(boolean temporary)(Code)(Java Doc) public boolean requestFocusInWindow()(Code)(Java Doc) protected boolean requestFocusInWindow(boolean temporary)(Code)(Java Doc) public void resetKeyboardActions()(Code)(Java Doc) public void revalidate()(Code)(Java Doc) public void scrollRectToVisible(Rectangle rect)(Code)(Java Doc) final public void setActionMap(ActionMap newActionMap)(Code)(Java Doc) public void setAlignmentX(float alignment)(Code)(Java Doc) public void setAlignmentY(float alignment)(Code)(Java Doc) public void setAutoscrolls(boolean scrolls)(Code)(Java Doc) public void setBorder(Border newBorder)(Code)(Java Doc) public void setComponentPopupMenu(JPopupMenu popup)(Code)(Java Doc) public void setDebugGraphicsOptions(int newDebugGraphicsOptions)(Code)(Java Doc) public static void setDefaultLocale(Locale locale)(Code)(Java Doc) public void setDoubleBuffered(boolean flag)(Code)(Java Doc) public void setEnabled(boolean enabled)(Code)(Java Doc) public void setInheritsPopupMenu(boolean value)(Code)(Java Doc) final public void setInputMap(int condition, InputMap map)(Code)(Java Doc) public void setInputVerifier(InputVerifier verifier)(Code)(Java Doc) public void setNextFocusableComponent(Component component)(Code)(Java Doc) public void setOpaque(boolean opaque)(Code)(Java Doc) public void setRequestFocusEnabled(boolean enabled)(Code)(Java Doc) public void setToolTipText(String text)(Code)(Java Doc) public void setTransferHandler(TransferHandler newHandler)(Code)(Java Doc) protected void setUI(ComponentUI newUI)(Code)(Java Doc) public void setVerifyInputWhenFocusTarget(boolean verifyInput)(Code)(Java Doc) public void unregisterKeyboardAction(KeyStroke keyStroke)(Code)(Java Doc) public void update(Graphics graphics)(Code)(Java Doc) public void updateUI()(Code)(Java Doc)
|
|
|
|