Class DesktopIconHoverPreviewWidget
java.lang.Object
org.pushingpixels.lafwidget.LafWidgetAdapter<JInternalFrame.JDesktopIcon>
org.pushingpixels.lafwidget.desktop.DesktopIconHoverPreviewWidget
- All Implemented Interfaces:
LafWidget<JInternalFrame.JDesktopIcon>
Adds internal frame thumbnail preview on desktop icon mouse hover.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
Mouse handler for showing / hiding the preview window. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JComponent
The component that initiates the desktop icon preview (when the mouse hover above it).protected PropertyChangeListener
Listens on the changes to the ancestor.Mouse handler for thecompToHover
.Fields inherited from class org.pushingpixels.lafwidget.LafWidgetAdapter
jcomp
Fields inherited from interface org.pushingpixels.lafwidget.LafWidget
AUTO_SCROLL, COMPONENT_PREVIEW_PAINTER, HAS_LOCK_ICON, IGNORE_GLOBAL_LOCALE, PASSWORD_STRENGTH_CHECKER, TABBED_PANE_PREVIEW_PAINTER, TEXT_EDIT_CONTEXT_MENU, TEXT_FLIP_SELECT_ON_ESCAPE, TEXT_SELECT_ON_FOCUS, TREE_AUTO_DND_SUPPORT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSnapshot
(JInternalFrame frame) Returns the snapshot of the specified internal frame.void
Installs components for the associated component.void
Installs listeners for the associated component.boolean
Returns indication whetherthis
widget requires custom LAF support.void
Uninstalls listeners for the associated component.Methods inherited from class org.pushingpixels.lafwidget.LafWidgetAdapter
installDefaults, installUI, setComponent, uninstallComponents, uninstallDefaults, uninstallUI
-
Field Details
-
compToHover
The component that initiates the desktop icon preview (when the mouse hover above it). -
internalFramePropertyListener
Listens on the changes to the ancestor. -
titleMouseHandler
Mouse handler for thecompToHover
.
-
-
Constructor Details
-
DesktopIconHoverPreviewWidget
public DesktopIconHoverPreviewWidget()
-
-
Method Details
-
installComponents
public void installComponents()Description copied from interface:LafWidget
Installs components for the associated component.- Specified by:
installComponents
in interfaceLafWidget<JInternalFrame.JDesktopIcon>
- Overrides:
installComponents
in classLafWidgetAdapter<JInternalFrame.JDesktopIcon>
-
installListeners
public void installListeners()Description copied from interface:LafWidget
Installs listeners for the associated component.- Specified by:
installListeners
in interfaceLafWidget<JInternalFrame.JDesktopIcon>
- Overrides:
installListeners
in classLafWidgetAdapter<JInternalFrame.JDesktopIcon>
-
uninstallListeners
public void uninstallListeners()Description copied from interface:LafWidget
Uninstalls listeners for the associated component.- Specified by:
uninstallListeners
in interfaceLafWidget<JInternalFrame.JDesktopIcon>
- Overrides:
uninstallListeners
in classLafWidgetAdapter<JInternalFrame.JDesktopIcon>
-
getSnapshot
Returns the snapshot of the specified internal frame.- Parameters:
frame
- Internal frame.- Returns:
- The snapshot of the specified internal frame.
-
requiresCustomLafSupport
public boolean requiresCustomLafSupport()Description copied from interface:LafWidget
Returns indication whetherthis
widget requires custom LAF support. Some widgets such asTabOverviewDialogWidget
orTabHoverPreviewWidget
require custom implementation based on the internals of the specific LAF. Relevant functions in the baseLafWidgetSupport
support throwUnsupportedOperationException
.- Returns:
true
ifthis
widget requires custom LAF support,false
otherwise.
-