test.ca.odell.glazedlists.swing.EventTreeModelTest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of glazedlists_java15 Show documentation
Show all versions of glazedlists_java15 Show documentation
Event-driven lists for dynamically filtered and sorted tables
package ca.odell.glazedlists.swing;
import ca.odell.glazedlists.BasicEventList;
import ca.odell.glazedlists.EventList;
import ca.odell.glazedlists.TreeList;
import ca.odell.glazedlists.TreeListTest;
public class EventTreeModelTest extends SwingTestCase {
public void guiTestDispose() {
EventList treeNodeList = new BasicEventList();
TreeList glazedTreeList = new TreeList(treeNodeList, TreeListTest.COMPRESSED_CHARACTER_TREE_FORMAT, TreeList.NODES_START_COLLAPSED);
EventTreeModel eventTreeModel = new EventTreeModel(glazedTreeList);
eventTreeModel.dispose();
glazedTreeList.dispose();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy