| <html> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" > |
| <title>Documentation</title> |
| |
| <link href="book.css" rel="stylesheet" type="text/css"> |
| <link href="code.css" rel="stylesheet" type="text/css"> |
| <link rel="home" href="00-Main.html" title=""> |
| </head> |
| <body> |
| <a name="Emf%20Parsley%20Guide_4"></a> |
| <h1>Documentation</h1> |
| <ol><li><a href="01-Introduction.html#Introduction">Introduction</a> |
| <ol> <li><a href="01-Introduction.html#reflectiveComponents">Reflective Components</a> |
| </li> |
| <li><a href="01-Introduction.html#easyToCustomize">Easy to Customize</a> |
| </li> |
| <li><a href="01-Introduction.html#architecture">Architecture</a> |
| </li> |
| </ol></li> |
| <li><a href="02-GettingStarted.html#GettingStarted">Getting Started</a> |
| <ol> <li><a href="02-GettingStarted.html#Installation">Installation</a> |
| </li> |
| <li><a href="02-GettingStarted.html#FirstExample">First Example</a> |
| </li> |
| <li><a href="02-GettingStarted.html#RCPMail">RCP Mail Example</a> |
| </li> |
| </ol></li> |
| <li><a href="03-Components.html#Components">Components</a> |
| <ol> <li><a href="03-Components.html#FormComponent">Form Component</a> |
| <ol> <li><a href="03-Components.html#Form_Customizations">Form Customizations</a> |
| </li> |
| </ol></li> |
| <li><a href="03-Components.html#TreeComponent">Tree Component</a> |
| <ol> <li><a href="03-Components.html#Tree_Customizations">Tree Customizations</a> |
| </li> |
| </ol></li> |
| <li><a href="03-Components.html#TreeFormComponent">Tree Form Component</a> |
| <ol> <li><a href="03-Components.html#TreeForm_Customizations">Tree Form Customization</a> |
| </li> |
| </ol></li> |
| <li><a href="03-Components.html#TableComponent">Table Component</a> |
| </li> |
| </ol></li> |
| <li><a href="04-Customization.html#Customization">Customization</a> |
| <ol> <li><a href="04-Customization.html#ResourceManagers">Managing Resources</a> |
| <ol> <li><a href="04-Customization.html#ResourceLoader">Resource Loader</a> |
| </li> |
| <li><a href="04-Customization.html#EmptyResourceInitializer">Empty Resource Initializer</a> |
| </li> |
| <li><a href="04-Customization.html#EditingDomainFinder">Editing Domain Finder</a> |
| </li> |
| <li><a href="04-Customization.html#ResourceSaveManager">Resource Save Manager</a> |
| <ol> <li><a href="04-Customization.html#ValidateResourceSaveManager">Validate Resource Save Manager</a> |
| </li> |
| </ol></li> |
| </ol></li> |
| <li><a href="04-Customization.html#Providers">Providers</a> |
| <ol> <li><a href="04-Customization.html#FeaturesProvider">Features Provider</a> |
| <ol> <li><a href="04-Customization.html#FeatureProvider1">Prima versione</a> |
| </li> |
| <li><a href="04-Customization.html#FeatureProvider2">Seconda versione</a> |
| </li> |
| <li><a href="04-Customization.html#FeaturesColumnProvider">Features Column Provider</a> |
| </li> |
| </ol></li> |
| <li><a href="04-Customization.html#PropertyDescriptionProvider">Property Description Provider</a> |
| <ol> <li><a href="04-Customization.html#FormPropertyDescriptionProvider">Form Property Description Provider</a> |
| </li> |
| </ol></li> |
| <li><a href="04-Customization.html#ViewerLabelProvider">Viewer Label Provider</a> |
| </li> |
| <li><a href="04-Customization.html#ViewerContentProvider">Viewer Content Provider</a> |
| </li> |
| <li><a href="04-Customization.html#ProposalProvider">Proposal Provider</a> |
| </li> |
| <li><a href="04-Customization.html#ViewerContextMenuFactory">Viewer Context Menu Factory</a> |
| </li> |
| <li><a href="04-Customization.html#TableColumnLabelProvider">Table Column Label Provider</a> |
| </li> |
| </ol></li> |
| <li><a href="04-Customization.html#SelectionAndMenu">Selection And Menu</a> |
| <ol> <li><a href="04-Customization.html#EmfSelectionHelper">Emf Selection Helper</a> |
| </li> |
| </ol></li> |
| <li><a href="04-Customization.html#Builders">Builders</a> |
| <ol> <li><a href="04-Customization.html#TableViewerBuilder">Table Viewer Builder</a> |
| </li> |
| <li><a href="04-Customization.html#TableViewerColumnBuilder">Table Viewer Column Builder</a> |
| <ol> <li><a href="04-Customization.html#TableViewerEditableColumnBuilder">Table Viewer Editable Column Builder</a> |
| </li> |
| </ol></li> |
| </ol></li> |
| <li><a href="04-Customization.html#Factories">Factories</a> |
| <ol> <li><a href="04-Customization.html#FormFactory">Form Factory</a> |
| </li> |
| <li><a href="04-Customization.html#JfaceProviderFactory">Jface Provider Factory</a> |
| </li> |
| <li><a href="04-Customization.html#FormControlFactory">Form Control Factory</a> |
| </li> |
| <li><a href="04-Customization.html#TreeFormFactory">Tree Form Factory</a> |
| </li> |
| <li><a href="04-Customization.html#ViewerFactory">Viewer Factory</a> |
| </li> |
| <li><a href="04-Customization.html#AdapterFactoryEditingDomain">Viewer Factory</a> |
| </li> |
| </ol></li> |
| <li><a href="04-Customization.html#Viewers">Viewers</a> |
| <ol> <li><a href="04-Customization.html#ViewerInitializer">Viewer Initializer</a> |
| </li> |
| </ol></li> |
| </ol></li> |
| <li><a href="05-DSL.html#DSL">EMF Components DSL</a> |
| <ol> <li><a href="05-DSL.html#xbase">Xbase features</a> |
| </li> |
| </ol></li> |
| <li><a href="06-AdvancedComponents.html#AdvancedComponents">Advanced Components</a> |
| </li> |
| <li><a href="07-Eclipse4.html#Eclipse4">Eclipse 4</a> |
| <ol> <li><a href="07-Eclipse4.html#GetFirstExample">First Example Setup</a> |
| </li> |
| <li><a href="07-Eclipse4.html#PrepareForEclipse4Application">Preparing for a pure Eclipse 4 Application</a> |
| </li> |
| <li><a href="07-Eclipse4.html#CreateEclipse4Application">Create an Eclipse 4 Application</a> |
| </li> |
| <li><a href="07-Eclipse4.html#Eclipse4ApplicationAndEMFComponents">Using an EMF Parsley TreeComposite into an Eclipse 4 Part</a> |
| </li> |
| <li><a href="07-Eclipse4.html#Eclipse4Save">Adding the dirty state and Save command</a> |
| </li> |
| </ol></li> |
| </ol></body> |
| </html> |