EGF Engine
Release 0.1.0

org.eclipse.egf.pde.internal.ui.wizard.page
Class FactoryComponentContentPage

java.lang.Object
  extended by ContentPage
      extended by org.eclipse.egf.pde.internal.ui.wizard.page.FactoryComponentContentPage

public class FactoryComponentContentPage
extends ContentPage

Define the plug-in content that hosts the factory component.
The code was copied from org.eclipse.pde.internal.ui.wizards.plugin.PluginContentPage


Field Summary
protected  Label fClassLabel
           
protected  Text fClassText
           
protected  Button fGenerateClass
           
protected static int P_CLASS_GROUP
           
 
Constructor Summary
FactoryComponentContentPage(String pageName, IProjectProvider provider, NewProjectCreationPage page, AbstractFieldData data)
           
 
Method Summary
 boolean canFlipToNextPage()
           
 void createControl(Composite parent)
           
 boolean isPageComplete()
           
 void setVisible(boolean visible)
           
 void updateData()
           
protected  void validatePage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

P_CLASS_GROUP

protected static final int P_CLASS_GROUP
See Also:
Constant Field Values

fClassText

protected Text fClassText

fClassLabel

protected Label fClassLabel

fGenerateClass

protected Button fGenerateClass
Constructor Detail

FactoryComponentContentPage

public FactoryComponentContentPage(String pageName,
                                   IProjectProvider provider,
                                   NewProjectCreationPage page,
                                   AbstractFieldData data)
Method Detail

createControl

public void createControl(Composite parent)

updateData

public void updateData()
See Also:
org.eclipse.pde.internal.ui.wizards.plugin.ContentPage#updateData()

canFlipToNextPage

public boolean canFlipToNextPage()
See Also:
org.eclipse.jface.wizard.WizardPage#canFlipToNextPage()

isPageComplete

public boolean isPageComplete()
See Also:
org.eclipse.jface.wizard.WizardPage#isPageComplete()

setVisible

public void setVisible(boolean visible)
See Also:
org.eclipse.pde.internal.ui.wizards.plugin.ContentPage#setVisible(boolean)

validatePage

protected void validatePage()
See Also:
org.eclipse.pde.internal.ui.wizards.plugin.ContentPage#validatePage()

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.