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

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

Introduction

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

Usage

From source file cz.lidinsky.editor.Editor.java

/**
 *
 *  GUI visual editor.
 *
 */
public class Editor implements TreeSelectionListener, TreeModelListener, FileListener {

From source file components.TreeIconDemo2.java

public class TreeIconDemo2 extends JPanel implements TreeSelectionListener {
    private JEditorPane htmlPane;
    private JTree tree;
    private URL helpURL;
    private static boolean DEBUG = false;

From source file TreeDemo.java

public class TreeDemo extends JPanel implements TreeSelectionListener {
    private JEditorPane htmlPane;
    private JTree tree;
    private URL helpURL;
    private static boolean DEBUG = false;

From source file org.apache.jmeter.visualizers.ViewResultsFullVisualizer.java

/**
 * Base for ViewResults
 *
 */
public class ViewResultsFullVisualizer extends AbstractVisualizer
        implements ActionListener, TreeSelectionListener, Clearable, ItemListener {

From source file TreeIconDemo2.java

public class TreeIconDemo2 extends JPanel implements TreeSelectionListener {
    private JEditorPane htmlPane;
    private JTree tree;
    private URL helpURL;
    private static boolean DEBUG = false;

From source file com.mirth.connect.client.ui.LibraryResourcesPanel.java

public class LibraryResourcesPanel extends JPanel implements ListSelectionListener, TreeSelectionListener {

    private static final int SELECTED_COLUMN = 0;
    private static final int PROPERTIES_COLUMN = 1;
    private static final int TYPE_COLUMN = 2;

From source file com.mirth.connect.client.ui.LibraryResourcesDialog.java

public class LibraryResourcesDialog extends MirthDialog implements ListSelectionListener, TreeSelectionListener {

    private static final int SELECTED_COLUMN = 0;
    private static final int PROPERTIES_COLUMN = 1;
    private static final int TYPE_COLUMN = 2;

From source file org.apache.jackrabbit.oak.explorer.NodeStoreTree.java

class NodeStoreTree extends JPanel implements TreeSelectionListener, Closeable {

    private static final long serialVersionUID = 1L;

    private final static int MAX_CHAR_DISPLAY = Integer.getInteger("max.char.display", 60);

From source file org.openmicroscopy.shoola.agents.treeviewer.util.MoveGroupSelectionDialog.java

/** 
 * Selects the targets of the move group action.
 *
 * @author Jean-Marie Burel     
 * <a href="mailto:j.burel@dundee.ac.uk">j.burel@dundee.ac.uk</a>
 * @since Beta4.4

From source file org.jfree.chart.demo.SuperDemo.java

public class SuperDemo extends ApplicationFrame implements ActionListener, TreeSelectionListener {
    private static final long serialVersionUID = 1L;

    static class DisplayDemo implements Runnable {

        @SuppressWarnings({ "rawtypes", "unchecked" })