Uses of Interface
org.eclipse.nebula.visualization.internal.xygraph.toolbar.ITraceConfigPage
-
Packages that use ITraceConfigPage Package Description org.eclipse.nebula.visualization.internal.xygraph.toolbar -
-
Uses of ITraceConfigPage in org.eclipse.nebula.visualization.internal.xygraph.toolbar
Classes in org.eclipse.nebula.visualization.internal.xygraph.toolbar that implement ITraceConfigPage Modifier and Type Class Description class
TraceConfigPage
This will help to create the necessary widgets to configure an axis's properties.Fields in org.eclipse.nebula.visualization.internal.xygraph.toolbar with type parameters of type ITraceConfigPage Modifier and Type Field Description private java.util.List<ITraceConfigPage>
XYGraphConfigDialog. traceConfigPageList
Methods in org.eclipse.nebula.visualization.internal.xygraph.toolbar that return ITraceConfigPage Modifier and Type Method Description protected ITraceConfigPage
XYGraphConfigDialog. createTraceConfigPage(Trace trace)
Override to create one own trace config pageMethods in org.eclipse.nebula.visualization.internal.xygraph.toolbar that return types with arguments of type ITraceConfigPage Modifier and Type Method Description java.util.List<ITraceConfigPage>
XYGraphConfigDialog. getTraceConfigPageList()
-