Uses of Class
org.jdesktop.swingx.hyperlink.AbstractHyperlinkAction

Packages that use AbstractHyperlinkAction
org.jdesktop.swingx.hyperlink   
org.jdesktop.swingx.renderer 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.hyperlink
 class LinkModelAction<T extends LinkModel>
          Specialized LinkAction for a target of type LinkModel.
 

Uses of AbstractHyperlinkAction in org.jdesktop.swingx.renderer
 

Methods in org.jdesktop.swingx.renderer with parameters of type AbstractHyperlinkAction
 void HyperlinkProvider.setLinkAction(AbstractHyperlinkAction linkAction)
          Sets the LinkAction for handling the values.
 void HyperlinkProvider.setLinkAction(AbstractHyperlinkAction linkAction, java.lang.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 AbstractHyperlinkAction
HyperlinkProvider(AbstractHyperlinkAction linkAction)
          Instantiate a LinkRenderer with the LinkAction to use with target values.
HyperlinkProvider(AbstractHyperlinkAction linkAction, java.lang.Class targetClass)
          Instantiate a LinkRenderer with a LinkAction to use with target values and the type of values the action can cope with.