org.acm.seguin.ide.jbuilder
Class ModifyKeyBinding

java.lang.Object
  extended by org.acm.seguin.ide.jbuilder.ModifyKeyBinding
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener

public class ModifyKeyBinding
extends java.lang.Object
implements java.beans.PropertyChangeListener

Modifies the key bindings whenever the keymap changes

Author:
Chris Seguin

Constructor Summary
ModifyKeyBinding(javax.swing.Action one, javax.swing.Action two)
          Constructor for the ModifyKeyBinding object
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent e)
          The EditorManager will call this function anytime it fires a property change
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifyKeyBinding

public ModifyKeyBinding(javax.swing.Action one,
                        javax.swing.Action two)
Constructor for the ModifyKeyBinding object

Parameters:
one - Description of Parameter
two - Description of Parameter
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
The EditorManager will call this function anytime it fires a property change

Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Parameters:
e - the event