| Interface | Description |
|---|---|
| TrackerUiConstants |
Centralise non clean internal constants before providing a better
implementation
|
| Class | Description |
|---|---|
| CategoryOverviewChart |
Simple composite widget to display a gauge value as chart
|
| MilestoneListComposite |
Canonical task list composite
|
| TaskListLabelProvider |
Provide a single column label provider for person lists
|
| TaskVirtualListComposite |
Canonical task list composite
|
| TrackerLps |
Centralise label providers for Argeo tracker to keep packages simple
|
| TrackerSingleColLP |
Provide a single column label provider for person lists
|
| TrackerUiService |
Centralise here the definition of context specific parameters (for instance
the name of the command to open editors so that it is easily extended by
specific extensions
|
| VersionComparator |
Enable comparison of two version string with form "1.2.5.qualifier" with
following rules and assumptions:
Version are parsed and compared segment by segment; doing best effort to
convert major, minor and micro to integer and compare them as such (to have
0.1 < 0.9 < 0.10 not 0.1 < 0.10 < 0.9).
Version should not contain any dash (-), version segments should be
separated by dots (.)
|
Copyright © 2007–2020. All rights reserved.