|
org.openide.util.enumerations 6.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Old Enumeration API | |
---|---|
org.openide.util.enum | A set of old, deprecated utility classes for working with enumerations. |
This module contains utility classes to work with, create, compose or filter enumerations.
However as these classes reside in enum
package, they cannot be referenced when using javac's -source 1.5
.
enum is a keyword in JDK 1.5 and as such it should not be used.
That is the reason why we had to deprecated our
org.openide.util.enum
package. We are providing
replacements of the original classes in form of factory methods
org.openide.util.Enumerations.
null
value
FilterEnumeration
is no longer abstract. The default
implementation accepts all non-null
values.
Most of the functionality is deprecated, so it is better to go
and use the
replacement API in org-openide-util.jar
.
|
The sources for the module are in NetBeans CVS in openide/util/enum directory.
Nothing.
Read more about the implementation in the answers to architecture questions.
|
org.openide.util.enumerations 6.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |