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. |