sk.uniba.euromath.editor.wizards.document
Interface INameListItemChooserFactory<R extends BaseRule>

Type Parameters:
R - type of rule of the items.

public interface INameListItemChooserFactory<R extends BaseRule>

Creates instances of NameListItemChooser on demand.

Author:
Martin Vysny

Method Summary
 NameListItemChooser<R> create(Composite parent)
          Produces new instance of NameListItemChooser.
 

Method Detail

create

NameListItemChooser<R> create(Composite parent)
Produces new instance of NameListItemChooser.

Parameters:
parent - where the widget should be placed
Returns:
new instance.


Copyright © 2003-2006 null. All Rights Reserved.