Uses of Class
source.ucregents.playground.gui.UserEvent

Packages that use UserEvent
source.ucregents.playground.gui   
source.ucregents.playground.physics   
 

Uses of UserEvent in source.ucregents.playground.gui
 

Methods in source.ucregents.playground.gui that return UserEvent
 UserEvent UserEvent.cloneTo(java.lang.Object obj)
          Create a cloned version of this event to a given object
 

Methods in source.ucregents.playground.gui that return types with arguments of type UserEvent
 java.util.Vector<UserEvent> EventManagerFrame.getSolidEventList(java.util.Vector<UserEvent> evs)
          Often a user will forget or not want to add actions to an added event type.
 

Methods in source.ucregents.playground.gui with parameters of type UserEvent
 void EventManagerFrame.populateActionList(UserEvent e)
          Populate the action list based on the Vector of events Also serves as a refresh.
 

Method parameters in source.ucregents.playground.gui with type arguments of type UserEvent
 javax.swing.DefaultListModel EventManagerFrame.convertEventsToList(javax.swing.DefaultListModel l, java.util.Vector<UserEvent> e)
          Take a vector of events and convert them into a DefaultListModel so that we can dynamically add and remove from the list.
 java.util.Vector<UserEvent> EventManagerFrame.getSolidEventList(java.util.Vector<UserEvent> evs)
          Often a user will forget or not want to add actions to an added event type.
 void EventManagerFrame.populateEventList(java.util.Vector<UserEvent> e)
          Populate the event list with information corresponding to the vector of User Events.
 

Constructors in source.ucregents.playground.gui with parameters of type UserEvent
EventParameterFrame(UserEvent e, java.lang.reflect.Method m, EventManagerFrame f)
           
 

Uses of UserEvent in source.ucregents.playground.physics
 

Methods in source.ucregents.playground.physics that return types with arguments of type UserEvent
 java.util.Vector<UserEvent> BaseEntity.getEvents()
          Gets the user events
 java.util.Vector<UserEvent> BaseEntity.getUserEvents()
           
 

Methods in source.ucregents.playground.physics with parameters of type UserEvent
 void BaseEntity.RegisterEvent(UserEvent u)
           
 void BaseEntity.RemoveEvent(UserEvent u)
           
 

Method parameters in source.ucregents.playground.physics with type arguments of type UserEvent
 void BaseEntity.RegisterEvents(java.util.Vector<UserEvent> ue)
           
 void BaseEntity.RemoveEvents(java.util.Vector<UserEvent> ue)