Class EditorPaneLinkVisitor

java.lang.Object
org.jdesktop.swingx.hyperlink.EditorPaneLinkVisitor
All Implemented Interfaces:
ActionListener, EventListener

public class EditorPaneLinkVisitor extends Object implements ActionListener
A ActionListener using a JXEditorPane to "visit" a LinkModel. adds an internal HyperlinkListener to visit links contained in the document.
  • Field Details

  • Constructor Details

    • EditorPaneLinkVisitor

      public EditorPaneLinkVisitor()
    • EditorPaneLinkVisitor

      public EditorPaneLinkVisitor(JXEditorPane pane)
  • Method Details