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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DRegion.java75 private static final Object UI_TO_REGION_MAP_KEY = new Object(); field in class:Region
430 Map<String, Region> map = (Map<String, Region>) context.get(UI_TO_REGION_MAP_KEY);
478 context.put(UI_TO_REGION_MAP_KEY, map);

Completed in 30 milliseconds