Generated by
JDiff

Class javax.swing.JTree

Added Methods
boolean getDragEnabled() Gets the value of the dragEnabled property.
TreePath getNextMatch(String, int, Bias) Returns the TreePath to the next tree element that begins with a prefix.
TreeExpansionListener[] getTreeExpansionListeners() Returns an array of all the TreeExpansionListeners added to this JTree with addTreeExpansionListener().
TreeSelectionListener[] getTreeSelectionListeners() Returns an array of all the TreeSelectionListeners added to this JTree with addTreeSelectionListener().
TreeWillExpandListener[] getTreeWillExpandListeners() Returns an array of all the TreeWillExpandListeners added to this JTree with addTreeWillExpandListener().
void setDragEnabled(boolean) Sets the dragEnabled property which must be true to enable automatic drag handling (the first part of drag and drop) on this component.