renekton
6 months ago
23 changed files with 119 additions and 43 deletions
After Width: | Height: | Size: 560 B |
After Width: | Height: | Size: 730 B |
After Width: | Height: | Size: 725 B |
After Width: | Height: | Size: 560 B |
After Width: | Height: | Size: 718 B |
@ -0,0 +1,23 @@
|
||||
package com.fr.design.widget; |
||||
|
||||
import com.fr.design.mainframe.ElementCasePane; |
||||
|
||||
/** |
||||
* @author Renekton |
||||
* @since on 2024/08/16 |
||||
* Created on 2024/08/16 |
||||
*/ |
||||
public class FloatWidgetManageCardPane extends EastCellWidgetCardPane { |
||||
|
||||
/** |
||||
* 悬浮窗控件管理 |
||||
*/ |
||||
public FloatWidgetManageCardPane(ElementCasePane pane) { |
||||
super(pane); |
||||
} |
||||
|
||||
@Override |
||||
protected WidgetEventPane initWidgetEventPane(ElementCasePane pane){ |
||||
return new WidgetEventPaneNoPop(pane); |
||||
} |
||||
} |
Loading…
Reference in new issue