eu.geclipse.ui.problems
Class ShowWizardPageSolver
java.lang.Object
eu.geclipse.ui.problems.ShowWizardPageSolver
- All Implemented Interfaces:
- IConfigurableSolver, ISolver
public class ShowWizardPageSolver
- extends java.lang.Object
- implements IConfigurableSolver
This Solver opens a wizard at the requested wizard page.
|
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 |
ShowWizardPageSolver
public ShowWizardPageSolver()
setInitializationData
public void setInitializationData(IConfigurationElement config,
java.lang.String propertyName,
java.lang.Object data)
throws CoreException
- Throws:
CoreException
solve
public void solve()
throws java.lang.reflect.InvocationTargetException
- Description copied from interface:
ISolver
- Try to solve an associated problem.
- Specified by:
solve in interface ISolver
- Throws:
java.lang.reflect.InvocationTargetException - If an exception occurs
during the attempt to solve the problem. The exception will be
wrapped by an InvocationTargetException.