Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.asaph.standardgui
Class KeySignatureListEditor.KeySigTextListener  view KeySignatureListEditor.KeySigTextListener download KeySignatureListEditor.KeySigTextListener.java

java.lang.Object
  extended bycom.virtuosotechnologies.asaph.standardgui.KeySignatureListEditor.KeySigTextListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.UndoableEditListener
Enclosing class:
KeySignatureListEditor

private class KeySignatureListEditor.KeySigTextListener
extends java.lang.Object
implements javax.swing.event.UndoableEditListener


Constructor Summary
private KeySignatureListEditor.KeySigTextListener()
           
 
Method Summary
 void undoableEditHappened(javax.swing.event.UndoableEditEvent ev)
          Undoable edit has happened
private  void updateLabels()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeySignatureListEditor.KeySigTextListener

private KeySignatureListEditor.KeySigTextListener()
Method Detail

updateLabels

private void updateLabels()

undoableEditHappened

public void undoableEditHappened(javax.swing.event.UndoableEditEvent ev)
Description copied from interface: javax.swing.event.UndoableEditListener
Undoable edit has happened

Specified by:
undoableEditHappened in interface javax.swing.event.UndoableEditListener