g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.core.reporting.ISolution

Packages that use ISolution
eu.geclipse.core.reporting   
eu.geclipse.ui.problems   
 

Uses of ISolution in eu.geclipse.core.reporting
 

Methods in eu.geclipse.core.reporting that return ISolution
 ISolution IReportingService.createSolution(java.lang.String description, ISolver solver)
          Programmatically create a solution from the specified description and solver.
 ISolution IReportingService.getSolution(java.lang.String solutionID, java.lang.String description)
          Get a solution that was declaratively defined via the eu.geclipse.core.reporting.problemReporting extension point.
 ISolution[] IProblem.getSolutions()
          Get all solutions that are associated to this problem.
 

Methods in eu.geclipse.core.reporting with parameters of type ISolution
 void IProblem.addSolution(ISolution solution)
          Add a new solution to this problem.
 

Uses of ISolution in eu.geclipse.ui.problems
 

Classes in eu.geclipse.ui.problems that implement ISolution
 class RemountSolution
          Solution for "Mount with this name already exists" problem.
 


g-Eclipse
Release 1.0.0