-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
1.1.3, 1.2.1
-
generic, x86
-
generic, windows_95
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2016873 | 5.0 | Btplusnull User | P4 | Closed | Won't Fix |
Name: joT67522 Date: 09/09/97
I don't know if this is possible, but when you
are working with components, you need to know
what events they can generate. If JavaDoc could
identify the possible events and document them,
that would be wonderful.
At a minimum, an @event tag would helpful to
document the possible events.
company - JavaSoft , email - ###@###.###
======================================================================
See "Comments" for more information.
Name: krT82822 Date: 04/08/99
Could we have a tag near exceptions/param/return like:
@event PropertyChangeEvent name="font" when the font changes
@event ListSelectionEvent when a list item is selected
and a box at the top listing all the events that this object
can fire? In particular, listings of PropertyChangeEvents fired,
their names and what they mean.
======================================================================
I don't know if this is possible, but when you
are working with components, you need to know
what events they can generate. If JavaDoc could
identify the possible events and document them,
that would be wonderful.
At a minimum, an @event tag would helpful to
document the possible events.
company - JavaSoft , email - ###@###.###
======================================================================
See "Comments" for more information.
Name: krT82822 Date: 04/08/99
Could we have a tag near exceptions/param/return like:
@event PropertyChangeEvent name="font" when the font changes
@event ListSelectionEvent when a list item is selected
and a box at the top listing all the events that this object
can fire? In particular, listings of PropertyChangeEvents fired,
their names and what they mean.
======================================================================
- backported by
-
JDK-2016873 stddoclet: List the generated events for each class -- @event tag?
- Closed