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 #1698 (closed task: moved)

Opened 2013-03-19T13:07:11-05:00

Rename widget class hierarchy

Reported by: curtis Owned by: curtis
Priority: major Milestone: imagej2-b10-compatibility
Component: UI Framework Version:
Severity: non-issue Keywords:
Cc: Blocked By:
Blocking: #1697

Description

InputWidget -> Widget
InputPanel -> WidgetPanel
AbstractInputWidget -> AbstractWidget
AbstractInputPanel -> AbstractWidgetPanel
etc.
javadoc: "input widget" -> "UI widget"
javadoc: "input panel" -> "widget panel"
javadoc: "input type" -> "parameter type" ?

Ultimately, Widgets should be usable outside of InputHarvester, too.

Change History

comment:1 Changed 2014-08-31T04:32:32-05:00 by curtis

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