g-Eclipse
Release 1.0.0

eu.geclipse.ui.problems
Class ShowPreferencePageSolver

java.lang.Object
  extended by eu.geclipse.ui.problems.ShowPreferencePageSolver
All Implemented Interfaces:
IConfigurableSolver, ISolver

public class ShowPreferencePageSolver
extends java.lang.Object
implements IConfigurableSolver

This Solver opens the preferences window at the requested properties page.


Constructor Summary
ShowPreferencePageSolver()
           
 
Method Summary
 void setInitializationData(IConfigurationElement config, java.lang.String propertyName, java.lang.Object data)
           
 void solve()
          Try to solve an associated problem.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowPreferencePageSolver

public ShowPreferencePageSolver()
Method Detail

setInitializationData

public void setInitializationData(IConfigurationElement config,
                                  java.lang.String propertyName,
                                  java.lang.Object data)

solve

public void solve()
Description copied from interface: ISolver
Try to solve an associated problem.

Specified by:
solve in interface ISolver

g-Eclipse
Release 1.0.0