|
||||||||||
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.NameListItemChooserWizardPage<R>
R
- can be instance of NewElementRule
or AttributeRule
only.public class NameListItemChooserWizardPage<R extends BaseRule>
Allows user to choose one item from given namelist. User must select one item before he can proceed further.
Field Summary | |
---|---|
protected INameListItemChooserFactory<R> |
factory
The name list widget producer. |
protected NameListItemChooser<R> |
nlic
Item chooser widget. |
Fields inherited from class sk.uniba.euromath.editor.wizards.BaseWizardPage |
---|
name |
Constructor Summary | |
---|---|
NameListItemChooserWizardPage(INameListItemChooserFactory<R> factory)
Creates new instance of the page. |
Method Summary | |
---|---|
protected Control |
handleCreateControl(Composite parent)
Creates the top level control for this dialog page under the given parent composite. |
protected void |
handleDispose()
Disposes the resources allocated by this dialog page. |
protected void |
validatePage()
Validates the page and returns 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 |
---|
protected NameListItemChooser<R extends BaseRule> nlic
protected final INameListItemChooserFactory<R extends BaseRule> factory
Constructor Detail |
---|
public NameListItemChooserWizardPage(INameListItemChooserFactory<R> factory)
factory
- the name list widget producerMethod 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 handleDispose()
BaseWizardPage
handleDispose
in class BaseWizardPage
protected void validatePage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |