Uses of Class
org.ascape.model.event.DefaultScapeListener

Packages that use DefaultScapeListener
org.ascape.model.event   
org.ascape.query   
org.ascape.runtime   
org.ascape.view.nonvis   
org.ascape.view.vis   
org.eclipse.amp.escape.ascape.agf3d   
org.eclipse.amp.escape.ascape.view   
org.eclipse.amp.escape.ascape.wrap   
org.eclipse.amp.escape.view   
 

Uses of DefaultScapeListener in org.ascape.model.event
 

Subclasses of DefaultScapeListener in org.ascape.model.event
 class ScapeListenerDelegate
          Manages the relationship between a listener and its scape, including listener registeration and managing calling appopriate view methods for scape events.
 

Uses of DefaultScapeListener in org.ascape.query
 

Subclasses of DefaultScapeListener in org.ascape.query
 class Query
          Only the form-based searches have the option of being dynamic.
 

Uses of DefaultScapeListener in org.ascape.runtime
 

Subclasses of DefaultScapeListener in org.ascape.runtime
 class AbstractUIEnvironment
           
 class RuntimeEnvironment
          Supports all non-ui shared aspects of Ascape runtime environment, including console view, managing environment views, etc..
 

Uses of DefaultScapeListener in org.ascape.view.nonvis
 

Subclasses of DefaultScapeListener in org.ascape.view.nonvis
 class ConsoleOutView
          A view providing basic system out reporting.
 class DataOutputView
          A non-graphic view providing output of model data to a file.
 class DataView
          A non-graphic view providing output of model data to a file.
 class NonGraphicView
          A base class for most non-gui observer of scapes.
 class NonGraphicViewDelegate
          Manages the relationship between a nongraphic view and its scape, including listener registeration and managing calling appopriate view methods for scape events.
 class ParameterControlView
          Sets up each run based on parameters drawn from a file.
 class ScapeFromFileView
          A view that instantiates a scape with the contents of a file or input stream.
 class ScapeFromXMLView
          A view that instantiates a scape with the contents of an XML file.
 class ScapeOutputView
          The Class ScapeOutputView.
 class ScapeStateView
          A view providing notification when a scape transitions from one state to another.
 class ScapeTransitionListener
          A listener providing notification when a scape transitions from one state to another.
 class StandardOutView
          Deprecated. please replace with ConsoleOutView
 class SweepControlView
          A view that is used in conjunction with a sweep group to control model parameters.
 

Uses of DefaultScapeListener in org.ascape.view.vis
 

Subclasses of DefaultScapeListener in org.ascape.view.vis
 class AgentView
          A generic base class for views that draw some kind of spatial view of a group of cells.
 class CellView
          A generic base class for views that draw some kind of spatial view of a group of cells.
 class ChartView
           
 class FixedAgentStretchyView
          A class providing a view of an scape vector.
 class FixedStretchyView
          A class providing a view of an scape vector.
 class GEFView
           
 class GraphicsView
           
 class GraphView
           
 class HostedAgentView
          A base class for drawing a collection of agents upon a collection of cells.
 class MovingStretchyView
          A view of a scape vector.
 class Overhead2DContinuousView
          The Class Overhead2DContinuousView.
 class Overhead2DView
          A scape view that draws the classic bird's eye view of a 2-dimensional lattice.
 class OverheadRelative2DView
          A scape view that draws a view of a 2-dimensional lattice with a relative origin.
 class Plot2DView
          A scape view that represents two parameters of agent state in a two-dimensional plot.
 class Scrolling1DView
          A view that provides a vertically scrolling view appropriate for dispalying a simple one-dimensional collection of agents; i.e.
 class SimplexView
          A scape view that represents some aspect of agent state in a simplex diagram.
 class StretchyView
          A view of a scape vector.
 

Uses of DefaultScapeListener in org.eclipse.amp.escape.ascape.agf3d
 

Subclasses of DefaultScapeListener in org.eclipse.amp.escape.ascape.agf3d
 class GEF3DView
           
 

Uses of DefaultScapeListener in org.eclipse.amp.escape.ascape.view
 

Subclasses of DefaultScapeListener in org.eclipse.amp.escape.ascape.view
 class EditPartFactoryScapeView
           
 class EditPartScapeView
           
 class ModelScapeView
           
 

Uses of DefaultScapeListener in org.eclipse.amp.escape.ascape.wrap
 

Subclasses of DefaultScapeListener in org.eclipse.amp.escape.ascape.wrap
 class ModelWrapperScapeListener
          The listener interface for receiving modelWrapperScape events.
 

Uses of DefaultScapeListener in org.eclipse.amp.escape.view
 

Subclasses of DefaultScapeListener in org.eclipse.amp.escape.view
 class EMFDataOutputView