blob: e177fca79995158ded49a2e0798cfc0d64e3015d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>EMF Forms</title>
<link rel="stylesheet" media="screen"
href="public/stylesheets/bootstrap.css">
<link rel="stylesheet" media="screen"
href="public/stylesheets/bootstrap-responsive.css">
<link rel="stylesheet" media="screen"
href="public/stylesheets/theme.css">
<link href='https://fonts.googleapis.com/css?family=Lato'
rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="public/images/logo.png" />
<script src="public/javascripts/jquery-1.9.0.min.js"
type="text/javascript"></script>
<script src="public/javascripts/bootstrap.js" type="text/javascript"></script>
<script src="public/javascripts/common.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
<script src="public/javascripts/cookieconsent.js" type="text/javascript"></script>
</head>
<body>
<div class="container-fluid fill">
<div class="banner">
<div class="row-fluid">
<div class="span2" style="padding: 0.5em;">
<a href="index.html"> <img src="public/images/logo.png" />
</a>
</div>
<div class="span10 pull-left">
<h2>EMF Forms</h2>
<p>Are you still manually coding UIs?</p>
</div>
</div>
</div>
<div class="row-fluid">
<div class="navbar span12">
<div class="navbar-inner" id="topbar">
<button id="topbtn" type="button" class="btn btn-navbar"
data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span><span class="icon-bar"></span><span
class="icon-bar"></span>
</button>
<div class="nav-collapse">
<ul class="nav">
<li><a href="index.html"> <img class="nav-image"
src="public/images/home.png" /> <span>&nbsp;Home</span>
</a></li>
<li><a href="gettingstarted.html"> <img
class="nav-image" src="public/images/getting-started.png" /> <span>&nbsp;Getting
Started</span>
</a></li>
<li><a href="download.html"> <img class="nav-image"
src="public/images/download.png" /> <span>&nbsp;Download</span>
</a></li>
<li><a href="documentation.html"> <img class="nav-image"
src="public/images/documentation.png" /> <span>&nbsp;Documentation</span>
</a></li>
<li><a href="support.html"> <img class="nav-image"
src="public/images/support.png" /> <span>&nbsp;Support</span>
</a></li>
<li><a href="gettinginvolved.html"> <img
class="nav-image" src="public/images/getting-involved.png" />
<span>&nbsp;Getting Involved</span>
</a></li>
<li><a href="communication.html"> <img class="nav-image"
src="public/images/communication.png" /> <span>&nbsp;Contact</span>
</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="content">
<h3>DOCUMENTATION</h3>
<div class="row-fluid">
<div class="span12">
<p>
We are always trying to keep the documentation up-to-date. If you
find anything outdated, wrong or missing, please do not hesitate to
<a href="communication.html">contact us</a>.
</p>
<h4>Tutorials</h4>
<ul class="no-bullets">
<li><a
href="http://eclipsesource.com/blogs/tutorials/getting-started-with-EMF-Forms/"
target="_blank">Getting started with EMF Forms</a>
<ul class="no-bullets">
<li><a
href="http://eclipsesource.com/blogs/tutorials/getting-started-with-EMF-Forms/"
target="_blank">Introduction and Background</a></li>
<li><a
href="http://eclipsesource.com/blogs/tutorials/getting-started-with-EMF-Forms/#tutorial"
target="_blank">First steps and Set-up</a></li>
</ul>
<li><a
href="http://eclipsesource.com/blogs/tutorials/getting-started-with-EMF-Forms/#embbededitor"
target="_blank">Embedding EMF Forms into an Application</a>
<ul class="no-bullets">
<li><a
href="http://eclipsesource.com/blogs/tutorials/getting-started-with-EMF-Forms/#swt"
target="_blank">Using the SWT Renderer</a></li>
<li><a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-renderer/#rap"
target="_blank">Using the RAP Renderer</a></li>
<li><a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-renderer/#javafx"
target="_blank">Using the JavaFX Renderer</a></li>
<li><a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-renderer/#morerenderer"
target="_blank">More Renderer</a></li>
</ul>
<li><a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-view-model-elements/"
target="_blank">Available View Model Elements</a>
<ul class="no-bullets">
<li><a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-view-model-elements/#view"
target="_blank">View</a></li>
<li><a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-view-model-elements/#control"
target="_blank">Control</a></li>
<li><a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-view-model-elements/#verticalhorizontal"
target="_blank">Vertical and Horizontal Layout</a></li>
<li><a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-view-model-elements/#group"
target="_blank">Group</a></li>
<li><a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-view-model-elements/#tablecontrol"
target="_blank">Table Control</a></li>
<li><a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-view-model-elements/#controlgrid"
target="_blank">Control Grid</a></li>
<li><a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-view-model-elements/#treemasterdetail"
target="_blank">Tree Master Detail</a></li>
<li><a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-view-model-elements/#viewproxies"
target="_blank">View Proxies</a></li>
<li><a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-view-model-elements/#moreelements"
target="_blank">Additional Elements</a></li>
</ul></li>
<li><a
href="http://eclipsesource.com/blogs/tutorials/how-to-customize-emf-forms/"
target="_blank">How to customize EMF Forms</a>
<ul class="no-bullets">
<li>
<a
href="http://eclipsesource.com/blogs/tutorials/how-to-customize-emf-forms/#customizecontrols"
target="_blank">Customize and Replace Renderers
</a>
</li>
<li>
<a
href="http://eclipsesource.com/blogs/tutorials/how-to-customize-emf-forms/#reference-service"
target="_blank">Implement a Reference Service
</a>
</li>
<li>
<a
href="http://eclipsesource.com/blogs/tutorials/how-to-customize-emf-forms/#services"
target="_blank">EMF Forms Services
</a>
</li>
<li>
<a
href="http://eclipsesource.com/blogs/tutorials/how-to-customize-emf-forms/#localization"
target="_blank">Localization
</a>
</li>
<li>
<a
href="http://eclipsesource.com/blogs/tutorials/how-to-customize-emf-forms/#templatemodel"
target="_blank">Template Models
</a>
</li>
</ul>
</li>
<li><a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-editors/"
target="_blank">EMF Forms Editors</a>
<ul class="no-bullets">
<li>
<a
href="https://eclipsesource.com/blogs/tutorials/emf-forms-editors/#genericeditor"
target="_blank">The Generic Editor
</a>
</li>
<li>
<a
href="https://eclipsesource.com/blogs/tutorials/emf-forms-editors/#ecoreeditor"
target="_blank">The Ecore Editor
</a>
</li>
<li>
<a
href="https://eclipsesource.com/blogs/tutorials/emf-forms-editors/#ecoreeditor"
target="_blank">The Genmodel Editor
</a>
</li>
</ul>
</li>
<li><a
href="https://eclipsesource.com/blogs/tutorials/emf-forms-rendering/"
target="_blank">Rendering with EMF Forms</a>
</li>
<li><a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-migration-guide/"
target="_blank">EMF Forms Migration Guide</a>
</li>
<li><a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-frequently-asked-questions/"
target="_blank">EMF Forms Frequently Asked Questions</a>
<ul class="no-bullets">
<li>
<a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-frequently-asked-questions/#custommodelpreparationguideline"
target="_blank">Custom Model Preparation Guideline
</a>
</li>
<li>
<a
href="http://eclipsesource.com/blogs/tutorials/emf-forms-frequently-asked-questions/#debugging"
target="_blank">Debugging
</a>
</li>
</ul>
</li>
<li>
<a href="https://eclipsesource.com/blogs/tutorials/emf-forms-and-json-forms-integration-guide/">
Forms in the web (Integration with JSON Forms)
</a>
</li>
</ul>
<h4>Presentations</h4>
<p>Here you'll find a list of presentation videos that feature EMF Forms.
<ul class="no-bullets">
<li><a href="http://www.infoq.com/presentations/emf-forms">Building Business UIs with EMF Forms</a></li>
</ul>
</p>
<h4>JavaDoc</h4>
<p>
The latest JavaDoc can always be found <a
href="http://download.eclipse.org/ecp/releases/javadoc/index.html"
target="_blank">here</a>.
</p>
<h4>EMF Forms Platform Bundle Overview</h4>
<p>
For an overview of all EMF Forms bundles, please consult the ECP Documentation <a href="http://www.eclipse.org/ecp/documentation.html/#emfforms-bundle-overview">here</a>.
</p>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="row-fluid">
<div class="span2 text-center">
<a href="http://www.eclipse.org/legal/privacy.php" target="_blank">
Privacy Policy </a>
</div>
<div class="span2 text-center">
<a href="http://www.eclipse.org/legal/termsofuse.php"
target="_blank"> Terms of Use </a>
</div>
<div class="span2 text-center">
<a href="http://www.eclipse.org/legal/copyright.php"
target="_blank"> Copyright </a>
</div>
<div class="span2 text-center">
<a href="http://www.eclipse.org/legal/" target="_blank"> Legal
</a>
</div>
<div class="span2 text-center">
<a
href="http://www.eclipse.org/projects/project_summary.php?projectid=modeling.emft.emf-client"
target="_blank"> About </a>
</div>
<div class="span2 text-center">
<a href="http://www.eclipse.org/" target="_blank">eclipse.org</a>
</div>
</div>
<div class="text-center">
Crisp icon set &copy; <a
href="http://www.icondeposit.com/theicondeposit:108"
target="_blank">Icon Deposit</a>
</div>
</div>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5WLCZXC');</script>
<!-- End Google Tag Manager -->
<script>
(function(w) {
w.cookieconsent.init();
})(window)
</script>
</body>
</html>