org.grinvin.worksheet

Interface HasGraphList

Known Subinterfaces:
HasSelectableGraphList
Known Implementing Classes:
GraphCellListComponent, GraphListComponent, GraphTableComponent

public interface HasGraphList

Common interface of all components (windows, panels, ...) that export a graph list model.

Method Summary

GraphList
getGraphList()
Return the graph list model which is used by this component.

Method Details

getGraphList

public GraphList getGraphList()
Return the graph list model which is used by this component.