Statistics
| Revision:

svn-gvsig-desktop / branches / v10 / extensions / extScripting / src / org / gvsig / scripting / xul / IXULScriptablePanel.java @ 9331

History | View | Annotate | Download (259 Bytes)

1
package org.gvsig.scripting.xul;
2

    
3
import org.apache.bsf.BSFException;
4

    
5
public interface IXULScriptablePanel extends IXULPanel {
6
        
7
        public void invokeMethod(Object component, String method);
8
        
9
        public XULScriptablePanel createPanel() throws BSFException ;
10
        
11
}