EGF Engine
Release 0.1.0

org.eclipse.egf.core.ui.wizard.page
Class ContextElementValueWizardPage

java.lang.Object
  extended by WizardPage
      extended by org.eclipse.egf.common.ui.wizard.page.AbstractWizardPage
          extended by org.eclipse.egf.core.ui.wizard.page.AbstractModelElementWizardPage
              extended by org.eclipse.egf.core.ui.wizard.page.ContextElementValueWizardPage

public class ContextElementValueWizardPage
extends AbstractModelElementWizardPage

Implements the context element value wizard page.


Field Summary
protected  JavaTypeHolder _contextElementType
          Reference to the object bound to the context element type.
protected  ContextElementFieldEditor _contextElementValueFieldEditor
          ContextValue field editor.
protected  ITypeHolder _typeHolder
          Type holder that the context element value must be conformed to.
 
Constructor Summary
ContextElementValueWizardPage(String pageName_p)
          Constructor.
ContextElementValueWizardPage(String pageName_p, String title_p, ImageDescriptor titleImage_p)
          Constructor.
 
Method Summary
protected  void createPageArea(Composite parent_p)
          Create the page content.
protected  boolean getCompleteStatus()
          Check conditions to get the page completed
protected  ContextElement getContextElement()
          Return the handled context element.
protected  String getHelpContextId()
          Return the Help context id if any.
 IWizardPage getNextPage()
           
protected  String getPageTitle()
          Get the page title.
protected  void handlePageLayout(Composite parent_p)
          Handle the layout of this page.
 void updateContextElementType(String typeHolderClassName_p)
          Update the type holder class name.
 
Methods inherited from class org.eclipse.egf.core.ui.wizard.page.AbstractModelElementWizardPage
bindTextToAttribute, bindTextToAttribute, getAdapterFactory, getHostingBundle, getHostingPluginId, getHostingProject, getHostingProjectClassLoader, getModelElement, getModelElementWizard, getPageDescription, getParent, handleFieldEditorValidation, isReadOnly, showErrorMessage
 
Methods inherited from class org.eclipse.egf.common.ui.wizard.page.AbstractWizardPage
createControl, getContentNumColumn, initialize, isPageComplete, performHelp, updateButtons
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_contextElementValueFieldEditor

protected ContextElementFieldEditor _contextElementValueFieldEditor
ContextValue field editor.


_contextElementType

protected JavaTypeHolder _contextElementType
Reference to the object bound to the context element type.


_typeHolder

protected ITypeHolder _typeHolder
Type holder that the context element value must be conformed to.

Constructor Detail

ContextElementValueWizardPage

public ContextElementValueWizardPage(String pageName_p)
Constructor.

Parameters:
pageName_p -

ContextElementValueWizardPage

public ContextElementValueWizardPage(String pageName_p,
                                     String title_p,
                                     ImageDescriptor titleImage_p)
Constructor.

Parameters:
pageName_p -
title_p -
titleImage_p -
Method Detail

createPageArea

protected void createPageArea(Composite parent_p)
Description copied from class: AbstractWizardPage
Create the page content.

Specified by:
createPageArea in class AbstractWizardPage
See Also:
org.eclipse.egf.core.ui.wizard.page.AbstractModelElementWizardPage#createPageArea(org.eclipse.swt.widgets.Composite)

getNextPage

public IWizardPage getNextPage()
See Also:
org.eclipse.jface.wizard.WizardPage#getNextPage()

handlePageLayout

protected void handlePageLayout(Composite parent_p)
Description copied from class: AbstractWizardPage
Handle the layout of this page.

Overrides:
handlePageLayout in class AbstractWizardPage
See Also:
org.eclipse.egf.core.ui.wizard.page.AbstractModelElementWizardPage#handlePageLayout(org.eclipse.swt.widgets.Composite)

getContextElement

protected ContextElement getContextElement()
Return the handled context element.

Returns:

getCompleteStatus

protected boolean getCompleteStatus()
Description copied from class: AbstractWizardPage
Check conditions to get the page completed

Specified by:
getCompleteStatus in class AbstractWizardPage
Returns:
true the page is complete; false otherwise.
See Also:
AbstractWizardPage.getCompleteStatus()

getPageTitle

protected String getPageTitle()
Description copied from class: AbstractWizardPage
Get the page title.

Specified by:
getPageTitle in class AbstractWizardPage
Returns:
See Also:
AbstractWizardPage.getPageTitle()

getHelpContextId

protected String getHelpContextId()
Description copied from class: AbstractWizardPage
Return the Help context id if any.
Default implementation returns null.

Overrides:
getHelpContextId in class AbstractWizardPage
Returns:
null or an help context id.
See Also:
AbstractWizardPage.getHelpContextId()

updateContextElementType

public void updateContextElementType(String typeHolderClassName_p)
Update the type holder class name.

Parameters:
typeHolderClassName_p -

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.