Uses of Class
org.jdesktop.swingx.action.LinkAction

Packages that use LinkAction
org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. 
org.jdesktop.swingx.action Contains classes related to the JDNC actions architecture. 
org.jdesktop.swingx.renderer   
 

Uses of LinkAction in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return LinkAction
protected  LinkAction LinkRenderer.createDefaultLinkAction()
          Deprecated. default action - does nothing...
 

Methods in org.jdesktop.swingx with parameters of type LinkAction
 void LinkRenderer.setLinkAction(LinkAction linkAction)
          Deprecated. Sets the LinkAction for handling the values.
 void LinkRenderer.setLinkAction(LinkAction linkAction, Class targetClass)
          Deprecated. Sets the LinkAction for handling the values and the class the action can handle.
 

Constructors in org.jdesktop.swingx with parameters of type LinkAction
LinkRenderer(LinkAction linkAction)
          Deprecated. Instantiate a LinkRenderer with the LinkAction to use with target values.
LinkRenderer(LinkAction linkAction, Class targetClass)
          Deprecated. Instantiate a LinkRenderer with a LinkAction to use with target values and the type of values the action can cope with.
 

Uses of LinkAction in org.jdesktop.swingx.action
 

Subclasses of LinkAction in org.jdesktop.swingx.action
 class LinkModelAction<T extends LinkModel>
          Specialized LinkAction for a target of type LinkModel.
 

Uses of LinkAction in org.jdesktop.swingx.renderer
 

Methods in org.jdesktop.swingx.renderer that return LinkAction
protected  LinkAction HyperlinkProvider.createDefaultLinkAction()
          default action - does nothing...
 

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