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 34837 - Test "command" contracts
Summary: Test "command" contracts
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks: 29447
  Show dependency tree
 
Reported: 2003-07-09 16:31 UTC by Jaroslav Tulach
Modified: 2008-12-22 22:43 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 Jaroslav Tulach 2003-07-09 16:31:46 UTC
I do not pretend that I understand what they
should do, but I think that should be tested:

If the property should be updated, ensure that
getValue() will return the correct value, and fire
the action command COMMAND_UPDATE or
COMMAND_SUCCESS. Implementations should also not
assume that because one of these events has been
fired, that therefore the property editor has been
updated with the new value. Components that
display inplace editors are responsible for the
timing of and policy for updates to the
represented properties.
Comment 1 _ tboudreau 2003-07-14 12:16:45 UTC
COMMAND_UPDATE and COMMAND_SUCCESS are action commands that indicate
that the property sheet should read the value from the inplace editor
and update the property with the new value.
Comment 2 _ tboudreau 2003-07-15 17:08:47 UTC
Done.
Comment 3 Jaroslav Tulach 2003-07-16 09:00:49 UTC
Where?