Uses of Interface
com.taursys.swing.EnableListener

Packages that use EnableListener
com.taursys.swing This package contains Mapper's Swing based components. 
 

Uses of EnableListener in com.taursys.swing
 

Classes in com.taursys.swing that implement EnableListener
 class MComboBox
          MComboBox is a bound version of the JComboBox.
 class MTextArea
          MTextArea is a TextArea which which is bound to a MDocument.
 class MTextField
          MTextField is a JTextField which is bound to a MDocument.
 

Methods in com.taursys.swing with parameters of type EnableListener
 void MDocument.removeEnableListener(EnableListener l)
          Removes the given listener from the list that is notified each time the enabled state changes.
 void MDocument.addEnableListener(EnableListener l)
          Adds the given listener to the list that is notified each time the enabled state changes.
 void MComboBoxModel.removeEnableListener(EnableListener l)
          Removes the given listener from the list that is notified each time the enabled state changes.
 void MComboBoxModel.addEnableListener(EnableListener l)
          Adds the given listener to the list that is notified each time the enabled state changes.
 



Copyright © 2007 Martin T Phelan. All Rights Reserved.