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

/openjdk7/jdk/src/share/classes/javax/swing/undo/
H A DStateEdit.java81 protected Hashtable<Object,Object> postState; field in class:StateEdit
121 this.postState = null;
136 this.postState = new Hashtable<Object, Object>(11);
137 this.object.storeState(this.postState);
154 this.object.restoreState(postState);
179 if (postState.containsKey(myKey) &&
180 postState.get(myKey).equals(preState.get(myKey))) {
189 postState.remove(myKey);

Completed in 21 milliseconds