sk.uniba.euromath.editor.dialogs
Interface IWidgetFactory<W extends IUserInputWidget>

Type Parameters:
W - factory produces this type of widget.

public interface IWidgetFactory<W extends IUserInputWidget>

Produces widget on demand.

Author:
Martin Vysny

Method Summary
 W create(Composite parent)
          Produces new widget on demand.
 

Method Detail

create

W create(Composite parent)
Produces new widget on demand.

Parameters:
parent - place the widget here.
Returns:
the widget instance.


Copyright © 2003-2006 null. All Rights Reserved.