g-Eclipse
Release 1.0.0

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

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

Uses of ISolver in eu.geclipse.core.reporting
 

Subinterfaces of ISolver in eu.geclipse.core.reporting
 interface IConfigurableSolver
          A configurable solver is configurable in the sense of an IExecutableExtension.
 interface ISolution
          Definition of a solution that may be associated to one or more problems.
 

Methods in eu.geclipse.core.reporting with parameters of type ISolver
 ISolution IReportingService.createSolution(java.lang.String description, ISolver solver)
          Programmatically create a solution from the specified description and solver.
 

Uses of ISolver in eu.geclipse.ui.problems
 

Classes in eu.geclipse.ui.problems that implement ISolver
 class CheckSystemTimeSolution
          ISolution for checking the system time against a set of reference time servers.
 class OpenUrlSolver
          Solver for opening the system browser for a specified URL.
 class RemountSolution
          Solution for "Mount with this name already exists" problem.
 class ShowCheatsheetSolver
          This Solver takes care of opening the Cheatsheet viewer at the requested cheatsheet ID.
 class ShowHelpPageSolver
          This Solver opens the help browser at the requested help resource.
 class ShowPreferencePageSolver
          This Solver opens the preferences window at the requested properties page.
 class ShowViewSolver
          This Solver opens the view with the requested viewID.
 class ShowWizardPageSolver
          This Solver opens a wizard at the requested wizard page.
 


g-Eclipse
Release 1.0.0