Package | Description |
---|---|
com.nomagic.magicdraw.magicreport | |
com.nomagic.magicdraw.magicreport.helper | |
com.nomagic.magicdraw.magicreport.ui.bean |
Modifier and Type | Method and Description |
---|---|
protected ReportBean |
CommandLine.findReportBean(TemplateBean templateBean,
java.lang.String name)
Find and return instance of ReportBean from given TemplateBean and report name.
|
Modifier and Type | Method and Description |
---|---|
static ReportBean |
TemplateHelper.loadReport(java.io.File reportFile)
Create a
ReportBean from given reportFile. |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
TemplateHelper.getOutputReportKey(ReportBean reportBean)
Return a key for output report preference.
|
static java.lang.String |
TemplateHelper.getViewerReportKey(ReportBean reportBean)
Return a key for viewer report preference.
|
static java.lang.String |
ElementHelper.resolveFileNameVariable(java.lang.String content,
ReportBean reportBean)
Used for resolving the variable in output report file name in to value.
|
static void |
TemplateHelper.saveReport(ReportBean reportBean)
Create a new report file from ReportBean.
|
static void |
TemplateHelper.saveReport(TemplateBean templateBean,
ReportBean reportBean)
Create a new report file from ReportBean.
|
Modifier and Type | Method and Description |
---|---|
ReportBean |
TemplateBean.getDefaultReport()
Return a default report.
|
ReportBean |
TemplateBean.getSelectedReport()
Return a selected report.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ReportBean> |
TemplateBean.getReportList()
Return List of ReportBean.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateBean.addReportBean(ReportBean reportBean)
Add new report descriptor into this template.
|
int |
ReportBean.compareTo(ReportBean o)
Compares this object with the specified object for order.
|
void |
TemplateBean.setDefaultReport(ReportBean defaultReport)
Set a default report.
|
void |
TemplateBean.setSelectedReport(ReportBean selectedReport)
Set a selected report.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateBean.setReportList(java.util.List<ReportBean> reportList)
Set List of ReportBean.
|