Yyming
4 years ago
2 changed files with 28 additions and 20 deletions
@ -1,24 +1,38 @@
|
||||
package com.fr.design.mainframe; |
||||
|
||||
import java.awt.Graphics2D; |
||||
|
||||
import com.fr.design.menu.MenuDef; |
||||
|
||||
import java.awt.Graphics2D; |
||||
|
||||
|
||||
/** |
||||
* 获取 |
||||
* |
||||
* |
||||
* @date 2015-2-5-上午10:19:17 |
||||
* |
||||
* @deprecated 让聚合报表也可以新建普通报表sheet, 逻辑和普通报表保持一致, 弃用此个性化设置 |
||||
*/ |
||||
@Deprecated |
||||
public class PolySheetNameTabPane extends SheetNameTabPane{ |
||||
|
||||
/** |
||||
* 构造函数 |
||||
*/ |
||||
public PolySheetNameTabPane(ReportComponentComposite reportCompositeX) { |
||||
super(reportCompositeX); |
||||
} |
||||
public class PolySheetNameTabPane extends SheetNameTabPane { |
||||
|
||||
/** |
||||
* 构造函数 |
||||
*/ |
||||
public PolySheetNameTabPane(ReportComponentComposite reportCompositeX) { |
||||
super(reportCompositeX); |
||||
} |
||||
|
||||
protected void paintAddButton(Graphics2D g2d) { |
||||
ADD_POLY_SHEET.paintIcon(this, g2d, iconLocation, 3); |
||||
} |
||||
|
||||
|
||||
protected void firstInsertActionPerformed() { |
||||
new PolyReportInsertAction().actionPerformed(null); |
||||
} |
||||
|
||||
|
||||
protected void addInsertGridShortCut(MenuDef def) { |
||||
} |
||||
|
||||
} |
Loading…
Reference in new issue