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 34002 - PlatformInstall doesn't provide method showing detected platform type name
Summary: PlatformInstall doesn't provide method showing detected platform type name
Status: CLOSED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-05-29 09:48 UTC by Adam Sotona
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Sotona 2003-05-29 09:48:19 UTC
Current undocumented implementation expects to
create and register special look just for
WizardIterator type returned from
PlatformInstall.createIterator(...) and uses
getDisplayName() of the look.
This way represents lot of additional work,
special classes and mf-layer registration just to
say "I am J2SE Platform".
I think that method String
getPlatformName(FileObject baseFolder) would be
usefull.
Comment 1 Tomas Zezula 2003-06-05 15:41:18 UTC
Seems good for me.
Comment 2 Tomas Zezula 2003-07-09 17:41:28 UTC
Adding the presentation layer into the SPI is not good idea,
there should be also requirement for obtaining the icon or description.
The usage of look is much more extensible and clean for that purpose.
The look is a view and the PlatformInstall is the model.

I agree that registering the Look on WizardIterator is not very good
and I have changed it to PlatformInstall.

Comment 3 Jan Becicka 2003-11-25 13:59:46 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 4 Jan Becicka 2003-11-25 14:08:34 UTC
---> CLOSED