Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] a7e28b: Removed the listener method from the IPlot interfa...

  Branch: refs/heads/jordan/gridlayout-listeners
  Home:   https://github.com/eclipse/ice
  Commit: a7e28ba672d5041c05f20733481a0938437001ac
      https://github.com/eclipse/ice/commit/a7e28ba672d5041c05f20733481a0938437001ac
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-09 (Thu, 09 Apr 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEResourcePage.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/viz/service/IPlot.java
    M src/org.eclipse.ice.viz.service.paraview/src/org/eclipse/ice/viz/service/paraview/ParaViewPlot.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/src/org/eclipse/ice/viz/service/csv/CSVPlot.java
    M src/org.eclipse.ice.viz/src/org/eclipse/ice/viz/plotviewer/CSVPlotEditor.java

  Log Message:
  -----------
  Removed the listener method from the IPlot interface.
Changed the IPlot.draw(...) method to return the child Composite or
Canvas.
Applied these changes to the current IPlot implementations.

The net result is no change in user interaction, but we can more easily
add a context/popup menu to the plot Composite or Canvas.

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



Back to the top