Uses of Interface
org.ascape.model.event.ScapeListener

Packages that use ScapeListener
org.ascape.ant   
org.ascape.ant.swing   
org.ascape.gis.model   
org.ascape.gis.view   
org.ascape.model   
org.ascape.model.event   
org.ascape.query   
org.ascape.runtime   
org.ascape.runtime.swing   
org.ascape.view.custom   
org.ascape.view.nonvis   
org.ascape.view.vis   
org.ascape.view.vis.control   
org.ascape.view.vis.erv   
 

Uses of ScapeListener in org.ascape.ant
 

Classes in org.ascape.ant that implement ScapeListener
 class AllOutputView
          Very similar to DataOutputView, this view outputs all model and member-agent scape data.
 class AllOutputViewElement
          User: jmiller Date: Nov 2, 2005 Time: 2:04:19 PM To change this template use Options | File Templates.
 class DataOutputViewElement
          The Class DataOutputViewElement.
 class ScapeOutputViewElement
          The Class ScapeOutputViewElement.
 

Methods in org.ascape.ant that return ScapeListener
 ScapeListener AntViewElement.getView()
          Gets the view.
 

Uses of ScapeListener in org.ascape.ant.swing
 

Classes in org.ascape.ant.swing that implement ScapeListener
 class AntChartViewElement
          The Class AntChartView.
 

Uses of ScapeListener in org.ascape.gis.model
 

Classes in org.ascape.gis.model that implement ScapeListener
 class ScapeTime
          A scape that is aware of time.
 

Uses of ScapeListener in org.ascape.gis.view
 

Classes in org.ascape.gis.view that implement ScapeListener
 class MapView
          An overhead view of the map
 

Uses of ScapeListener in org.ascape.model
 

Classes in org.ascape.model that implement ScapeListener
 class Scape
          The base class for all collections of agents within ascape.
 

Methods in org.ascape.model with parameters of type ScapeListener
 void Scape.addScapeListener(ScapeListener listener)
          Adds an observer to this scape.
 void Scape.addScapeListenerFirst(ScapeListener listener)
          Adds an observer to this scape.
 void Scape.addView(ScapeListener view)
          Adds a view to this scape.
 void Scape.addView(ScapeListener view, boolean createFrame)
          Adds a view to this scape.
 void Scape.addView(ScapeListener view, boolean createFrame, boolean forceGUI)
          Adds a view to this scape.
 void Scape.addViews(ScapeListener[] views)
          Adds a view to this scape.
 void Scape.addViews(ScapeListener[] views, boolean createFrame)
          Adds an array of views to this scape.
 void Scape.addViews(ScapeListener[] views, boolean createFrame, boolean forceGUI)
          Adds an array of views to this scape.
 boolean Scape.isScapeListener(ScapeListener listener)
          Returns true if and only if the argument is an observer of this scape.
 void Scape.listenerUpdated(ScapeListener listener)
          Called whenever a listener has been updated.
 void Scape.removeScapeListener(ScapeListener listener)
          Removes the observer from this scape.
 

Uses of ScapeListener in org.ascape.model.event
 

Subinterfaces of ScapeListener in org.ascape.model.event
 interface ScapeCustomizer
          A marker interface for a scape listener that customizes the scape.
 

Classes in org.ascape.model.event that implement ScapeListener
 class DefaultScapeListener
          A listener to an agent scape.
 class ScapeListenerDelegate
          Manages the relationship between a listener and its scape, including listener registeration and managing calling appopriate view methods for scape events.
 

Methods in org.ascape.model.event that return ScapeListener
 ScapeListener ScapeListenerDelegate.getScapeListener()
          Returns the scape view that this delegate is responsible for.
 

Methods in org.ascape.model.event with parameters of type ScapeListener
 void ScapeListenerDelegate.setScapeListener(ScapeListener scapeListener)
          Sets the scape view that this delegate is responsible for.
 

Constructors in org.ascape.model.event with parameters of type ScapeListener
ScapeListenerDelegate(ScapeListener scapeListener)
          Constructs the ScapeListenerDelegate.
 

Uses of ScapeListener in org.ascape.query
 

Classes in org.ascape.query that implement ScapeListener
 class Query
          Only the form-based searches have the option of being dynamic.
 

Uses of ScapeListener in org.ascape.runtime
 

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

Methods in org.ascape.runtime with parameters of type ScapeListener
 void RuntimeEnvironment.addView(ScapeListener view)
          Adds the view.
 void RuntimeEnvironment.addView(ScapeListener view, boolean createFrame)
          Adds the view.
 void RuntimeEnvironment.addViews(ScapeListener[] views)
          Adds the views.
 void RuntimeEnvironment.addViews(ScapeListener[] views, boolean createFrame)
          Adds the views.
 void Runner.notify(ScapeEvent event, ScapeListener listener)
           
 void RuntimeEnvironment.removeView(ScapeListener view)
          Removes the view.
 void RuntimeEnvironment.removeViews(ScapeListener[] views)
          Removes the views.
 

