org.netbeans.modules.refactoring.java/1 1.37.0 1

org.netbeans.modules.refactoring.java.api.ui
Class JavaScopeBuilder

java.lang.Object
  extended by org.netbeans.modules.refactoring.java.api.ui.JavaScopeBuilder

public final class JavaScopeBuilder
extends Object

Support for creating a new Scope. Opens a dialog to select different parts of open projects to include in the new scope.

Since:
1.27.0

Constructor Summary
JavaScopeBuilder()
           
 
Method Summary
static Scope open(String title, Scope scope)
          Open a modal dialog to specify a new Scope.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaScopeBuilder

public JavaScopeBuilder()
Method Detail

open

public static Scope open(String title,
                         Scope scope)
Open a modal dialog to specify a new Scope.

Parameters:
title - - the title of the dialog
scope - - the scope to use to preselect parts
Returns:
a new Scope or null if the dialog was canceled

org.netbeans.modules.refactoring.java/1 1.37.0 1

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.