Revision 41080 trunk/org.gvsig.desktop/org.gvsig.desktop.framework/org.gvsig.andami/src/main/java/org/gvsig/andami/ui/mdiFrame/MainFrame.java

View differences:

MainFrame.java
29 29
import javax.swing.JComponent;
30 30
import javax.swing.JToolBar;
31 31

  
32
import org.gvsig.andami.actioninfo.ActionInfo;
32 33
import org.gvsig.andami.plugins.PluginClassLoader;
33 34
import org.gvsig.andami.plugins.config.generate.Label;
34 35
import org.gvsig.andami.plugins.config.generate.Menu;
......
60 61
	public void addMenu(Menu menu, ActionListener listener,
61 62
		PluginClassLoader loader);
62 63

  
64
	public void addMenu(ActionInfo action, String text);
65

  
66
	public void addTool(final ActionInfo action, final String toolBarName);
67

  
63 68
	/**
64 69
	 * Changes the menu name, and thus also its location, as the name determines
65 70
	 * the location of the menu. 

Also available in: Unified diff