Class EditorNotifier

java.lang.Object
repast.simphony.visualization.editor.EditorNotifier

public class EditorNotifier extends Object
Deprecated.
2D piccolo based code is being removed
Manages the coordination between DisplayEditors such that edits performed by one are reflected in the other displays.
Author:
Nick Collier
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Adds the specified display to the list of displays to updated due to an editor event.
    void
    Deprecated.
    Adds the specified editor to the list of editors to be updated due to an editor event.
    void
    Deprecated.
    Invoked when some editor event occurs that should be reflected in other displays.
    void
    Deprecated.
    Resets the editor manager prior to another simulation run.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EditorNotifier

      public EditorNotifier()
      Deprecated.
  • Method Details

    • addDisplay

      public void addDisplay(IDisplay display)
      Deprecated.
      Adds the specified display to the list of displays to updated due to an editor event.
      Parameters:
      display - the display to add
    • addEditor

      public void addEditor(DisplayEditor2D editor)
      Deprecated.
      Adds the specified editor to the list of editors to be updated due to an editor event.
      Parameters:
      editor - the editor to add
    • reset

      public void reset()
      Deprecated.
      Resets the editor manager prior to another simulation run.
    • editorEventOccurred

      public void editorEventOccurred()
      Deprecated.
      Invoked when some editor event occurs that should be reflected in other displays. For example, if an agent is added.