From: <fra...@us...> - 2009-03-22 04:30:49
|
Revision: 1312 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=1312&view=rev Author: frankrimlinger Date: 2009-03-22 04:30:43 +0000 (Sun, 22 Mar 2009) Log Message: ----------- Have developed a methodology for porting JFrames to ViewParts. Just create a ViewPart class with the same name as the JFrame. Then punch in the Albireo wrapper as shown in the example. Then punch all the JFrame content into the Albireo SwingControl. Externally, your code now has to deal with ViewPart instead of a JFrame, so you have to run the ball out on the ground. So far the only thing I have noticed that JDialogs can't hang down from a ViewPart the way they do from a JFrame. Modified Paths: -------------- branches/mango/MangoRCP/.classpath branches/mango/MangoRCP/plugin.xml branches/mango/MangoRCP/src/mangorcp/Perspective.java Added Paths: ----------- branches/mango/MangoRCP/src/mangorcp/views/WorkstationWindow.java Removed Paths: ------------- branches/mango/MangoRCP/mango branches/mango/MangoRCP/src/mangorcp/views/InputManager.java branches/mango/MangoRCP/src/mangorcp/views/InputManagerView.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |