org.eclipse.emf.ecp.makeithappen.application.sample.e4.parts
Class SamplePart

java.lang.Object
  extended by org.eclipse.emf.ecp.makeithappen.application.sample.e4.parts.SamplePart

public class SamplePart
extends Object

Example Part for displaying a Forms Editor for an EObject.


Constructor Summary
SamplePart()
           
 
Method Summary
 void createComposite(org.eclipse.swt.widgets.Composite parent)
          Render the editor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamplePart

public SamplePart()
Method Detail

createComposite

@PostConstruct
public void createComposite(org.eclipse.swt.widgets.Composite parent)
Render the editor.

Parameters:
parent - the Composite to render to


Copyright © 2015. All Rights Reserved.