All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface pub.java.gui.builders.BuilderHandlerBeanInfo

public interface BuilderHandlerBeanInfo
This interface is provided to allow AWT-based components to co-exist in a JFC-based GUI builder environment. So that AWT-based components can be manipulated via the mouse, they must have event handlers that call appropriate routines within the builder. For JForge you should implement MouseListener and MouseMotionListener and have the methods call their namesakes in uk.co.demon.sspl.jforge.BuilderAPI.


Method Index

 o attachHandlers(Component)

Methods

 o attachHandlers
 public abstract void attachHandlers(Component component)

All Packages  Class Hierarchy  This Package  Previous  Next  Index