This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 166840 - Create indicators that can be reused by DLight Tool creator's
Summary: Create indicators that can be reused by DLight Tool creator's
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: D-Light (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexey Vladykin
URL:
Keywords:
Depends on:
Blocks: 167796
  Show dependency tree
 
Reported: 2009-06-10 10:11 UTC by Maria Tishkova
Modified: 2009-09-07 11:34 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maria Tishkova 2009-06-10 10:11:42 UTC
Now we have SyncIndicator, MemoryIndicator and CpuIndicator which are placed each in own tool module.
Should extract common indicators: BarIndicator, SeriesIndicator, etc.
Comment 1 Alexey Vladykin 2009-07-10 18:08:49 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/5de856bbc321
Created common indicator class PlotIndicator and used it for CPU, Memory and Sync.
Comment 2 Quality Engineering 2009-07-11 06:26:40 UTC
Integrated into 'main-golden', will be available in build *200907110200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5de856bbc321
User: Alexey Vladykin <alexey_vladykin@netbeans.org>
Log: #166840 Create indicators that can be reused by DLight Tool creators
Comment 3 Maria Tishkova 2009-08-04 16:23:10 UTC
it is still impossible to use it as it requires Java programming,
need at least some simple XML based implementation
Comment 4 Alexey Vladykin 2009-09-07 11:34:03 UTC
Class DefaultDataRowToTimeSeries is available. It can be used to create simple indicators from XML description.
As of changeset http://hg.netbeans.org/cnd-main/rev/c6582e0e40c1, this class is in package
org.netbeans.modules.dlight.indicators.support and visible to other modules.