站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

S-Index (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.0.0

 
A B C D E F G H I J K L M N O P R S T U V W

S

SET - Static variable in interface org.openide.src.ClassElement.Impl
Set some items, replacing the old ones.
SET - Static variable in interface org.openide.src.JavaDoc
Serves as second parameter in method JavaDoc.changeTags(org.openide.src.JavaDocTag[], int).
SET - Static variable in interface org.openide.src.SourceElement.Impl
Set the top-classes.
SHORT - Static variable in class org.openide.src.Type
short primitive type.
SOURCE - Static variable in class org.netbeans.api.java.comparators.JavaElementComparator
 
STATIC - Static variable in class org.openide.src.nodes.ClassElementFilter
Specifies a child which is static.
STATUS_ERROR - Static variable in class org.openide.src.SourceElement
Status when the source element contains unrecoverable errors.
STATUS_NOT - Static variable in class org.openide.src.SourceElement
Status when the source element is not yet prepared.
STATUS_OK - Static variable in class org.openide.src.SourceElement
Status when the source element has been parsed and is error-free.
STATUS_PARTIAL - Static variable in class org.openide.src.SourceElement
Status when the source element contains minor errors.
SourceChildren - class org.openide.src.nodes.SourceChildren.
Normal implementation of children for source element nodes.
SourceChildren() - Constructor for class org.openide.src.nodes.SourceChildren
Create a children list with the default factory and no attached source element.
SourceChildren(SourceElement) - Constructor for class org.openide.src.nodes.SourceChildren
Create a children list with the default factory.
SourceChildren(ElementNodeFactory) - Constructor for class org.openide.src.nodes.SourceChildren
Create a children list with no attached source element.
SourceChildren(ElementNodeFactory, SourceElement) - Constructor for class org.openide.src.nodes.SourceChildren
Create a children list.
SourceCookie - interface org.openide.cookies.SourceCookie.
A cookie for obtaining a source hierarchy from data objects.
SourceCookie.Editor - interface org.openide.cookies.SourceCookie.Editor.
Extended source cookie permitting for bidirectional translation with Swing text elements.
SourceElement - class org.openide.src.SourceElement.
Describes an entire Java source file.
SourceElement(SourceElement.Impl) - Constructor for class org.openide.src.SourceElement
Create a new source element.
SourceElement.Impl - interface org.openide.src.SourceElement.Impl.
Pluggable behaviour for source elements.
SourceElementFilter - class org.openide.src.nodes.SourceElementFilter.
Interface for filtering and ordering the items in the visual presentation of a source element.
SourceElementFilter() - Constructor for class org.openide.src.nodes.SourceElementFilter
 
SourceException - exception org.openide.src.SourceException.
General exception for the source elements hierarchy.
SourceException() - Constructor for class org.openide.src.SourceException
Create an exception.
SourceException(String) - Constructor for class org.openide.src.SourceException
Create an exception with a detail message.
SourceException.IO - exception org.openide.src.SourceException.IO.
 
SourceException.IO(IOException) - Constructor for class org.openide.src.SourceException.IO
 
SourceException.IO(String) - Constructor for class org.openide.src.SourceException.IO
 
SourceException.Protection - exception org.openide.src.SourceException.Protection.
 
SourceException.Protection(Element) - Constructor for class org.openide.src.SourceException.Protection
 
SourceException.Veto - exception org.openide.src.SourceException.Veto.
This is a wrapper over an unspecified VetoException thrown from a VetoableListener during some change.
SourceException.Veto(PropertyVetoException) - Constructor for class org.openide.src.SourceException.Veto
 
SourceOptions - class org.openide.src.nodes.SourceOptions.
Display options for the hierarchy of source elements.
SourceOptions() - Constructor for class org.openide.src.nodes.SourceOptions
 
SourceOptionsBeanInfo - class org.openide.src.nodes.SourceOptionsBeanInfo.
BeanInfo for source options.
SourceOptionsBeanInfo() - Constructor for class org.openide.src.nodes.SourceOptionsBeanInfo
 
SourceVetoException - exception org.openide.src.SourceVetoException.
Encapsulates a SourceException inside a PropertyVetoException so that VetoableListeners may report more fine-grained errors to the outside.
SourceVetoException(SourceException) - Constructor for class org.openide.src.SourceVetoException
 
serialVersionUID - Static variable in interface org.openide.src.ClassElement.Impl
Deprecated. Only public by accident.
serialVersionUID - Static variable in interface org.openide.src.ConstructorElement.Impl
Deprecated. Only public by accident.
serialVersionUID - Static variable in interface org.openide.src.Element.Impl
Deprecated. Only public by accident.
serialVersionUID - Static variable in interface org.openide.src.FieldElement.Impl
Deprecated. Only public by accident.
serialVersionUID - Static variable in interface org.openide.src.InitializerElement.Impl
Deprecated. Only public by accident.
serialVersionUID - Static variable in interface org.openide.src.JavaDoc.Class
Deprecated. Only public by accident.
serialVersionUID - Static variable in interface org.openide.src.MemberElement.Impl
Deprecated. Only public by accident.
serialVersionUID - Static variable in interface org.openide.src.MethodElement.Impl
Deprecated. Only public by accident.
serialVersionUID - Static variable in interface org.openide.src.SourceElement.Impl
Deprecated. Only public by accident.
setActions(SystemAction[]) - Method in class org.openide.src.nodes.ElementNode
Set all actions for this node.
setAllClasses(boolean) - Method in class org.openide.src.nodes.SourceElementFilter
Set whether all classes should be shown.
setAsText(String) - Method in class org.openide.explorer.propertysheet.editors.ElementFormatEditor
Set the property value by parsing a given String.
setAsText(String) - Method in class org.openide.explorer.propertysheet.editors.IdentifierArrayEditor
Sets the value as the text
setAsText(String) - Method in class org.openide.explorer.propertysheet.editors.MethodParameterArrayEditor
Set the property value by parsing a given String.
setAsText(String) - Method in class org.openide.explorer.propertysheet.editors.ModifierEditor
Parse the text and sets the modifier editor value
setAsText(String) - Method in class org.openide.explorer.propertysheet.editors.TypeEditor
Set the property value by parsing a given String.
setBody(String) - Method in interface org.openide.src.ConstructorElement.Impl
Set the body.
setBody(String) - Method in class org.openide.src.ConstructorElement
Set the body of the constructor.
setBody(String) - Method in interface org.openide.src.InitializerElement.Impl
Set the body of this initializer.
setBody(String) - Method in class org.openide.src.InitializerElement
Set the body of this initializer.
setCategoriesUsage(boolean) - Method in class org.openide.src.nodes.SourceOptions
Set the property whether categories under class elements should be used or not.
setClassElementFormat(ElementFormat) - Method in class org.openide.src.nodes.SourceOptions
Set the class format.
setClassOrInterface(boolean) - Method in interface org.openide.src.ClassElement.Impl
Set whether this is a class or interface.
setClassOrInterface(boolean) - Method in class org.openide.src.ClassElement
Set whether this is really a class, or an interface.
setClasses(ClassElement[]) - Method in class org.openide.src.ClassElement
Set the inner classes for this class.
setClasses(ClassElement[]) - Method in class org.openide.src.SourceElement
Set the top-level classes.
setConstructorElementFormat(ElementFormat) - Method in class org.openide.src.nodes.SourceOptions
Set the constructor format.
setConstructors(ConstructorElement[]) - Method in class org.openide.src.ClassElement
Set the constructors for this class.
setElement(SourceElement) - Method in class org.openide.src.nodes.SourceChildren
Set a new source element to get information about children from.
setElementFormat(ElementFormat) - Method in class org.openide.src.nodes.ElementNode
Set the format for the display name.
setExceptions(Identifier[]) - Method in interface org.openide.src.ConstructorElement.Impl
Set the thrown exceptions.
setExceptions(Identifier[]) - Method in class org.openide.src.ConstructorElement
Set the array of thrown exceptions.
setFieldElementFormat(ElementFormat) - Method in class org.openide.src.nodes.SourceOptions
Set the field format.
setFields(FieldElement[]) - Method in class org.openide.src.ClassElement
Set the fields for this class.
setFilter(Object) - Method in class org.openide.src.nodes.ClassChildren
 
setFilter(Object) - Method in class org.openide.src.nodes.SourceChildren
 
setFinal(boolean) - Method in class org.openide.src.MethodParameter
Make this parameter final or not.
setImports(Import[]) - Method in class org.openide.src.SourceElement
Set all imports.
setInitValue(String) - Method in interface org.openide.src.FieldElement.Impl
Set the initial value of the field.
setInitValue(String) - Method in class org.openide.src.FieldElement
Set the initial value of the field.
setInitializerElementFormat(ElementFormat) - Method in class org.openide.src.nodes.SourceOptions
Set the initializer format.
setInitializers(InitializerElement[]) - Method in class org.openide.src.ClassElement
Set the initializer blocks for this class.
setInterfaceElementFormat(ElementFormat) - Method in class org.openide.src.nodes.SourceOptions
Set the interface format.
setInterfaces(Identifier[]) - Method in class org.openide.src.ClassElement
Set the interfaces for this class.
setMask(int) - Method in class org.openide.explorer.propertysheet.editors.ModifierEditor
Set the mask of editable modifiers.
setMethodElementFormat(ElementFormat) - Method in class org.openide.src.nodes.SourceOptions
Set the method format.
setMethods(MethodElement[]) - Method in class org.openide.src.ClassElement
Set the methods for this class.
setModifiers(int) - Method in interface org.openide.src.MemberElement.Impl
Set the modifier flags for this element.
setModifiers(int) - Method in class org.openide.src.MemberElement
Set the modifier flags for this element.
setModifiers(int) - Method in class org.openide.src.nodes.SourceElementFilter
Set permitted access modes.
setName(Identifier) - Method in class org.openide.src.ClassElement
Set the name of this member.
setName(Identifier) - Method in class org.openide.src.FieldElement
Set the name of this member.
setName(Identifier) - Method in interface org.openide.src.MemberElement.Impl
Set the name of this member.
setName(Identifier) - Method in class org.openide.src.MemberElement
Set the name of this member.
setName(Identifier) - Method in class org.openide.src.MethodElement
Set the name of this member.
setName(String) - Method in class org.openide.src.MethodParameter
Set the name of the parameter variable.
setName(String) - Method in class org.openide.src.nodes.MemberElementNode
Set the node's (system) name.
setOrder(int[]) - Method in class org.openide.src.nodes.SourceElementFilter
Set a new order for elements.
setPackage(Identifier) - Method in interface org.openide.src.SourceElement.Impl
Set the package of this source file.
setPackage(Identifier) - Method in class org.openide.src.SourceElement
Set the package of this source file.
setParameters(MethodParameter[]) - Method in interface org.openide.src.ConstructorElement.Impl
Set the method parameters.
setParameters(MethodParameter[]) - Method in class org.openide.src.ConstructorElement
Set the method parameters.
setRawText(String) - Method in interface org.openide.src.JavaDoc
Set the raw text of the comment.
setReturn(Type) - Method in interface org.openide.src.MethodElement.Impl
Set the method's return type.
setReturn(Type) - Method in class org.openide.src.MethodElement
Set the method's return type.
setSorted(boolean) - Method in class org.openide.src.nodes.ClassElementFilter
Set whether groups of elements returned by getOrder () should be sorted.
setSourceFormat(boolean) - Method in class org.openide.src.ElementFormat
Set whether the formating is used for code generation.
setStatic(boolean) - Method in interface org.openide.src.InitializerElement.Impl
Set the static flag for this initializer.
setStatic(boolean) - Method in class org.openide.src.InitializerElement
Set the static flag for this initializer.
setSuperclass(Identifier) - Method in interface org.openide.src.ClassElement.Impl
Set the superclass for this class.
setSuperclass(Identifier) - Method in class org.openide.src.ClassElement
Set the superclass of this class.
setText(String) - Method in interface org.openide.src.JavaDoc
Set the actual text.
setType(Type) - Method in interface org.openide.src.FieldElement.Impl
Set the value type of the field.
setType(Type) - Method in class org.openide.src.FieldElement
Set the value type of the field.
setType(Type) - Method in class org.openide.src.MethodParameter
Set the parameter type.
setValue(Object) - Method in class org.openide.explorer.propertysheet.editors.IdentifierArrayEditor
Set new value
setValue(Object) - Method in class org.openide.explorer.propertysheet.editors.MethodParameterArrayEditor
Sets the value
setValue(Object) - Method in class org.openide.explorer.propertysheet.editors.ModifierEditor
Set new value
setValue(Object) - Method in class org.openide.explorer.propertysheet.editors.TypeEditor
 
sourceOptions - Static variable in class org.openide.src.nodes.ElementNode
Options for the display name format.
sourceToText(Element) - Method in interface org.openide.cookies.SourceCookie.Editor
Translate a source element to text.
supportsCustomEditor() - Method in class org.openide.explorer.propertysheet.editors.IdentifierArrayEditor
 
supportsCustomEditor() - Method in class org.openide.explorer.propertysheet.editors.MethodParameterArrayEditor
 
supportsCustomEditor() - Method in class org.openide.explorer.propertysheet.editors.ModifierEditor
 
supportsEditingTaggedValues() - Method in class org.openide.explorer.propertysheet.editors.TypeEditor
 

 
A B C D E F G H I J K L M N O P R S T U V W
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.