Searched refs:TableViewerFactory (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DDefaultViewerBuildingPolicy.java43 factories.put("TextTable", new TableViewerFactory(stateModel, TextViewletType.class, AnyElementType.class));
45 factories.put("FadeTable", new TableViewerFactory(stateModel, FadeViewletType.class, AnyElementType.class));
47 factories.put("BoundsTable", new TableViewerFactory(stateModel, BoundsViewletType.class, NumericBounds.class));
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DTableViewerFactory.java39 public class TableViewerFactory implements ViewerFactory class in inherits:ViewerFactory
45 public TableViewerFactory(VisClientStateModel stateModel, method in class:TableViewerFactory
93 throw new RuntimeException("Unable to construct viewlet type in TableViewerFactory:"+e);

Completed in 36 milliseconds