/[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 2 - (show annotations)
Wed Feb 25 11:54:01 2009 UTC (15 years, 9 months ago) by mojays
Original Path: trunk/src/appl/plugin/multimodelcontrol/MultiModelControlPlugin.java
File size: 714 byte(s)
First Commit, corresponds to Revision 1008 of Wikisquare-SVN 
1 package appl.plugin.multimodelcontrol;
2
3 import javax.swing.JMenuItem;
4
5 import edu.bonn.xulu.gui.XuluInternalFrame;
6 import edu.bonn.xulu.plugin.appl.AbstractMenuPlugin;
7
8 /**
9 * The Xulu plugin class. See {@link MultiModelControlHandler} for details.
10 *
11 * @author Dominik Appl
12 */
13 public class MultiModelControlPlugin extends AbstractMenuPlugin{
14
15 /**
16 */
17 public MultiModelControlPlugin() {
18 super(1,"Multi Model Control");
19 }
20
21 /* (non-Javadoc)
22 * @see edu.bonn.xulu.plugin.appl.AbstractMenuPlugin#createPluginApplication()
23 */
24 @Override
25 protected XuluInternalFrame createPluginApplication() throws Exception {
26 return new MultiModelControlHandler(this.appl).getFrame();
27 }
28
29 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26