Revision 178

View differences:

trunk/org.gvsig.scripting/org.gvsig.scripting.swing/org.gvsig.scripting.swing.api/src/main/java/org/gvsig/scripting/swing/api/ScriptingUIManager.java
1 1
package org.gvsig.scripting.swing.api;
2 2

  
3
import java.net.URL;
4

  
3 5
import javax.swing.ImageIcon;
4 6
import javax.swing.JEditorPane;
5 7
import javax.swing.JPanel;
......
159 161
	 * 
160 162
	 * @return a JPanel with the JavaDocs registered in the application
161 163
	 */
162
	public JPanel getHelp();
164
	public JPanel getAPIHelp();
163 165
	
164 166
	/**
167
	 * Returns a help panel.
168
	 * 
169
	 * @return a JPanel with the User's help of the application
170
	 */
171
	public JPanel getUserHelp();
172

  
173
	public void addUserHelp(String langName, URL resource);
174
	
175
	/**
165 176
	 * Shows a JPanel in a dialog window with it's own characteristics
166 177
	 *
167 178
	 * @params panel JPanel included in the dialog's content

Also available in: Unified diff