Harrison
2 years ago
3 changed files with 30 additions and 3 deletions
@ -0,0 +1,24 @@ |
|||||||
|
package com.fr.design.file; |
||||||
|
|
||||||
|
/** |
||||||
|
* @author shine |
||||||
|
* @version 10.0 |
||||||
|
* Created by shine on 2022/11/25 |
||||||
|
* fvs plugin jartime升级到2022-12-2之后就可以删了 |
||||||
|
*/ |
||||||
|
@Deprecated |
||||||
|
public class MutilTempalteTabPane { |
||||||
|
|
||||||
|
public static MutilTempalteTabPane getInstance() { |
||||||
|
return new MutilTempalteTabPane(); |
||||||
|
} |
||||||
|
|
||||||
|
public void setIsCloseCurrent(boolean b) { |
||||||
|
MultiTemplateTabPane.getInstance().setIsCloseCurrent(b); |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
public void activePrevTemplateAfterClose() { |
||||||
|
MultiTemplateTabPane.getInstance().activePrevTemplateAfterClose(); |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue