/[xulu]/trunk/src/appl/parallel/starter/client/XuluStarterControllerPlugin.java
ViewVC logotype

Annotation of /trunk/src/appl/parallel/starter/client/XuluStarterControllerPlugin.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 78 - (hide annotations)
Wed Feb 10 16:43:46 2010 UTC (14 years, 10 months ago) by alfonx
File size: 890 byte(s)
Merged branch 1.8-gt2-2.6 to trunk. Now the trunk is based on GeoTools 2.6.1 and schmitzm-2.0.x
1 mojays 2 package appl.parallel.starter.client;
2    
3     import appl.util.XuluFrameAdapter;
4     import edu.bonn.xulu.appl.XuluPlugin;
5     import edu.bonn.xulu.gui.XuluInternalFrame;
6     import edu.bonn.xulu.plugin.appl.AbstractMenuPlugin;
7    
8     /**
9     * The starter-controller {@link XuluPlugin}.
10     *
11     * @see XuluStarterController
12     *
13     * @author Dominik Appl
14     */
15     public class XuluStarterControllerPlugin extends AbstractMenuPlugin {
16    
17     /*
18     * (non-Javadoc)
19     *
20     * @see edu.bonn.xulu.plugin.appl.AbstractMenuPlugin#createPluginApplication()
21     */
22     @Override
23     protected XuluInternalFrame createPluginApplication() throws Exception {
24     XuluStarterController controller = new XuluStarterController();
25    
26     return new XuluFrameAdapter("Xulu/V - Starter control", controller
27     .getPanel());
28     }
29    
30     /**
31     *
32     */
33     public XuluStarterControllerPlugin() {
34     super(4, "Xulu/V - Starter control");
35     }
36    
37     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26