| java.lang.Object org.netbeans.spi.project.ui.support.DefaultProjectOperations
DefaultProjectOperations | final public class DefaultProjectOperations (Code) | | Support class to allow the project type implementors to perform
ProjectOperations by simply calling a method in this class. Each method in this class provides a default
confirmation dialog and default behavior.
If the project type requires a different behavior of an operation, it is required to provide its
own implementation of the operation.
since: 1.10 author: Jan Lahoda |
|
|