|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JInternalFrame.JDesktopIcon
public static class JInternalFrame.JDesktopIcon
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/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class javax.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 |
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 | |
---|---|
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. |
DesktopIconUI |
getUI()
This method returns the UI that is responsible for the JDesktopIcon. |
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(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 |
Constructor Detail |
---|
public JInternalFrame.JDesktopIcon(JInternalFrame f)
f
- The JInternalFrame to represent.Method Detail |
---|
public AccessibleContext getAccessibleContext()
JDesktopIcon
component.
getAccessibleContext
in interface Accessible
getAccessibleContext
in class JComponent
JInternalFrame.JDesktopIcon.AccessibleJDesktopIcon
).public JDesktopPane getDesktopPane()
public JInternalFrame getInternalFrame()
public DesktopIconUI getUI()
public String getUIClassID()
getUIClassID
in class JComponent
JComponent.setUI(javax.swing.plaf.ComponentUI)
,
JComponent.updateUI()
public void setInternalFrame(JInternalFrame f)
f
- The JInternalFrame that this JDesktopIcon represents.public void setUI(DesktopIconUI ui)
ui
- The UI to use.public void updateUI()
updateUI
in class JComponent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |