Example usage for javax.swing.tree MutableTreeNode interface-usage

List of usage examples for javax.swing.tree MutableTreeNode interface-usage

Introduction

In this page you can find the example usage for javax.swing.tree MutableTreeNode interface-usage.

Usage

From source file com.lh.leap.ui.LocationNodeImpl.java

public class LocationNodeImpl implements MutableTreeNode, Serializable {
    LocationNodeImpl parent;
    List<LocationNodeImpl> children;
    String name;
    String type;
    Integer population;

From source file org.icefaces.samples.showcase.example.ace.tree.LocationNodeImpl.java

public class LocationNodeImpl implements MutableTreeNode, Serializable {
    LocationNodeImpl parent;
    List<LocationNodeImpl> children;
    String name;
    String type;
    Integer population;

From source file org.apache.ojb.tools.mapping.reversedb2.ojbmetatreemodel.OjbMetaClassDescriptorNode.java

/**
 *
 * @author  Administrator
 */
public class OjbMetaClassDescriptorNode extends OjbMetaTreeNode implements javax.swing.tree.MutableTreeNode {

From source file plugin.notes.gui.NotesTreeNode.java

/**
 * This defines the preferences tree
 *
 */
public class NotesTreeNode implements MutableTreeNode, DocumentListener {