List of usage examples for javax.swing.event TreeExpansionListener interface-usage
From source file edu.harvard.i2b2.previousquery.ui.QueryPreviousRunsPanel.java
public class QueryPreviousRunsPanel extends javax.swing.JPanel implements ActionListener, TreeExpansionListener, TreeWillExpandListener { private static final Log log = LogFactory.getLog(QueryPreviousRunsPanel.class); private static final int MAX_STACK_SIZE = 28; private DefaultMutableTreeNode top = null;
From source file edu.harvard.i2b2.query.ui.GroupPanel.java
public class GroupPanel extends javax.swing.JPanel implements TreeExpansionListener, TreeWillExpandListener, ActionListener { private static final Log log = LogFactory.getLog(GroupPanel.class); private DefaultMutableTreeNode top = null; private DefaultTreeModel treeModel = null;
From source file edu.harvard.i2b2.previousquery.ui.PreviousQueryPanel.java
@SuppressWarnings("serial") public class PreviousQueryPanel extends javax.swing.JPanel implements ActionListener, TreeExpansionListener, TreeWillExpandListener { private static final Log log = LogFactory.getLog(PreviousQueryPanel.class); // private static final int MAX_STACK_SIZE = 28;
From source file edu.harvard.i2b2.patientSet.ui.PatientSetJPanel.java
@SuppressWarnings("serial") public class PatientSetJPanel extends javax.swing.JPanel implements ActionListener, TreeExpansionListener, TreeWillExpandListener { private static final Log log = LogFactory.getLog(PatientSetJPanel.class); // private static final int MAX_STACK_SIZE = 28;