Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Problems in launching
Problems in launching [message #207762] Fri, 20 January 2006 23:57
Eclipse UserFriend
Originally posted by: sebsymbol.hotmail.com

Hello people, I'm tired because i can't run any example, i don't know how.
I have compiled the helloworld example but how i can visualize it as an
application? I want to see the frame with the editing window!
Have I create a class with a main procedure?
Have I do something with plugin.xml?
Have I use HelloWorldEditor.java?

Very thnx!!!

Annex-> HelloWorldEditor.java:

public class HelloWorldEditor extends GraphicalEditorWithPalette {

public HelloWorldEditor() {
setEditDomain(new DefaultEditDomain(this));
}

/* (Ӗ Javadoc)
* @see
org.eclipse.gef.ui.parts.GraphicalEditor#initializeGraphical Viewer()
*/
protected void initializeGraphicalViewer() {
GraphicalViewer viewer = getGraphicalViewer();

.................etc.
Previous Topic:new Widgets in GEF - TextEdit Figure - very cool designed applications !
Next Topic:"Shapes" enhancement
Goto Forum:
  


Current Time: Tue Apr 23 08:12:33 GMT 2024

Powered by FUDForum. Page generated in 0.03064 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top