Searched refs:TypeEnum (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsGraphicsUtils.java145 TypeEnum shadowType = xp.getTypeEnum(b, part,
147 if (shadowType == TypeEnum.TST_SINGLE ||
148 shadowType == TypeEnum.TST_CONTINUOUS) {
H A DTMSchema.java528 public static enum TypeEnum { enum in class:TMSchema
537 private TypeEnum(Prop prop, String enumName, int value) { method in class:TMSchema.TypeEnum
556 static TypeEnum getTypeEnum(Prop prop, int enumval) {
557 for (TypeEnum e : TypeEnum.values()) {
H A DXPStyle.java141 TypeEnum getTypeEnum(Component c, Part part, State state, Prop prop) {
145 return TypeEnum.getTypeEnum(prop, enumValue);
155 return TypeEnum.getTypeEnum(prop, enumValue).getName();

Completed in 73 milliseconds