|
|
|
@ -176,6 +176,7 @@ public class ECBlockEditor extends BlockEditor<ECBlockPane, PolyECBlock> {
|
|
|
|
|
// 超级链接
|
|
|
|
|
HyperlinkGroupPane hyperlinkGroupPane = DesignerContext.getDesignerFrame().getSelectedJTemplate() |
|
|
|
|
.getHyperLinkPane(HyperlinkGroupPaneActionImpl.getInstance()); |
|
|
|
|
EastRegionContainerPane.getInstance().replaceHyperlinkPane(hyperlinkGroupPane); |
|
|
|
|
hyperlinkGroupPane.populate(editComponent); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -187,4 +188,4 @@ public class ECBlockEditor extends BlockEditor<ECBlockPane, PolyECBlock> {
|
|
|
|
|
ElementCasePane ePane = (ElementCasePane)jTemplate.getCurrentElementCasePane(); |
|
|
|
|
return ePane != null && ePane.isSelectedOneCell(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|