Package | Description |
---|---|
org.jdesktop.swingx.hyperlink | |
org.jdesktop.swingx.renderer |
Contains implementation of renderers used by JXTable, JXTreeTable and related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
LinkModelAction<T extends LinkModel>
Specialized LinkAction for a target of type
LinkModel . |
Modifier and Type | Method and Description |
---|---|
protected LinkAction |
HyperlinkProvider.createDefaultLinkAction()
default action - does nothing...
|
Modifier and Type | Method and Description |
---|---|
void |
HyperlinkProvider.setLinkAction(LinkAction linkAction)
Sets the LinkAction for handling the values.
|
void |
HyperlinkProvider.setLinkAction(LinkAction linkAction,
java.lang.Class targetClass)
Sets the LinkAction for handling the values and the
class the action can handle.
|
Constructor and Description |
---|
HyperlinkProvider(LinkAction linkAction)
Instantiate a LinkRenderer with the LinkAction to use with
target values.
|
HyperlinkProvider(LinkAction 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.
|