Bug 195995 - [api] Need API to change the Statusline shown for a custom subsystems
Summary: [api] Need API to change the Statusline shown for a custom subsystems
Status: NEW
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: dsdp.tm.rse-inbox CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: api, investigate
Depends on:
Blocks:
 
Reported: 2007-07-10 10:21 EDT by Martin Oberhuber CLA
Modified: 2007-09-17 06:51 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Oberhuber CLA 2007-07-10 10:21:21 EDT
We need API such that a custom implementor of a Subsystem can change the text shown in the Statusline when the given subsystem is selected.

One option of achieving this is making SystemViewSubSystemAdapter public API, such that clients can derive from it implementing their own getStatusLineText() method. This would also be beneficial for clients to get more influence on drag&drop.

Another option is delegating getStatusLineText() from the actual SystemViewSubSystemAdapter to the SubSystem or to the SubSystemConfiguration.