Uses of ScapeListener in org.ascape.runtime.swing
 

Classes in org.ascape.runtime.swing that implement ScapeListener
 class AgentSelectionView
          The Class AgentSelectionView.
 class DesktopEnvironment
          Suppots all user environment ascapet of a running ascape app in a vm, including user frame, etc.
 class Navigator
          The Class Navigator.
 class SearchView
          The Class SearchView.
 class SpeedSliderView
          A view providing a slider to control the speed of the model.
 class SwingEnvironment
          User: milesparker Date: May 26, 2006 Time: 7:29:23 PM To change this template use File | Settings | File Templates.
 

Methods in org.ascape.runtime.swing with parameters of type ScapeListener
 void SwingEnvironment.addView(ScapeListener view, boolean createFrame)
           
 void SwingEnvironment.addViews(ScapeListener[] views, boolean createFrame)
           
 void SwingRunner.notify(ScapeEvent event, ScapeListener listener)
           
 void SwingEnvironment.removeView(ScapeListener view)
           
 

Uses of ScapeListener in org.ascape.view.custom
 

Classes in org.ascape.view.custom that implement ScapeListener
 class AgentCustomizer
          A frame (modeless dialog) for interpreting the state of an agent and optionally its hosted agents if any.
 class AutoCustomizer
          A panel for making changes to model settings.
 class AutoCustomizerSwing
          A panel for making changes to model settings.
 class BaseCustomizer
          A panel for making live changes to a model's settings.
 class ChartCustomizer
          A frame (modeless dialog) for making live changes to a chart.
 class ModelCustomizer
          A panel for making changes to a model's settings.
 class ModelCustomizerSwing
          A panel for making changes to a model's settings.
 class ViewCustomizer
          A panel for making live changes to a view.
 

Uses of ScapeListener in org.ascape.view.nonvis
 

Classes in org.ascape.view.nonvis that implement ScapeListener
 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.
 

Constructors in org.ascape.view.nonvis with parameters of type ScapeListener
NonGraphicViewDelegate(ScapeListener scapeListener)
          Constructs the NonGraphicViewDelegate.
 

Uses of ScapeListener in org.ascape.view.vis
 

Subinterfaces of ScapeListener in org.ascape.view.vis
 interface ComponentView
          A view which listens to (is an observer of) an agent scape.
 

Classes in org.ascape.view.vis that implement ScapeListener
 class AgentSizedView
          A generic base class for views that draw some kind of spatial view of a group of cells.
 class AgentView
          A generic base class for views that draw some kind of spatial view of a group of cells.
 class BatchView
          WORK IN (SLOW) PROGRESS.
 class BufferView
          A base class for any poanel that wants to have a manually updateable background buffer.
 class CellView
          A generic base class for views that draw some kind of spatial view of a group of cells.
 class ChartView
          A chart view of a scape.
 class ComponentViewDelegate
          Manages the relationship between a component view and its scape, including determining when updates occur and managing the graphics recorder.
 class FixedAgentStretchyView
          A class providing a view of an scape vector.
 class FixedStretchyView
          A class providing a view of an scape vector.
 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 PanelView
          A base class for a panel that acts as an observer of scapes.
 class Plot2DView
          A scape view that represents two parameters of agent state in a two-dimensional plot.
 class ScapeTransitionPanelView
          A view providing notification when a scape transitions from one state to another.
 class Scrolling1DView
          A view that provides a vertically scrolling view appropriate for dispalying a simple one-dimensional collection of agents; i.e.
 class SimpleControlView
          A class providing a simple control panel for a running model that does not require Swing.
 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 ScapeListener in org.ascape.view.vis.control
 

Classes in org.ascape.view.vis.control that implement ScapeListener
 class ControlActionView
          A class providing control a model.
 class ControlBarView
          A class providing a control bar for controlling a model.
 class MenuBarView
          A class providing a menu bar for controlling a model.
 

Uses of ScapeListener in org.ascape.view.vis.erv
 

Classes in org.ascape.view.vis.erv that implement ScapeListener
 class EntityRelationView
          A class for a panel that acts as an observer of scapes as a graph of entities joined by relations.
 class ERVViewCustomizer
          The Class ERVViewCustomizer.
 



Copyright © 1998-2008 The Brookings Institution, NuTech Solutions, Metascape, LLC All Rights Reserved.