Interface IFormatSpecifierHandler
-
public interface IFormatSpecifierHandler
This interface defines method(s) to process format specifier.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.birt.chart.model.attribute.FormatSpecifier
handleFormatSpecifier(org.eclipse.swt.widgets.Shell shellParent, java.lang.String title, org.eclipse.birt.chart.model.attribute.AxisType[] axisTypes, org.eclipse.birt.chart.model.attribute.FormatSpecifier formatspecifier, org.eclipse.emf.ecore.EObject target, java.lang.String attrName, org.eclipse.birt.chart.ui.swt.wizard.ChartWizardContext context)
Creates a UI to process format specifier.
-
-
-
Method Detail
-
handleFormatSpecifier
org.eclipse.birt.chart.model.attribute.FormatSpecifier handleFormatSpecifier(org.eclipse.swt.widgets.Shell shellParent, java.lang.String title, org.eclipse.birt.chart.model.attribute.AxisType[] axisTypes, org.eclipse.birt.chart.model.attribute.FormatSpecifier formatspecifier, org.eclipse.emf.ecore.EObject target, java.lang.String attrName, org.eclipse.birt.chart.ui.swt.wizard.ChartWizardContext context)
Creates a UI to process format specifier.- Parameters:
shellParent
-title
-axisType
-formatspecifier
-target
-attrName
-context
-- Returns:
- instance of format specifier
-
-