Generated by
JDiff

Class javax.swing.JTree.EmptySelectionModel

Documentation changed from old to new.

Changed Methods
void addSelectionPaths(TreePath[]) Documentation changed from old to new.
A null implementation that adds nothing.
void removeSelectionPaths(TreePath[]) Documentation changed from old to new.
A null implementation that removes nothing.
void setSelectionPaths(TreePath[]) Documentation changed from old to new.
A null implementation that selects nothing.
EmptySelectionModel sharedInstance() Documentation changed from old to new.
Returns a shared instance of an empty selection model.