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 "Visual Editor Project"

Line 1: Line 1:
Welcome to the Visual Editor Project's wiki!
+
The Eclipse Visual Editor project is a platform for creating GUI builders within Eclipse.  The project currently provides support for [http://en.wikipedia.org/wiki/WYSIWYG WYSIWYG] editing of Swing/AWT and [[SWT]]/[[RCP]] user interfaces.
  
 
== Supported Platforms ==
 
== Supported Platforms ==
 
The Visual Editor is currently supported on the following platforms:
 
The Visual Editor is currently supported on the following platforms:
* Win32 - AWT/Swing, SWT
+
* Win32 - Swing/AWT, SWT
 
* Linux
 
* Linux
** GTK2/x86 - AWT/Swing, SWT
+
** GTK2/x86 - Swing/AWT, SWT
** GTK2/x86_64 - AWT/Swing, SWT
+
** GTK2/x86_64 - Swing/AWT, SWT
** Motif - AWT/Swing
+
** Motif - Swing/AWT
  
 
== Release History ==
 
== Release History ==
Line 21: Line 21:
 
== See Also ==
 
== See Also ==
 
[http://www.eclipse.org/vep/ Visual Editor Project website]<br>
 
[http://www.eclipse.org/vep/ Visual Editor Project website]<br>
 +
[http://www.eclipse.org/vep/WebContent/docs/v1.2/plan/vep-plan-1.2.html VE 1.2 Development Plan]<br>
 
[http://www.eclipse.org/swt/ Standard Widget Toolkit]<br>
 
[http://www.eclipse.org/swt/ Standard Widget Toolkit]<br>
 
[http://www.eclipse.org/rcp/ Rich Client Platform]<br>
 
[http://www.eclipse.org/rcp/ Rich Client Platform]<br>
 
[http://java.sun.com/docs/books/tutorial/uiswing/TOC.html Sun's Swing Tutorial]
 
[http://java.sun.com/docs/books/tutorial/uiswing/TOC.html Sun's Swing Tutorial]

Revision as of 23:02, 21 October 2005

The Eclipse Visual Editor project is a platform for creating GUI builders within Eclipse. The project currently provides support for WYSIWYG editing of Swing/AWT and SWT/RCP user interfaces.

Supported Platforms

The Visual Editor is currently supported on the following platforms:

  • Win32 - Swing/AWT, SWT
  • Linux
    • GTK2/x86 - Swing/AWT, SWT
    • GTK2/x86_64 - Swing/AWT, SWT
    • Motif - Swing/AWT

Release History

See Also

Visual Editor Project website
VE 1.2 Development Plan
Standard Widget Toolkit
Rich Client Platform
Sun's Swing Tutorial

Back to the top