Uses of Class
org.jdesktop.swingx.hyperlink.AbstractHyperlinkAction
Packages that use AbstractHyperlinkAction
Package
Description
Provides basic implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
Contains implementation of renderers used by JXTable, JXTreeTable and related classes.
-
Uses of AbstractHyperlinkAction in org.jdesktop.swingx.hyperlink
Subclasses of AbstractHyperlinkAction in org.jdesktop.swingx.hyperlinkModifier and TypeClassDescriptionclass
A implementation wrappingDesktop
actions BROWSE and MAIL, that is URI-related.class
LinkModelAction<T extends LinkModel>
Specialized LinkAction for a target of typeLinkModel
. -
Uses of AbstractHyperlinkAction in org.jdesktop.swingx.plaf.basic
Subclasses of AbstractHyperlinkAction in org.jdesktop.swingx.plaf.basicModifier and TypeClassDescriptionprotected static class
Quick fix for Issue #1046-swingx: header text not updated if zoomable. -
Uses of AbstractHyperlinkAction in org.jdesktop.swingx.renderer
Methods in org.jdesktop.swingx.renderer that return AbstractHyperlinkActionModifier and TypeMethodDescriptionprotected AbstractHyperlinkAction
HyperlinkProvider.createDefaultLinkAction()
default action - does nothing... except showing the target.Methods in org.jdesktop.swingx.renderer with parameters of type AbstractHyperlinkActionModifier and TypeMethodDescriptionvoid
HyperlinkProvider.setLinkAction
(AbstractHyperlinkAction linkAction) Sets the LinkAction for handling the values.void
HyperlinkProvider.setLinkAction
(AbstractHyperlinkAction linkAction, Class<?> targetClass) Sets the LinkAction for handling the values and the class the action can handle.Constructors in org.jdesktop.swingx.renderer with parameters of type AbstractHyperlinkActionModifierConstructorDescriptionHyperlinkProvider
(AbstractHyperlinkAction linkAction) Instantiate a LinkRenderer with the LinkAction to use with target values.HyperlinkProvider
(AbstractHyperlinkAction linkAction, Class<?> targetClass) Instantiate a LinkRenderer with a LinkAction to use with target values and the type of values the action can cope with.