NCSA Portfolio

Package ncsa.j3d.ui.events

Interface Summary
PortfolioEvent  
PortfolioEventReceiver This interface allows anything to process events from the portfolio framework and/or from the derivations of PortfolioEvent.
 

Class Summary
CollisionEvent This class describes and reports a collision.
EventManager This object is designed to manage groups of objects that report events to the NCSA Portfolio framework.
KeyPress This class is designed to watch for KeyPress events and hand them off to a PortfolioEventReceiver for processing.
KeyRelease This class is designed to watch for KeyRelease events and hand them off to a PortfolioEventReceiver for processing.
KeyType This class is designed to watch for KeyType events and hand them off to a PortfolioEventReceiver for processing.
MouseDown This class is designed to watch for MouseEvent events and hand them off to a PortfolioEventReceiver for processing.
MouseDrag This class is designed to watch for MouseEvent events and hand them off to a PortfolioEventReceiver for processing.
MouseMove This class is designed to watch for MouseEvent events and hand them off to a PortfolioEventReciever for processing.
MouseUp This class is designed to watch for MouseEvent events and hand them off to a PortfolioEventReceiver for processing.
PortfolioBase This is the base class that allows Portfolio to intercept AWT events.You should extend this class and change the code variable or use one of the provided derived classes to intercept AWT events.
 


NCSA Portfolio

NCSA Portfolio, Copyright 1997-1999, National Center for Supercomputing Applications, University of Illinois Urbana-Champaign, All Rights Reserved