/[xulu]/trunk/src/appl/plugin/multimodelcontrol/MultiModelControlPlugin.java
ViewVC logotype

Contents of /trunk/src/appl/plugin/multimodelcontrol/MultiModelControlPlugin.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 78 - (show annotations)
Wed Feb 10 16:43:46 2010 UTC (14 years, 10 months ago) by alfonx
File size: 681 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 package appl.plugin.multimodelcontrol;
2
3 import edu.bonn.xulu.gui.XuluInternalFrame;
4 import edu.bonn.xulu.plugin.appl.AbstractMenuPlugin;
5
6 /**
7 * The Xulu plugin class. See {@link MultiModelControlHandler} for details.
8 *
9 * @author Dominik Appl
10 */
11 public class MultiModelControlPlugin extends AbstractMenuPlugin{
12
13 /**
14 */
15 public MultiModelControlPlugin() {
16 super(1,"Multi Model Control");
17 }
18
19 /* (non-Javadoc)
20 * @see edu.bonn.xulu.plugin.appl.AbstractMenuPlugin#createPluginApplication()
21 */
22 @Override
23 protected XuluInternalFrame createPluginApplication() throws Exception {
24 return new MultiModelControlHandler(this.appl).getFrame();
25 }
26
27 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26