forked from fanruan/design
loy
8 years ago
2 changed files with 19 additions and 0 deletions
@ -0,0 +1,15 @@
|
||||
package com.fr.design.fun.impl; |
||||
|
||||
import com.fr.design.javascript.JavaScriptActionPane; |
||||
|
||||
/** |
||||
* Created by loy on 16/8/23. |
||||
*/ |
||||
public abstract class AbstractJavaScriptActionExtensionProvider extends AbstractJavaScriptActionProvider { |
||||
|
||||
/** |
||||
* 传给插件额外参数 |
||||
* @param pane |
||||
*/ |
||||
public abstract void setJavaScriptActionPane(JavaScriptActionPane pane); |
||||
} |
Loading…
Reference in new issue