|
swingx Version 2005-08-19 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Uses of LinkAction in org.jdesktop.swingx |
---|
Methods in org.jdesktop.swingx that return LinkAction | |
---|---|
protected LinkAction |
LinkRenderer.createDefaultLinkAction()
default action - does nothing... except showing the target. |
Methods in org.jdesktop.swingx with parameters of type LinkAction | |
---|---|
void |
LinkRenderer.setLinkAction(LinkAction linkAction)
Sets the LinkAction for handling the values. |
void |
LinkRenderer.setLinkAction(LinkAction linkAction,
Class targetClass)
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)
Instantiate a LinkRenderer with the LinkAction to use with target values. |
|
LinkRenderer(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. |
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 . |
|
swingx Version 2005-08-19 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |