Uses of Class
gcspy.interpreter.EventFilters

Packages that use EventFilters
gcspy.interpreter This class provides classes shared by interpreters for GCspy clients and servers, including the Space and Stream abstractions. 
gcspy.interpreter.client This package provides classes for the GCspy client, specifically client-side implementations of an interpreter and spaces, and listeners. 
gcspy.vis This package provides the major classes for the GCspy visualiser. 
 

Uses of EventFilters in gcspy.interpreter
 

Fields in gcspy.interpreter declared as EventFilters
protected  EventFilters Interpreter.eventFilters
          The event filters
 

Methods in gcspy.interpreter that return EventFilters
 EventFilters Interpreter.getEventFilters()
          Get the event filters
 

Uses of EventFilters in gcspy.interpreter.client
 

Methods in gcspy.interpreter.client with parameters of type EventFilters
 void ClientInterpreter.sendEventFilters(EventFilters eventFilters)
          Send the event filters
 

Uses of EventFilters in gcspy.vis
 

Constructors in gcspy.vis with parameters of type EventFilters
EventFilterFrame(AbstractFrame owner, java.lang.String[] eventNames, EventFilters eventFilters, EventFilterListener listener)
          Create a new event filter frame
EventFilterTableModel(java.lang.String[] eventNames, EventFilters eventFilters)
          Create a new model for teh event filter table