Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 52b561: Adding hooks to register glazed list listeners to ...

  Branch: refs/heads/jordan/VisItVisService
  Home:   https://github.com/eclipse/ice
  Commit: 52b561e61e70261a396b7d308d021edaa8896ef0
      https://github.com/eclipse/ice/commit/52b561e61e70261a396b7d308d021edaa8896ef0
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/ICEObject/ListComponent.java
    M src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/ICEObject/WrappedGlazedEventListener.java
    M tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ListComponentTester.java
    A tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/TestListComponentListener.java

  Log Message:
  -----------
  Adding hooks to register glazed list listeners to ListComponents. The
IUpdateableListeners work as well, but if client code wants more detail
about what changed, a ListEventListener can be registered. Note that
these ListEventListeners are not notified when the ListComponent's ID
info is updated.

Added test code to handle this.

Added types to a lot of places where raw types were used previously.
Most of those are internal to ListComponent or in the tests. 

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: 1aa198eaa36c9113fd22a19394b968e6f726b208
      https://github.com/eclipse/ice/commit/1aa198eaa36c9113fd22a19394b968e6f726b208
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-02-11 (Wed, 11 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSEFormEditor.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/nuclear/MOOSEModel.java
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/VisItPlot.java
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/VisItVizService.java

  Log Message:
  -----------
  Added code to register a listener with the MOOSE Model's
ResourceComponent (which contains the mesh). If the ResourceComponent is
updated with a new mesh file, the plot is updated to use the mesh file.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/e37972908580...1aa198eaa36c

Back to the top