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

/openjdk7/jdk/test/javax/swing/text/WrappedPlainView/6857057/
H A DStubLeafElement.java26 class StubLeafElement implements Element { class in inherits:Element
32 public StubLeafElement(String context, Element parent, int position) { method in class:StubLeafElement
51 return "StubLeafElement";
H A DStubBranchElement.java29 Element[] children = new StubLeafElement[3];
35 children[i] = new StubLeafElement(

Completed in 29 milliseconds