Class TraceConfigPage

java.lang.Object
org.eclipse.nebula.visualization.internal.xygraph.toolbar.TraceConfigPage
All Implemented Interfaces:
ITraceConfigPage

public class TraceConfigPage
extends java.lang.Object
implements ITraceConfigPage
This will help to create the necessary widgets to configure an axis's properties.
  • Constructor Summary

    Constructors 
    Constructor Description
    TraceConfigPage​(IXYGraph xyGraph, Trace trace)
    Construct a trace configuration page
  • Method Summary

    Modifier and Type Method Description
    void addCustomButton​(org.eclipse.swt.widgets.Composite composite)
    Override this method if a custom set of buttons need to be added to the trace page.
    void applyChanges()
    Apply changes to page
    void createPage​(org.eclipse.swt.widgets.Composite composite)
    Create the page
    org.eclipse.swt.widgets.Composite getComposite()  
    Trace getTrace()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait