EGF Engine
Release 0.1.0

org.eclipse.egf.pattern.ui.internal.editor.page.implementation.wizard
Class PatternCodeActionTypeSelectionPage

java.lang.Object
  extended by WizardPage
      extended by org.eclipse.egf.common.ui.wizard.page.AbstractWizardPage
          extended by org.eclipse.egf.pattern.ui.internal.editor.page.wizard.AbstractPatternWizardPage
              extended by org.eclipse.egf.pattern.ui.internal.editor.page.implementation.wizard.AbstractPatternCodeWizardPage
                  extended by org.eclipse.egf.pattern.ui.internal.editor.page.implementation.wizard.PatternCodeActionTypeSelectionPage

public class PatternCodeActionTypeSelectionPage
extends AbstractPatternCodeWizardPage


Field Summary
protected static String PAGE_ID
          Page unique id.
 
Constructor Summary
PatternCodeActionTypeSelectionPage()
          Constructor.
 
Method Summary
 boolean canFlipToNextPage()
           
protected  StructuredViewer createViewer(Composite parent_p)
          Create and initialize the viewer.
protected  boolean delegateSelectionChanged(Object selectedElement_p)
          Delegate selection changed.
static String getActionTypeDisplayableText(Object actionType_p)
          Get action type text to display from action type.
 IWizardPage getNextPage()
           
protected  String getPageDescription()
          Get the page description.
protected  String getPageTitle()
          Get the page title.
protected static String getParameterPageId(String actionType_p)
          Get parameter page id for given action type.
 PatternCodeActionWizard getWizard()
           
 
Methods inherited from class org.eclipse.egf.pattern.ui.internal.editor.page.implementation.wizard.AbstractPatternCodeWizardPage
getHelpContextId
 
Methods inherited from class org.eclipse.egf.pattern.ui.internal.editor.page.wizard.AbstractPatternWizardPage
createPageArea, endPageAreaCreation, getCompleteStatus, getToolkit, isReadOnly, selectionChanged
 
Methods inherited from class org.eclipse.egf.common.ui.wizard.page.AbstractWizardPage
createControl, getContentNumColumn, handlePageLayout, initialize, isPageComplete, performHelp, updateButtons
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAGE_ID

protected static final String PAGE_ID
Page unique id.

See Also:
Constant Field Values
Constructor Detail

PatternCodeActionTypeSelectionPage

public PatternCodeActionTypeSelectionPage()
Constructor.

Method Detail

getNextPage

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

canFlipToNextPage

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

getParameterPageId

protected static String getParameterPageId(String actionType_p)
Get parameter page id for given action type.

Parameters:
actionType_p -
Returns:

getPageDescription

protected String getPageDescription()
Description copied from class: AbstractWizardPage
Get the page description.

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

getPageTitle

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

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

getWizard

public PatternCodeActionWizard getWizard()
Overrides:
getWizard in class AbstractPatternCodeWizardPage
See Also:
AbstractPatternCodeWizardPage.getWizard()

createViewer

protected StructuredViewer createViewer(Composite parent_p)
Description copied from class: AbstractPatternWizardPage
Create and initialize the viewer.

Specified by:
createViewer in class AbstractPatternWizardPage
Returns:
A not null viewer reference.
See Also:
org.eclipse.egf.pattern.ui.internal.editor.page.implementation.wizard.AbstractPatternCodeWizardPage#createViewer(org.eclipse.swt.widgets.Composite)

delegateSelectionChanged

protected boolean delegateSelectionChanged(Object selectedElement_p)
Description copied from class: AbstractPatternWizardPage
Delegate selection changed.
Given selected element might be null.

Specified by:
delegateSelectionChanged in class AbstractPatternWizardPage
Returns:
true if selection completes the page, false otherwise.
See Also:
AbstractPatternWizardPage.delegateSelectionChanged(java.lang.Object)

getActionTypeDisplayableText

public static String getActionTypeDisplayableText(Object actionType_p)
Get action type text to display from action type.

Parameters:
actionType_p -
Returns:

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.