Searched refs:getElementType (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DChart2DViewerFactory.java63 if (elementTypeClass.isInstance(arrayType.getElementType())) {
75 ((ViewableType.ArrayType)viewableType).getElementType();
H A DGraphViewerFactory.java77 if (elementTypeClass.isInstance(arrayType.getElementType())) {
91 ((ViewableType.ArrayType)viewableType).getElementType();
101 getElementType() instanceof NumericBounds) {
H A DTableViewerFactory.java67 if (elementTypeClass.isInstance(arrayType.getElementType())) {
81 ((ViewableType.ArrayType)viewableType).getElementType();
H A DGanttViewerFactory.java64 if (elementTypeClass.isInstance(arrayType.getElementType())) {
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DViewableType.java135 public ElementType getElementType() method in class:ViewableType.ArrayType

Completed in 30 milliseconds