EGF Engine
Release 0.1.0

org.eclipse.egf.pattern.ui.editor.page
Class PatternSpecificationPage.ParameterDetails

java.lang.Object
  extended by AbstractFormPart
      extended by org.eclipse.egf.pattern.ui.editor.page.AbstractPatternDetails
          extended by org.eclipse.egf.pattern.ui.editor.page.PatternSpecificationPage.ParameterDetails
All Implemented Interfaces:
IPatternModificationListener
Enclosing class:
PatternSpecificationPage

protected abstract class PatternSpecificationPage.ParameterDetails
extends AbstractPatternDetails
implements IPatternModificationListener

Parameter details page.


Constructor Summary
PatternSpecificationPage.ParameterDetails(IFormPart masterPart_p)
          Constructor.
 
Method Summary
protected  void doCreateContents(FormToolkit toolkit_p, Composite parent_p, Object initialContent_p)
          Do create contents.
 void notifyChanged(IPatternModificationNotification notification_p)
          Notify that a change to the pattern model has occurred.
 void widgetDisposed(DisposeEvent e_p)
           
 
Methods inherited from class org.eclipse.egf.pattern.ui.editor.page.AbstractPatternDetails
createContents, getInitialContent, getToolkit, handleSelectionChanged, selectionChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternSpecificationPage.ParameterDetails

public PatternSpecificationPage.ParameterDetails(IFormPart masterPart_p)
Constructor.

Parameters:
masterPart_p -
Method Detail

doCreateContents

protected void doCreateContents(FormToolkit toolkit_p,
                                Composite parent_p,
                                Object initialContent_p)
Description copied from class: AbstractPatternDetails
Do create contents.

Specified by:
doCreateContents in class AbstractPatternDetails
See Also:
org.eclipse.egf.pattern.ui.editor.page.AbstractPatternDetails#doCreateContents(org.eclipse.ui.forms.widgets.FormToolkit, org.eclipse.swt.widgets.Composite, java.lang.Object)

widgetDisposed

public void widgetDisposed(DisposeEvent e_p)
See Also:
org.eclipse.swt.events.DisposeListener#widgetDisposed(org.eclipse.swt.events.DisposeEvent)

notifyChanged

public void notifyChanged(IPatternModificationNotification notification_p)
Description copied from interface: IPatternModificationListener
Notify that a change to the pattern model has occurred.

Specified by:
notifyChanged in interface IPatternModificationListener
Parameters:
notification_p - a description of the change.
See Also:
IPatternModificationListener.notifyChanged(org.eclipse.egf.pattern.ui.internal.editor.IPatternModificationNotification)

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.