home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing;
-
- import com.sun.java.swing.tree.DefaultTreeSelectionModel;
- import com.sun.java.swing.tree.TreePath;
-
- class JTree$EmptySelectionModel extends DefaultTreeSelectionModel {
- protected static final JTree$EmptySelectionModel sharedInstance = new JTree$EmptySelectionModel();
-
- public static JTree$EmptySelectionModel sharedInstance() {
- return sharedInstance;
- }
-
- public void setSelectionPaths(TreePath[] var1) {
- }
-
- public void addSelectionPaths(TreePath[] var1) {
- }
-
- public void removeSelectionPaths(TreePath[] var1) {
- }
- }
-