Uses of Class
org.jdesktop.swingx.hyperlink.HyperlinkAction
-
Packages that use HyperlinkAction Package Description org.jdesktop.swingx.hyperlink -
-
Uses of HyperlinkAction in org.jdesktop.swingx.hyperlink
Methods in org.jdesktop.swingx.hyperlink that return HyperlinkAction Modifier and Type Method Description static HyperlinkAction
HyperlinkAction. createHyperlinkAction(java.net.URI uri)
Factory method to create and return a HyperlinkAction for the given uri.static HyperlinkAction
HyperlinkAction. createHyperlinkAction(java.net.URI uri, java.awt.Desktop.Action type)
Creates and returns a HyperlinkAction with the given target and action type.
-