NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #622 (closed enhancement: fixed)

Opened 2011-06-20T14:53:35-05:00

Last modified 2011-07-15T12:28:32-05:00

Add more getters to InputWidget subinterfaces

Reported by: curtis Owned by: curtis
Priority: trivial Milestone: imagej2-b3-headless
Component: Plugin Framework Version:
Severity: minor Keywords:
Cc: Blocked By:
Blocking:

Description

It would be nice if the various InputWidget subinterfaces had getters for the other required parameters. For example, NumberWidget could define getMin, getMax and getStepSize methods.

Change History

comment:1 Changed 2011-07-15T12:28:32-05:00 by curtis

  • Status changed from new to closed
  • Resolution set to fixed

As of a9404d5a77e38b315f7c931841e4c1eaeb5e6ca0, these values can now be accessed using e.g. widget.getModel().getItem().getMinimumValue().