Yvan
4 years ago
17 changed files with 109 additions and 23 deletions
@ -0,0 +1,21 @@ |
|||||||
|
package com.fr.design.plugin; |
||||||
|
|
||||||
|
import com.fr.design.dialog.UIDialog; |
||||||
|
|
||||||
|
/** |
||||||
|
* @author hades |
||||||
|
* @version 10.0 |
||||||
|
* Created by hades on 2021/3/8 |
||||||
|
*/ |
||||||
|
public class DesignerPluginContext { |
||||||
|
|
||||||
|
private static UIDialog DIALOG; |
||||||
|
|
||||||
|
public static UIDialog getPluginDialog() { |
||||||
|
return DIALOG; |
||||||
|
} |
||||||
|
|
||||||
|
public static void setPluginDialog(UIDialog pluginDialog) { |
||||||
|
DesignerPluginContext.DIALOG = pluginDialog; |
||||||
|
} |
||||||
|
} |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 864 B |
After Width: | Height: | Size: 804 B |
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in new issue