Uses of Class
org.jdesktop.swingx.LinkModel

Packages that use LinkModel
org.jdesktop.jdnc.action   
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. 
 

Uses of LinkModel in org.jdesktop.jdnc.action
 

Methods in org.jdesktop.jdnc.action with parameters of type LinkModel
 void ApplicationLinkVisitor.visit(LinkModel link)
           
 

Uses of LinkModel in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return LinkModel
protected  LinkModel EditorPaneLinkVisitor.getInternalLink()
           
 

Methods in org.jdesktop.swingx with parameters of type LinkModel
 void EditorPaneLinkVisitor.visit(LinkModel link)
           
 

Uses of LinkModel in org.jdesktop.swingx.action
 

Methods in org.jdesktop.swingx.action that return LinkModel
 LinkModel LinkAction.getLink()
           
 

Methods in org.jdesktop.swingx.action with parameters of type LinkModel
 void LinkAction.setLink(LinkModel link)
           
 

Constructors in org.jdesktop.swingx.action with parameters of type LinkModel
LinkAction(LinkModel link)
           
 



Copyright © 2005 Sun Microsystems All Rights Reserved.