org.openide.src
Interface  ElementProperties
- All Known Implementing Classes: 
 - Element, ElementNode
 
- public interface ElementProperties
 
Names of properties of elements.
 
PROP_TYPE
public static final String PROP_TYPE
- Name of 
type property for field elements. 
PROP_INIT_VALUE
public static final String PROP_INIT_VALUE
- Name of 
initial value property for field elements. 
PROP_PARAMETERS
public static final String PROP_PARAMETERS
- Name of 
parameters property  for methods and constructors. 
PROP_EXCEPTIONS
public static final String PROP_EXCEPTIONS
- Name of 
exceptions property for constructors and methods. 
PROP_STATIC
public static final String PROP_STATIC
- Name of 
static property for initializers. 
PROP_BODY
public static final String PROP_BODY
- Name of 
body property for initializers, constructors and methods. 
PROP_MODIFIERS
public static final String PROP_MODIFIERS
- Name of 
modifiers property for classes, constructors, methods, and fields. 
PROP_NAME
public static final String PROP_NAME
- Name of 
name property for classes, constructors, methods, and fields. 
PROP_RETURN
public static final String PROP_RETURN
- Name of 
return value type property for methods. 
PROP_PACKAGE
public static final String PROP_PACKAGE
- Name of 
package property for source elements. 
PROP_IMPORTS
public static final String PROP_IMPORTS
- Name of 
imports property for source elements. 
PROP_CLASSES
public static final String PROP_CLASSES
- Name of classes property for 
source elements and classes. 
PROP_ALL_CLASSES
public static final String PROP_ALL_CLASSES
- Name of 
all classes property for source elements. 
PROP_INITIALIZERS
public static final String PROP_INITIALIZERS
- Name of 
initializers property for classes. 
PROP_METHODS
public static final String PROP_METHODS
- Name of 
methods property for classes. 
PROP_FIELDS
public static final String PROP_FIELDS
- Name of 
fields property for classes. 
PROP_CONSTRUCTORS
public static final String PROP_CONSTRUCTORS
- Name of 
constructors property for classes. 
PROP_SUPERCLASS
public static final String PROP_SUPERCLASS
- Name of 
super class property for classes. 
PROP_INTERFACES
public static final String PROP_INTERFACES
- Name of 
interfaces property for classes. 
PROP_STATUS
public static final String PROP_STATUS
- Name of 
status property for source elements. 
PROP_CLASS_OR_INTERFACE
public static final String PROP_CLASS_OR_INTERFACE
- Name of 
is class or interface property for classes. 
PROP_VALID
public static final String PROP_VALID
- Name of 
validity property for Element.Impl2. 
PROP_MEMBERS
public static final String PROP_MEMBERS
- Name of special members property for 
class elements. 
PROP_JAVADOC
public static final String PROP_JAVADOC
- Name of Javadoc property for all 
member elements.
- See Also: 
 ClassElement.getJavaDoc(), 
ConstructorElement.getJavaDoc(), 
FieldElement.getJavaDoc(), 
InitializerElement.getJavaDoc()
 
 
Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.