|
|||||||||
| Home >> All >> javax >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.swing
Class JInternalFrame.JDesktopIcon

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JInternalFrame.JDesktopIcon
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- Enclosing class:
- JInternalFrame
- public static class JInternalFrame.JDesktopIcon
- extends JComponent
- implements javax.accessibility.Accessible
- extends JComponent
This class represents the JInternalFrame while it is iconified.
| Nested Class Summary | |
protected class |
JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
Provides the accessibility features for the JDesktopIcon
component. |
| Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
(package private) JInternalFrame |
frame
The JInternalFrame this DesktopIcon represents. |
private static long |
serialVersionUID
|
| Fields inherited from class javax.swing.JComponent |
accessibleContext, alignmentX, alignmentY, autoscrolls, border, debugGraphicsOptions, doubleBuffered, isCompletelyDirty, isPaintingDoubleBuffered, listenerList, maximumSize, minimumSize, opaque, preferredSize, requestFocusEnabled, TOOL_TIP_TEXT_KEY, toolTipText, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
JInternalFrame.JDesktopIcon(JInternalFrame f)
Creates a new JDesktopIcon object for representing the given frame. |
|
| Method Summary | |
javax.accessibility.AccessibleContext |
getAccessibleContext()
Returns the object that provides accessibility features for this JDesktopIcon component. |
JDesktopPane |
getDesktopPane()
This method returns the JDesktopPane this JDesktopIcon is in. |
JInternalFrame |
getInternalFrame()
This method returns the JInternalFrame this JDesktopIcon represents. |
javax.swing.plaf.DesktopIconUI |
getUI()
This method returns the UI that is responsible for the JDesktopIcon. |
java.lang.String |
getUIClassID()
This method returns the String identifier that is used to determine which class is used for JDesktopIcon's UI. |
void |
setInternalFrame(JInternalFrame f)
This method sets the JInternalFrame that this JDesktopIcon represents. |
void |
setUI(javax.swing.plaf.DesktopIconUI ui)
This method sets the UI used for this JDesktopIcon. |
void |
updateUI()
This method restores the UI property to the defaults. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
frame
JInternalFrame frame
- The JInternalFrame this DesktopIcon represents.
| Constructor Detail |
JInternalFrame.JDesktopIcon
public JInternalFrame.JDesktopIcon(JInternalFrame f)
- Creates a new JDesktopIcon object for representing the given frame.
| Method Detail |
getAccessibleContext
public javax.accessibility.AccessibleContext getAccessibleContext()
- Returns the object that provides accessibility features for this
JDesktopIconcomponent.- Specified by:
getAccessibleContextin interfacejavax.accessibility.Accessible- Overrides:
getAccessibleContextin classJComponent
getDesktopPane
public JDesktopPane getDesktopPane()
- This method returns the JDesktopPane this JDesktopIcon is in.
getInternalFrame
public JInternalFrame getInternalFrame()
- This method returns the JInternalFrame this JDesktopIcon represents.
getUI
public javax.swing.plaf.DesktopIconUI getUI()
- This method returns the UI that is responsible for the JDesktopIcon.
getUIClassID
public java.lang.String getUIClassID()
- This method returns the String identifier that is used to determine
which class is used for JDesktopIcon's UI.
- Overrides:
getUIClassIDin classJComponent
setInternalFrame
public void setInternalFrame(JInternalFrame f)
- This method sets the JInternalFrame that this JDesktopIcon represents.
setUI
public void setUI(javax.swing.plaf.DesktopIconUI ui)
- This method sets the UI used for this JDesktopIcon.
updateUI
public void updateUI()
- This method restores the UI property to the defaults.
- Overrides:
updateUIin classJComponent
|
|||||||||
| Home >> All >> javax >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC