home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161a.iso / handson / files / copyjava.exe / com / sun / java / swing / JTree$EmptySelectionModel.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-02-26  |  1.0 KB  |  22 lines

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