Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/javax/swing/tree/ExpandVetoException.java
          +++ new/src/share/classes/javax/swing/tree/ExpandVetoException.java
↓ open down ↓ 22 lines elided ↑ open up ↑
  23   23   * questions.
  24   24   */
  25   25  
  26   26  package javax.swing.tree;
  27   27  
  28   28  import javax.swing.event.TreeExpansionEvent;
  29   29  
  30   30  /**
  31   31   * Exception used to stop and expand/collapse from happening.
  32   32   * See <a
  33      - href="http://docs.oracle.com/javase/tutorial/uiswing/events/treewillexpandlistener.html">How to Write a Tree-Will-Expand Listener</a>
       33 + href="https://docs.oracle.com/javase/tutorial/uiswing/events/treewillexpandlistener.html">How to Write a Tree-Will-Expand Listener</a>
  34   34   * in <em>The Java Tutorial</em>
  35   35   * for further information and examples.
  36   36   *
  37   37   * @author Scott Violet
  38   38   */
  39   39  public class ExpandVetoException extends Exception {
  40   40      /** The event that the exception was created for. */
  41   41      protected TreeExpansionEvent      event;
  42   42  
  43   43      /**
↓ open down ↓ 20 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX