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 classMouse handler for showing / hiding the preview window. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JComponentThe component that initiates the desktop icon preview (when the mouse hover above it).protected PropertyChangeListenerListens on the changes to the ancestor.Mouse handler for thecompToHover.Fields inherited from class org.pushingpixels.lafwidget.LafWidgetAdapter
jcompFields 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.voidInstalls components for the associated component.voidInstalls listeners for the associated component.booleanReturns indication whetherthiswidget requires custom LAF support.voidUninstalls 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:LafWidgetInstalls components for the associated component.- Specified by:
installComponentsin interfaceLafWidget<JInternalFrame.JDesktopIcon>- Overrides:
installComponentsin classLafWidgetAdapter<JInternalFrame.JDesktopIcon>
-
installListeners
public void installListeners()Description copied from interface:LafWidgetInstalls listeners for the associated component.- Specified by:
installListenersin interfaceLafWidget<JInternalFrame.JDesktopIcon>- Overrides:
installListenersin classLafWidgetAdapter<JInternalFrame.JDesktopIcon>
-
uninstallListeners
public void uninstallListeners()Description copied from interface:LafWidgetUninstalls listeners for the associated component.- Specified by:
uninstallListenersin interfaceLafWidget<JInternalFrame.JDesktopIcon>- Overrides:
uninstallListenersin 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:LafWidgetReturns indication whetherthiswidget requires custom LAF support. Some widgets such asTabOverviewDialogWidgetorTabHoverPreviewWidgetrequire custom implementation based on the internals of the specific LAF. Relevant functions in the baseLafWidgetSupportsupport throwUnsupportedOperationException.- Returns:
trueifthiswidget requires custom LAF support,falseotherwise.
-