Uses of Interface
com.threerings.tudey.data.TudeySceneModel.Observer

Packages that use TudeySceneModel.Observer
com.threerings.tudey.client   
com.threerings.tudey.client.util   
com.threerings.tudey.data Tudey data. 
com.threerings.tudey.server   
com.threerings.tudey.server.util   
com.threerings.tudey.tools Tudey tools. 
 

Uses of TudeySceneModel.Observer in com.threerings.tudey.client
 

Classes in com.threerings.tudey.client that implement TudeySceneModel.Observer
 class TudeySceneView
          Displays a view of a Tudey scene.
 

Uses of TudeySceneModel.Observer in com.threerings.tudey.client.util
 

Classes in com.threerings.tudey.client.util that implement TudeySceneModel.Observer
 class SceneMap
          Maintains a simple map of the scene than can be rendered to the UI.
 

Uses of TudeySceneModel.Observer in com.threerings.tudey.data
 

Subinterfaces of TudeySceneModel.Observer in com.threerings.tudey.data
static interface TudeySceneModel.LayerObserver
          An extended Observer interface for observers interested in layers.
 

Methods in com.threerings.tudey.data with parameters of type TudeySceneModel.Observer
 void TudeySceneModel.addObserver(TudeySceneModel.Observer observer)
          Adds an observer for scene changes.
 void TudeySceneModel.removeObserver(TudeySceneModel.Observer observer)
          Removes a scene observer.
 

Uses of TudeySceneModel.Observer in com.threerings.tudey.server
 

Classes in com.threerings.tudey.server that implement TudeySceneModel.Observer
 class TudeySceneManager
          Manager for Tudey scenes.
 

Uses of TudeySceneModel.Observer in com.threerings.tudey.server.util
 

Classes in com.threerings.tudey.server.util that implement TudeySceneModel.Observer
 class Pathfinder
          A helper class for pathfinding.
 

Uses of TudeySceneModel.Observer in com.threerings.tudey.tools
 

Classes in com.threerings.tudey.tools that implement TudeySceneModel.Observer
 class AreaDefiner
          The area definer tool.
 class Arrow
          The arrow tool.
 class BaseMover
          The base class of Mover and Palette.
 class ConfigTool<T extends ManagedConfig>
          Base class for tools using config libraries.
 class EditorTool
          A tool to use in the scene editor.
 class Eraser
          The eraser tool.
 class Eyedropper
          Allows sampling the entry under the cursor in order to recreate it.
 class GlobalEditor
          The global editor tool.
 class GroundBrush
          The ground brush tool.
 class Layers
          The Layer display widget.
 class Mover
          The mover tool.
 class Notepad
          The notepad tool.
 class Palette
          The palette tool.
 class PathDefiner
          The path definer tool.
 class Placer
          The placeable placer tool.
 class SceneEditor
          The scene editor application.
 class Selector
          The selector tool.
 class TileBrush
          Places individual tiles.
 class ToolSceneManager
          Scene manager for tools.
 class ToolSceneView
          Scene view for tools.
 class WallBrush
          The wall brush tool.
 



Copyright © 2011. All Rights Reserved.