|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChartUIHelper
UI helper used to help chart UI customize composites in it.
Method Summary | |
---|---|
boolean |
canCombine(IChartType type,
org.eclipse.birt.chart.ui.swt.wizard.ChartWizardContext context)
Checks if current chart type can combine. |
java.lang.String |
getDefaultTitle(org.eclipse.birt.chart.ui.swt.wizard.ChartWizardContext context)
Returns current value of default title. |
boolean |
isDefaultTitleSupported()
Returns if default title is supported and if it should be visible in title UI section. |
void |
updateDefaultTitle(org.eclipse.birt.chart.model.Chart cm,
java.lang.Object extendedItem)
Updates the title in chart model with current default title value. |
Method Detail |
---|
boolean isDefaultTitleSupported()
java.lang.String getDefaultTitle(org.eclipse.birt.chart.ui.swt.wizard.ChartWizardContext context)
context
- wizard context
void updateDefaultTitle(org.eclipse.birt.chart.model.Chart cm, java.lang.Object extendedItem)
cm
- chart modelextendedItem
- extended item objectboolean canCombine(IChartType type, org.eclipse.birt.chart.ui.swt.wizard.ChartWizardContext context)
type
- chart typecontext
- wizard context
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |