站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.modules.refactoring.api.Problem (Refactoring API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.refactoring.api 1.0

Uses of Class
org.netbeans.modules.refactoring.api.Problem

Packages that use Problem
org.netbeans.modules.refactoring.api   
org.netbeans.modules.refactoring.spi   
org.netbeans.modules.refactoring.spi.ui   
 

Uses of Problem in org.netbeans.modules.refactoring.api
 

Methods in org.netbeans.modules.refactoring.api that return Problem
 Problem AbstractRefactoring.checkParameters()
          Checks if this refactoring has correctly set all parameters.
 Problem RefactoringSession.doRefactoring(boolean saveAfterDone)
          process all elements from elements bags, do all fileChanges and call all commits
 Problem AbstractRefactoring.fastCheckParameters()
          This method checks parameters.
 Problem Problem.getNext()
          Returns the following problem (or null if there none).
 Problem AbstractRefactoring.preCheck()
          Perform checks to ensure that the preconditions are met for the implemented refactoring.
 Problem AbstractRefactoring.prepare(RefactoringSession session)
          Collects and returns a set of refactoring elements - objects that will be affected by the refactoring.
 Problem RefactoringSession.undoRefactoring(boolean saveAfterDone)
          do undo of previous doRefactoring()
 

Methods in org.netbeans.modules.refactoring.api with parameters of type Problem
 void Problem.setNext(Problem next)
          Sets the following problem.
 

Uses of Problem in org.netbeans.modules.refactoring.spi
 

Methods in org.netbeans.modules.refactoring.spi that return Problem
 Problem RefactoringElementsBag.add(AbstractRefactoring refactoring, RefactoringElementImplementation el)
          Adds RefactoringElementImplementation to this bag.
 Problem RefactoringElementsBag.addAll(AbstractRefactoring refactoring, Collection<RefactoringElementImplementation> elements)
          Adds all RefactringElements from given Collection using #add method
 Problem RefactoringElementsBag.addFileChange(AbstractRefactoring refactoring, RefactoringElementImplementation el)
          fileChanges are performed after all element changes
 Problem RefactoringPlugin.checkParameters()
          Checks parameters of the refactoring.
 Problem ReadOnlyFilesHandler.createProblem(RefactoringSession session, Collection files)
          Create a Problem, which ProblemDetails can handle read only files.
 Problem RefactoringPlugin.fastCheckParameters()
          Fast checks parameters of the refactoring.
 Problem GuardedBlockHandler.handleChange(RefactoringElementImplementation proposedChange, Collection<RefactoringElementImplementation> replacements, Collection<Transaction> transaction)
          Collects replacements for refactoring element affecting a guarded block.
 Problem RefactoringPlugin.preCheck()
          Checks pre-conditions of the refactoring and returns problems.
 Problem RefactoringPlugin.prepare(RefactoringElementsBag refactoringElements)
          Collects refactoring elements for a given refactoring.
 

Uses of Problem in org.netbeans.modules.refactoring.spi.ui
 

Methods in org.netbeans.modules.refactoring.spi.ui that return Problem
 Problem RefactoringUI.checkParameters()
          check parameters of refactoring
 Problem RefactoringUI.setParameters()
          Implementation of this method should set the refactoring parameters entered by user into the refactoring-specific parameters panel (returned from getPanel method) into the underlying refactoring object.
 


org.netbeans.modules.refactoring.api 1.0

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.