org.eclipse.net4j.util.ui.container
Interface IElementWizard

All Known Implementing Classes:
ElementWizard

public interface IElementWizard

Since:
3.1

Method Summary
 void create(Composite parent, IManagedContainer container, String productGroup, String factoryType, String defaultDescription, ValidationContext context)
           
 String getResultDescription()
           
 Object getResultElement()
           
 

Method Detail

create

void create(Composite parent,
            IManagedContainer container,
            String productGroup,
            String factoryType,
            String defaultDescription,
            ValidationContext context)

getResultDescription

String getResultDescription()

getResultElement

Object getResultElement()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.