You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could possibly have continuous (just min and max) and discrete (min, max and stepSize) ranges in various numeric types (Integer, Double etc.). A range widget should support these in scijava-ui-swing, and these structures could also possibly replace the internal classes CalibratedSlider and CalibratedScrollBar in org.scijava.ui.swing.widget.SwingNumberWidget.
The text was updated successfully, but these errors were encountered:
This could be modeled after
bdv.util.BoundedIntervalDouble
, or after Apache commons-lang (see the work by @ctrueden in scijava/scijava-ui-swing@74fa99a).We could possibly have continuous (just
min
andmax
) and discrete (min
,max
andstepSize
) ranges in various numeric types (Integer
,Double
etc.). A range widget should support these inscijava-ui-swing
, and these structures could also possibly replace the internal classesCalibratedSlider
andCalibratedScrollBar
inorg.scijava.ui.swing.widget.SwingNumberWidget
.The text was updated successfully, but these errors were encountered: