Searched defs:EndTagType (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultStyledDocument.java694 new ElementSpec(null, ElementSpec.EndTagType));
818 ElementSpec spec = new ElementSpec(pattr, ElementSpec.EndTagType);
851 (null, ElementSpec.EndTagType));
1178 public static final short EndTagType = 2; field in class:DefaultStyledDocument.ElementSpec
1221 * @param type the type of the element (StartTagType, EndTagType,
1234 * @param type the type of the element (StartTagType, EndTagType,
1247 * @param type the type of the element (StartTagType, EndTagType,
1266 * @param type the type of the element (StartTagType, EndTagType,
1276 * @return the type of the element (StartTagType, EndTagType,
1354 case EndTagType
[all...]

Completed in 94 milliseconds