Class BasicDesktopIconUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.DesktopIconUI
javax.swing.plaf.basic.BasicDesktopIconUI
- Direct Known Subclasses:
- MetalDesktopIconUI,- SynthDesktopIconUI
Basic L&F for a minimized window on a desktop.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionclassListens for mouse movements and acts on them.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected JInternalFrame.JDesktopIconThe instance ofJInternalFrame.JDesktopIcon.protected JInternalFrameThe instance ofJInternalFrame.protected JComponentThe title pane component used in the desktop icon.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected MouseInputListenerReturns a new instance ofMouseInputListener.static ComponentUIConstructs a new instance ofBasicDesktopIconUI.voidDe-iconifies the internal frame.Returns the insets.Desktop icons can not be resized.protected voidRegisters components.protected voidInstalls default properties.protected voidRegisters listeners.protected voidUnregisters components.protected voidUninstalls default properties.protected voidUnregisters listeners.Methods declared in class javax.swing.plaf.ComponentUIcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
- 
Field Details- 
desktopIconThe instance ofJInternalFrame.JDesktopIcon.
- 
frameThe instance ofJInternalFrame.
- 
iconPane
 
- 
- 
Constructor Details- 
BasicDesktopIconUIpublic BasicDesktopIconUI()Constructs a new instance ofBasicDesktopIconUI.
 
- 
- 
Method Details- 
createUIConstructs a new instance ofBasicDesktopIconUI.- Parameters:
- c- a component
- Returns:
- a new instance of BasicDesktopIconUI
 
- 
installComponentsprotected void installComponents()Registers components.
- 
uninstallComponentsprotected void uninstallComponents()Unregisters components.
- 
installListenersprotected void installListeners()Registers listeners.
- 
uninstallListenersprotected void uninstallListeners()Unregisters listeners.
- 
installDefaultsprotected void installDefaults()Installs default properties.
- 
uninstallDefaultsprotected void uninstallDefaults()Uninstalls default properties.
- 
createMouseInputListenerReturns a new instance ofMouseInputListener.- Returns:
- a new instance of MouseInputListener
 
- 
getMaximumSizeDesktop icons can not be resized. Therefore, we should always return the minimum size of the desktop icon.- Overrides:
- getMaximumSizein class- ComponentUI
- Parameters:
- c- the component whose maximum size is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components
- Returns:
- a Dimensionobject ornull
- See Also:
 
- 
getInsetsReturns the insets.- Parameters:
- c- a component
- Returns:
- the insets
 
- 
deiconizepublic void deiconize()De-iconifies the internal frame.
 
-