@Target(TYPE) @Retention(RUNTIME) public @interface SwingContainer
BeanInfo
classes.
This annotation is not used if the annotated class
has a corresponding user-defined BeanInfo
class,
which does not imply the automatic analysis.
The isContainer
feature attribute
was introduced primarily for the Swing library.
All Swing components extend the Container
class by design, so the builder tool assumes that all Swing components
are containers. The BeanInfo
classes
with the isContainer
attribute allow to directly specify
whether a Swing component is a container or not.
Modifier and Type | Optional Element | Description |
---|---|---|
String |
delegate |
The name of the getter method in the annotated class,
which returns the corresponding Swing container,
if it is not recommended to add subcomponents
to the annotated class directly.
|
boolean |
value |
The value that indicates whether the annotated class can be used
as a container for other Swing components or not.
|
boolean value
true
if the annotated class is a Swing container;
false
otherwise.String delegate
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-internal+0-adhoc.mlchung.jdk9-jdeps