Uses of Class
org.openide.util.UserCancelException

Packages that use UserCancelException
org.openide Jumping-off points for all the rest of the IDE's functionality. 
 

Uses of UserCancelException in org.openide
 

Methods in org.openide that throw UserCancelException
abstract  void TopManager.openProject(ProjectCookie project)
          Opens specified project.
abstract  Node[] TopManager.NodeOperation.select(String title, String rootTitle, Node root, NodeAcceptor acceptor, Component top)
          Open a modal Explorer on a root node, permitting a node selection to be returned.
 Node[] TopManager.NodeOperation.select(String title, String rootTitle, Node root, NodeAcceptor acceptor)
          Open a modal Explorer without any extra dialog component.
 Node TopManager.NodeOperation.select(String title, String rootTitle, Node root)
          Open a modal Explorer accepting only a single node.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.