Mon, 08 Mar 2004 15:21:30 +0000CHECKOUT_CONFIRMED and UNCHECKOUT_CONFIRMED commands added, BLD200403081900
mentlicher@netbeans.org [Mon, 08 Mar 2004 15:21:30 +0000] rev 4278
CHECKOUT_CONFIRMED and UNCHECKOUT_CONFIRMED commands added,
because CHECKOUT_CONFIRM and UNCHECKOUT_CONFIRM must ignore failures
in order to display the questions.
This is a fix of issue #40828.

Mon, 08 Mar 2004 12:30:11 +0000When updating the components from variables, process the radio buttons only once.
mentlicher@netbeans.org [Mon, 08 Mar 2004 12:30:11 +0000] rev 4277
When updating the components from variables, process the radio buttons only once.
Further processing of already set radio buttons will set the old value.
This is a fix of issue #39807.

Sun, 07 Mar 2004 20:30:18 +0000adding bridge between Looks and Aspects. Right now seems to be able to answer getDisplayName
jtulach@netbeans.org [Sun, 07 Mar 2004 20:30:18 +0000] rev 4276
adding bridge between Looks and Aspects. Right now seems to be able to answer getDisplayName

Sun, 07 Mar 2004 16:43:28 +0000new ChangeEvent (impl) means change for all represented objects
jtulach@netbeans.org [Sun, 07 Mar 2004 16:43:28 +0000] rev 4275
new ChangeEvent (impl) means change for all represented objects

Sun, 07 Mar 2004 15:53:19 +0000Lookup and its represented object can disappear by GC
jtulach@netbeans.org [Sun, 07 Mar 2004 15:53:19 +0000] rev 4274
Lookup and its represented object can disappear by GC

Sun, 07 Mar 2004 10:31:49 +0000Support for garbage collecting results
jtulach@netbeans.org [Sun, 07 Mar 2004 10:31:49 +0000] rev 4273
Support for garbage collecting results

Sun, 07 Mar 2004 09:52:10 +0000Throws ISE in order to prevent typecasting of the proxy to different interface and calling method on it. This might not be the ideal solution as it also prevents calling methods on interfaces that has been obtained sooner and now are not available anymore
jtulach@netbeans.org [Sun, 07 Mar 2004 09:52:10 +0000] rev 4272
Throws ISE in order to prevent typecasting of the proxy to different interface and calling method on it. This might not be the ideal solution as it also prevents calling methods on interfaces that has been obtained sooner and now are not available anymore

Sun, 07 Mar 2004 09:26:21 +0000Changes in lookup state has to be fired otherwise they are kept in a cache
jtulach@netbeans.org [Sun, 07 Mar 2004 09:26:21 +0000] rev 4271
Changes in lookup state has to be fired otherwise they are kept in a cache

Sat, 06 Mar 2004 22:30:55 +0000Adding basic support for Lookup.Results and listening and firing of changes
jtulach@netbeans.org [Sat, 06 Mar 2004 22:30:55 +0000] rev 4270
Adding basic support for Lookup.Results and listening and firing of changes

Fri, 05 Mar 2004 16:16:26 +0000Use an empty temporary folder when refreshing an unexistent folder. BLD200403071900
mentlicher@netbeans.org [Fri, 05 Mar 2004 16:16:26 +0000] rev 4269
Use an empty temporary folder when refreshing an unexistent folder.
This is a fix of issue #40086.