Uses of Interface
com.jaxfront.core.schema.impl.KeyKeyRefListener

Packages that use KeyKeyRefListener
com.jaxfront.core.keyRef   
com.jaxfront.swing.ui.visualizers   
 

Uses of KeyKeyRefListener in com.jaxfront.core.keyRef
 

Methods in com.jaxfront.core.keyRef with parameters of type KeyKeyRefListener
 void KeyKeyRefManager.addKeyKeyRefListener(KeyKeyRefListener newListener)
          Register a new listener for receiving JAXFront ActionPerform events.
 void KeyKeyRefManager.removeKeyKeyRefListener(KeyKeyRefListener newListener)
          Register a new listener for receiving JAXFront ActionPerform events.
 

Uses of KeyKeyRefListener in com.jaxfront.swing.ui.visualizers
 

Classes in com.jaxfront.swing.ui.visualizers that implement KeyKeyRefListener
 class KeyRefView
          This class represents a plug-in visualizer for key reference types.
 class KeyView