|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.editor.wizards.BaseWizardPage sk.uniba.euromath.editor.wizards.document.GraphSelectorWizardPage
public class GraphSelectorWizardPage
Allows user to select between multiple exporters in the exporter graph.
Field Summary | |
---|---|
protected Map<GraphNode,Set<String>> |
editableChoices
All choice nodes. |
protected ExportGraph |
graph
All exporter graphs needed for exporting the document. |
GraphSelectorWidget |
gs
The component. |
Fields inherited from class sk.uniba.euromath.editor.wizards.BaseWizardPage |
---|
name |
Constructor Summary | |
---|---|
GraphSelectorWizardPage(Map<GraphNode,Set<String>> editableChoices,
ExportGraph graph)
Constructor. |
Method Summary | |
---|---|
protected Control |
handleCreateControl(Composite parent)
Creates the top level control for this dialog page under the given parent composite. |
void |
handleDispose()
Disposes the resources allocated by this dialog page. |
protected void |
validatePage()
Validates the page and shows appropriate error message if necessary. |
Methods inherited from class sk.uniba.euromath.editor.wizards.BaseWizardPage |
---|
getContext, hasErrors, setMessages, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public GraphSelectorWidget gs
protected final ExportGraph graph
protected final Map<GraphNode,Set<String>> editableChoices
Constructor Detail |
---|
public GraphSelectorWizardPage(Map<GraphNode,Set<String>> editableChoices, ExportGraph graph)
editableChoices
- all choice nodes. You may compute them using
GraphSelectorWidget.getEditableChoices()
method.graph
- offer this graph to user. Must not be empty.Method Detail |
---|
protected Control handleCreateControl(Composite parent)
BaseWizardPage
Creates the top level control for this dialog page under the given parent composite.
This method is called only once.
handleCreateControl
in class BaseWizardPage
parent
- the parent composite
protected void validatePage()
public void handleDispose()
BaseWizardPage
handleDispose
in class BaseWizardPage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |