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 24807 - Provide Looks for model elements
Summary: Provide Looks for model elements
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-14 18:22 UTC by Pavel Flaska
Modified: 2007-09-26 09:14 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 Pavel Flaska 2002-06-14 18:22:00 UTC
We will need Looks for Class, Field, Method,
Initializer, possibly for Package and Source,
which will use JMI/MDR and the updater to extract
or edit data. These Looks should be extensible by
other modules that need to integrate with element
presentation UI. There could be even
project-neutral Looks for the case the user will
be browsing in FileSystems tab. Such Looks could
be very limited in their functions.
Comment 1 Pavel Flaska 2002-10-07 13:10:11 UTC
Looks are part of java/javaui module. Bear in mind that they are built
on the top of looks module from looks_jul_2002_private branch.
Open issues:
- they doesn't contain property editors for MDR objects;
- looks doesn't update their state if MDR object is changed (they are
listening on instances, but they do nothing - no need for special
task, trivial changes are needed - I'm only waiting for updater to
create and test look-update functionality)
Comment 2 Pavel Flaska 2002-10-07 13:10:47 UTC
Looks are part of java/javaui module. Bear in mind that they are built
on the top of looks module from looks_jul_2002_private branch.
Open issues:
- they doesn't contain property editors for MDR objects;
- looks doesn't update their state if MDR object is changed (they are
listening on instances, but they do nothing - no need for special
task, trivial changes are needed - I'm only waiting for updater to
create and test look-update functionality)