@Deprecated public class HistoryTemplateListPane extends java.lang.Object implements CallbackEvent
为可能存在的插件做兼容处理
构造器和说明 |
---|
HistoryTemplateListPane()
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
void |
addHistory()
已过时。
添加历史记录
|
void |
callback()
已过时。
|
void |
closeOverLineTemplate()
已过时。
打开new模板的同时关闭old模板,优先关已保存的、先打开的
|
void |
closeSelectedReport(JTemplate<?,?> selected)
已过时。
关闭选择的文件
|
void |
closeVirtualSelectedReport(JTemplate<?,?> selected)
已过时。
临时关闭选择的文件
|
int |
contains(JTemplate<?,?> jt)
已过时。
获取模板的index
|
int |
contains(java.lang.String filename)
已过时。
判断是否打开过该模板
|
void |
deleteFile(FileNodeFILE file)
已过时。
|
JTemplate<?,?> |
get(int index)
已过时。
|
JTemplate<?,?> |
getCurrentEditingTemplate()
已过时。
|
int |
getHistoryCount()
已过时。
|
java.util.List<JTemplate<?,?>> |
getHistoryList()
已过时。
|
static HistoryTemplateListPane |
getInstance()
已过时。
|
JTemplate<?,?> |
getTemplate(int index)
已过时。
|
boolean |
isCurrentEditingFile(java.lang.String filename)
已过时。
是否是当前编辑的文件
|
void |
removeAllHistory()
已过时。
清空历史记录
|
boolean |
rename(FILE tplFile,
java.lang.String from,
java.lang.String to)
已过时。
|
void |
setCurrentEditingTemplate(JTemplate<?,?> jt)
已过时。
|
public static HistoryTemplateListPane getInstance()
public void closeSelectedReport(JTemplate<?,?> selected)
selected
- 选择的public void closeVirtualSelectedReport(JTemplate<?,?> selected)
selected
- 选择的public JTemplate<?,?> getCurrentEditingTemplate()
public void setCurrentEditingTemplate(JTemplate<?,?> jt)
public void addHistory()
public java.util.List<JTemplate<?,?>> getHistoryList()
public void removeAllHistory()
public int getHistoryCount()
public JTemplate<?,?> get(int index)
public JTemplate<?,?> getTemplate(int index)
public int contains(JTemplate<?,?> jt)
jt
- 模板public int contains(java.lang.String filename)
filename
- 文件名public boolean isCurrentEditingFile(java.lang.String filename)
filename
- 文件名public void callback()
callback
在接口中 CallbackEvent
public void closeOverLineTemplate()
public void deleteFile(FileNodeFILE file)
public boolean rename(FILE tplFile, java.lang.String from, java.lang.String to)