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

/openjdk7/jdk/src/share/classes/javax/swing/undo/
H A DCompoundEdit.java39 boolean inProgress; field in class:CompoundEdit
49 inProgress = true;
110 * If this edit is <code>inProgress</code>,
121 * @return true if the edit is <code>inProgress</code>;
125 if (!inProgress) {
150 * Sets <code>inProgress</code> to false.
156 inProgress = false;
187 return inProgress;
259 + " inProgress: " + inProgress
[all...]
H A DUndoManager.java278 if (!inProgress) throw new RuntimeException("Attempt to call UndoManager.setLimit() after UndoManager.end() has been called");
408 if (inProgress) {
430 if (inProgress) {
453 if (inProgress) {
475 if (inProgress) {
505 if (inProgress) {
566 if (inProgress) {
591 if (inProgress) {
/openjdk7/jdk/test/java/lang/management/CompositeData/
H A DOpenTypeConverter.java102 private static final OpenType inProgress; field in class:OpenTypeConverter
111 inProgress = t;
127 convertedTypes.put(c, inProgress);
/openjdk7/jdk/src/share/classes/sun/management/
H A DMappedMXBeanType.java68 OpenType openType = inProgress;
782 private static final OpenType inProgress; field in class:MappedMXBeanType
791 inProgress = t;
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DDefaultMXBeanMappingFactory.java244 if (inProgress.containsKey(objType)) {
255 inProgress.put(objType, objType);
261 inProgress.remove(objType);
1497 private final static Map<Type, Type> inProgress = newIdentityHashMap(); field in class:DefaultMXBeanMappingFactory

Completed in 39 milliseconds