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 de.tbuchloh.kiskis.gui.MainView.java

/**
 * <b>MainView</b>:
 * 
 * @author gandalf
 * @version $Id: MainView.java,v 1.29 2007/02/18 17:20:11 tbuchloh Exp $
 */

From source file fr.jmmc.jmcs.logging.LogbackGui.java

/**
 * This class provides two major functionalities:
 * - application log viewer
 * - one simple  log GUI : Logger hierarchy browser / Level editor and displays current logs
 * 
 * This class is dedicated to Slf4j @see http://www.slf4j.org/ (MIT License) using Logback @see http://logback.qos.ch/ (EPL v1.0 / LGPL 2.1).

From source file de.tor.tribes.ui.views.DSWorkbenchSelectionFrame.java

/**
 * @author Charon
 */
public class DSWorkbenchSelectionFrame extends AbstractDSWorkbenchFrame
        implements VillageSelectionListener, ActionListener, TreeSelectionListener {

From source file SimpleClient.java

class TreePress implements TreeSelectionListener {

    public void valueChanged(TreeSelectionEvent e) {
        TreePath path = e.getNewLeadSelectionPath();
        if (path != null) {
            Object o = path.getLastPathComponent();

From source file net.sf.jabref.gui.groups.GroupSelector.java

/**
 * The whole UI component holding the groups tree and the buttons
 */
public class GroupSelector extends SidePaneComponent implements TreeSelectionListener {

    private static final Log LOGGER = LogFactory.getLog(GroupSelector.class);

From source file net.sf.jabref.groups.GroupSelector.java

/**
 * The whole UI component holding the groups tree and the buttons
 */
public class GroupSelector extends SidePaneComponent implements TreeSelectionListener, ActionListener {

    private static final Log LOGGER = LogFactory.getLog(GroupSelector.class);

From source file net.lmxm.ute.gui.MainFrame.java

/**
 * The Class MainFrame.
 */
@SuppressWarnings("serial")
public final class MainFrame extends AbstractFrame
        implements ConfigurationHolder, UteActionListener, TreeSelectionListener {

From source file com.mindcognition.mindraider.ui.swing.explorer.NotebooksTree.java

class NotebooksTreeSelectionListener implements TreeSelectionListener {
    private static final Log logger = LogFactory.getLog(LabelsTreeSelectionListener.class); // {{debug}}

    private NotebooksTree notebooksTree;

    public NotebooksTreeSelectionListener(NotebooksTree notebooksTree) {

From source file org.fhaes.gui.AnalysisResultsPanel.java

/**
 * AnalysisResultsPanel Class.
 */
public class AnalysisResultsPanel extends JPanel implements TreeSelectionListener {

    private static final long serialVersionUID = 1L;

From source file com.lp.client.frame.component.PanelDokumentenablage.java

public class PanelDokumentenablage extends PanelDialog
        implements TreeSelectionListener, TreeModelListener, TreeExpansionListener, DropListener {

    private static final long serialVersionUID = 3513778783444609709L;

    private static final String MUST_LOAD_CHILDREN = "mustLoadChildren";