|
|
@ -14,6 +14,7 @@ import com.fr.plugin.event.manager.ui.EventManagerPane; |
|
|
|
import com.fr.plugin.event.manager.ui.FormEventManagerPane; |
|
|
|
import com.fr.plugin.event.manager.ui.FormEventManagerPane; |
|
|
|
import com.fr.plugin.event.manager.utils.KeySetUtils; |
|
|
|
import com.fr.plugin.event.manager.utils.KeySetUtils; |
|
|
|
import com.fr.plugin.transform.ExecuteFunctionRecord; |
|
|
|
import com.fr.plugin.transform.ExecuteFunctionRecord; |
|
|
|
|
|
|
|
import com.fr.plugin.transform.FunctionRecorder; |
|
|
|
|
|
|
|
|
|
|
|
import javax.swing.JOptionPane; |
|
|
|
import javax.swing.JOptionPane; |
|
|
|
import java.awt.event.ActionEvent; |
|
|
|
import java.awt.event.ActionEvent; |
|
|
@ -26,6 +27,7 @@ import java.awt.event.WindowEvent; |
|
|
|
* @author Joe |
|
|
|
* @author Joe |
|
|
|
* Created by Joe on 9/3/2020 |
|
|
|
* Created by Joe on 9/3/2020 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
@FunctionRecorder |
|
|
|
public class FormEventManager extends JTemplateAction<JForm> { |
|
|
|
public class FormEventManager extends JTemplateAction<JForm> { |
|
|
|
|
|
|
|
|
|
|
|
public FormEventManager(JForm form) { |
|
|
|
public FormEventManager(JForm form) { |
|
|
|