Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 379ac0: Added a handful of public getters and setters and ...

  Branch: refs/heads/jordan/bug468388-visit-time-slider
  Home:   https://github.com/eclipse/ice
  Commit: 379ac0cfc08693af225f191a53a94075fb3ca4e7
      https://github.com/eclipse/ice/commit/379ac0cfc08693af225f191a53a94075fb3ca4e7
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-06-30 (Tue, 30 Jun 2015)

  Changed paths:
    M src/org.eclipse.ice.viz.service.visit/src/org/eclipse/ice/viz/service/visit/widgets/TimeSliderComposite.java
    M tests/org.eclipse.ice.viz.service.visit.test/src/org/eclipse/ice/viz/service/visit/test/TimeSliderCompositeTester.java

  Log Message:
  -----------
  Added a handful of public getters and setters and updated the tests.

These provide access to things like the current FPS as well as the
ability to set the timestep programmatically (akin to calling
setText(String) on a Text widget).

I also updated the test code to both test this new functionality and
improve existing tests to not break so easily.

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



Back to the top