com.pnp.xfeature.wizards
Class SelectModelsWizardPage

java.lang.Object
  extended by WizardPage
      extended by com.pnp.xfeature.wizards.SelectModelsWizardPage

public class SelectModelsWizardPage
extends WizardPage

This class is self-explanatory. For details see Clayberg's and Rubel's Eclipse: Building Commercial-Quality Plug-ins, pg 464

Author:
Kamil Esktein, created on 2.1.2005; updated by Ondrej Rohlik on 29.4.2005

Constructor Summary
SelectModelsWizardPage(ISelection selection)
          creates new wizard page
 
Method Summary
 void createControl(Composite parent)
          creates the page and fills it with controls
 java.lang.String getDisplayModelFileName()
          getter method, returns entered text
 java.lang.String getFeatureModelName()
          getter method, returns entered text
 java.lang.String getGlobalConstraintCheckerFileName()
          getter method, returns entered text
 java.lang.String getMetaModelFileName()
          getter method, returns entered text
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectModelsWizardPage

public SelectModelsWizardPage(ISelection selection)
creates new wizard page

Method Detail

getMetaModelFileName

public java.lang.String getMetaModelFileName()
getter method, returns entered text


getDisplayModelFileName

public java.lang.String getDisplayModelFileName()
getter method, returns entered text


getGlobalConstraintCheckerFileName

public java.lang.String getGlobalConstraintCheckerFileName()
getter method, returns entered text


getFeatureModelName

public java.lang.String getFeatureModelName()
getter method, returns entered text


createControl

public void createControl(Composite parent)
creates the page and fills it with controls



Copyright © 2004 - 2008 ETH Zurich and P&P Software GmbH, All Rights Reserved.