home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / swing / JTree$EmptySelectionModel.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  641 b   |  25 lines

  1. package javax.swing;
  2.  
  3. import javax.swing.tree.DefaultTreeSelectionModel;
  4. import javax.swing.tree.TreePath;
  5.  
  6. public class JTree$EmptySelectionModel extends DefaultTreeSelectionModel {
  7.    protected static final JTree$EmptySelectionModel sharedInstance = new JTree$EmptySelectionModel();
  8.  
  9.    protected JTree$EmptySelectionModel() {
  10.    }
  11.  
  12.    public static JTree$EmptySelectionModel sharedInstance() {
  13.       return sharedInstance;
  14.    }
  15.  
  16.    public void setSelectionPaths(TreePath[] var1) {
  17.    }
  18.  
  19.    public void addSelectionPaths(TreePath[] var1) {
  20.    }
  21.  
  22.    public void removeSelectionPaths(TreePath[] var1) {
  23.    }
  24. }
  25.