|
||||||||||
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.NewPrefixesQueryWizardPage
public class NewPrefixesQueryWizardPage
Queries for new prefixes.
Field Summary | |
---|---|
protected Set<String> |
namespaces
Get prefixes for these namespaces. |
NewPrefixesQuery |
npq
The widget. |
protected NamespaceManager |
nsManager
Current namespace manager. |
Fields inherited from class sk.uniba.euromath.editor.wizards.BaseWizardPage |
---|
name |
Constructor Summary | |
---|---|
NewPrefixesQueryWizardPage(Set<String> namespaces,
NamespaceManager nsManager)
Constructor. |
Method Summary | |
---|---|
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 NewPrefixesQuery npq
protected final Set<String> namespaces
protected final NamespaceManager nsManager
Constructor Detail |
---|
public NewPrefixesQueryWizardPage(Set<String> namespaces, NamespaceManager nsManager)
namespaces
- get prefixes for these namespaces.nsManager
- current namespace manager. New prefixes are not
registered here, new manager is created instead.Method Detail |
---|
public 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 |