/[xulu]/branches/1.8-gt2-2.6/src/appl/plugin/multimodelcontrol/MultiModelControlPlugin.java
ViewVC logotype

Contents of /branches/1.8-gt2-2.6/src/appl/plugin/multimodelcontrol/MultiModelControlPlugin.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 60 - (show annotations)
Sun Oct 4 16:54:52 2009 UTC (15 years, 2 months ago) by alfonx
File size: 681 byte(s)
* organized imports
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