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

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DBlockWidget.java141 protected void notifyStateChanged(ObjectState previousState, ObjectState state) { method in class:BlockWidget
142 super.notifyStateChanged(previousState, state);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DDiagramConnectionWidget.java204 public void notifyStateChanged(ObjectState previousState, ObjectState state) { method in class:DiagramConnectionWidget
222 super.notifyStateChanged(previousState, state);
H A DFigureWidget.java204 protected void notifyStateChanged(ObjectState previousState, ObjectState state) { method in class:FigureWidget
205 super.notifyStateChanged(previousState, state);
H A DLineWidget.java224 protected void notifyStateChanged(ObjectState previousState, ObjectState state) { method in class:LineWidget
H A DMultiConnectionWidget.java237 protected void notifyStateChanged(ObjectState previousState, ObjectState state) { method in class:MultiConnectionWidget
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXCheckboxPeer.java467 notifyStateChanged(newState);
472 void notifyStateChanged(boolean state) { method in class:XCheckboxPeer

Completed in 42 milliseconds