Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "VE/Documentation"

< VE
(References)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Visual Editor Overview Papers ==
+
== Visual Editor Design Papers ==
[[Functional Overview of Visual Editor]]
+
* [[Functional Overview of Visual Editor]]
 
+
* [[Architectural Overview of Visual Editor]]
[[Architectural Overview of Visual Editor]]
+
* Visual Editor Components;-
 
+
**[[VE Source Editor / Code Generation (CodeGen) component]]
 +
**[[VE Graphical Viewer / Java Beans Tree]]
 +
** [[VE Palette]]
 +
** [[VE Extension Points]]
 +
** [[VE Override and ecore files]]
  
 
== Visual Editor Tutorials ==
 
== Visual Editor Tutorials ==
Line 30: Line 34:
  
 
[http://www.eclipse.org/vep/WebContent/docs/archivedDocs/index.html Archived Documents]
 
[http://www.eclipse.org/vep/WebContent/docs/archivedDocs/index.html Archived Documents]
 +
 +
[http://www.eclipse.org/vep/WebContent/docs/layout/ve_layout_extensions.html Visual Editor Layout Extensions]
 +
 +
[http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.ve.doc/topics/tve_overview.html Visual Editor Online User Help]
 +
 +
[http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.ve.doc/topics/tve_extending.html Visual Editor Online Extension Help]
  
 
== Visual Editor Articles ==
 
== Visual Editor Articles ==
Line 40: Line 50:
  
 
== Project Management ==
 
== Project Management ==
 +
[[VE/Roadmap | VE 1.3 Roadmap]]
 +
 +
[http://www.eclipse.org/vep/WebContent/docs/v1.2/plan/vep-plan-1.2.html Visual Editor Project 1.2 Plan]
 +
 +
[http://www.eclipse.org/vep/WebContent/docs/ve_plan1.1/vep-plan-1.1.html Visual Editor Project 1.1 Plan]
 +
 +
[[Category:VE]]

Latest revision as of 20:48, 18 November 2007

Visual Editor Design Papers

Visual Editor Tutorials

Extending the Visual Editor Tutorial: Enabling support for a custom widget Gili Mendel, Joe Winchester and Dave Orme cover an example where a user has a custom widget that they wish to extend the Visual Editor to have specific builder behavior for.

Building a RCP view with VE v1.1 Grid Support Gili Mendel, July 13, 2005 In this screen cast, you'll get an overview of the new Grid tooling in the Visual Editor 1.1.

Building a RCP view with VE v1.1 M2 Gili Mendel, June 10, 2005 In this screen cast, you'll get an overview of some of the new thins in the Visual Editor 1.1.

Build GUIs with the Eclipse Visual Editor project David Gallardo, May 4, 2004 In this article, you'll get an overview of Visual Editor and the technology behind it, along with a short demonstration of Visual Editor 0.5's features for building AWT/Swing applications and a preview of the SWT support in Visual Editor 1.0.

Demo: create a customized panel with the Visual Editor Dr. Gili Mendel (IBM) November 10, 2003 This is a viewlet demo of creating a customized panel with the Visual Editor (turn your speaker on).

References

A link to Javadoc will be added when this has been generated. Currently there is no Javadoc for Visual Editor

Visual Editor Test Scenarios

   * Test scenarios to demonstrate specific functions of the Visual Editor.                                                      
   * Also used for functional verification testing to ensure correctness.

Archived Documents

Visual Editor Layout Extensions

Visual Editor Online User Help

Visual Editor Online Extension Help

Visual Editor Articles

Extend VE to build a ULC GUI builder Janak Mulani & Sibylle Peter, February, 2005 The Ultra Light Component Model provide server side API for swing like components. In this article, you'll get an overview of how Canoo extended the VE to build a ULC GUI builder.


Source Code Patterns Used by the Visual Editor version 0.5 Joe Winchester et al. (IBM) February 25, 2003 This article describes in detail the source code patterns used by the Visual Editor, as well as problems that can occur when the source code is outside the list of recognized styles.

Project Management

VE 1.3 Roadmap

Visual Editor Project 1.2 Plan

Visual Editor Project 1.1 Plan

Back to the top