Example usage for javax.swing.event HyperlinkListener interface-usage

List of usage examples for javax.swing.event HyperlinkListener interface-usage

Introduction

In this page you can find the example usage for javax.swing.event HyperlinkListener interface-usage.

Usage

From source file net.sf.keystore_explorer.gui.dialogs.extensions.DViewExtensions.java

/**
 * Displays the details of X.509 Extensions.
 *
 */
public class DViewExtensions extends JEscDialog implements HyperlinkListener {
    private static ResourceBundle res = ResourceBundle

From source file misc.TextBatchPrintingDemo.java

/**
 * This is a simple web browser that allows to store visited pages on the 
 * "print list" and then prints all selected pages at once, in batch mode.
 */
public class TextBatchPrintingDemo implements HyperlinkListener, ListSelectionListener {

From source file de.ailis.xadrian.components.ComplexEditor.java

/**
 * Complex Editor component.
 *
 * @author Klaus Reimer (k@ailis.de)
 */
public class ComplexEditor extends JComponent implements HyperlinkListener, CaretListener, ClipboardProvider,

From source file org.apache.tika.gui.TikaGUI.java

/**
 * Simple Swing GUI for Apache Tika. You can drag and drop files on top
 * of the window to have them parsed.
 */
public class TikaGUI extends JFrame implements ActionListener, HyperlinkListener {

From source file net.java.sip.communicator.impl.gui.main.chat.ChatConversationPanel.java

/**
 * The <tt>ChatConversationPanel</tt> is the panel, where all sent and received
 * messages appear. All data is stored in an HTML document. An external CSS file
 * is applied to the document to provide the look&feel. All smileys and link
 * strings are processed and finally replaced by corresponding images and HTML
 * links.

From source file dk.dma.epd.common.prototype.gui.notification.MsiNmNotificationPanel.java

/**
 * Displays relevant MSI-NM detail information
 */
class MsiNmDetailPanel extends NotificationDetailPanel<MsiNmNotification> implements HyperlinkListener {

    private static final long serialVersionUID = 1L;

From source file com.ln.gui.Main.java

class ActivatedHyperlinkListener implements HyperlinkListener {
    Frame frame;

    JEditorPane editorPane;

    public ActivatedHyperlinkListener(Frame frame, JEditorPane editorPane) {