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

Serialized Form (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.5.0

org.openide.src 1.8.22

Serialized Form


Package org.openide.cookies

Class org.openide.cookies.ConnectionCookie.Event extends EventObject implements Serializable

serialVersionUID: 7177610435688865839L

Serialized Fields

type

ConnectionCookie.Type type

Package org.openide.explorer.propertysheet.editors

Class org.openide.explorer.propertysheet.editors.ModifierEditor extends JPanel implements Serializable

serialVersionUID: 6324048239020120791L

Serialized Fields

panel

org.openide.explorer.propertysheet.editors.ModifierPanel panel
Instance of custom property editor - visual panel.


mask

int mask
Current mask


modifier

int modifier
Current value


env

PropertyEnv env

Package org.openide.src

Class org.openide.src.ClassElement extends MemberElement implements Serializable

serialVersionUID: 1692944638104452533L

Serialized Fields

source

SourceElement source
source element we are attached to

Class org.openide.src.ConstructorElement extends MemberElement implements Serializable

serialVersionUID: 4794977239847390179L

Class org.openide.src.Element extends Object implements Serializable

serialVersionUID: 967040188302141522L

Serialization Methods

writeReplace

protected Object writeReplace()
Serialized Fields

impl

Element.Impl impl
Implementation


impl2

Element.Impl2 impl2
Implementation extension #2

Class org.openide.src.ElementFormat extends Format implements Serializable

serialVersionUID: 3775521938640169753L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Reads the object and initialize fields.

Throws:
ClassNotFoundException
IOException
Serialized Fields

pattern

String pattern
Pattern - the string which is given in the constructor.


source

boolean source
The current value of "source" property

Class org.openide.src.ElementPrinterInterruptException extends Exception implements Serializable

serialVersionUID: 4753963955586390986L

Class org.openide.src.FieldElement extends MemberElement implements Serializable

serialVersionUID: 2195820119328567201L

Class org.openide.src.Identifier extends Object implements Serializable

serialVersionUID: -2614114568575211024L

Serialization Methods

readResolve

private Object readResolve()
Finds the existing instance

Serialized Fields

fullName

String fullName
Full name of identifier.


sourceName

String sourceName
The name which is either the same like fullName either not fully qualified name - which was taken from the source by java parser.


namePos

int namePos
Position after last dot in the identifier. It is used in getName method.


status

int status
Status of the identifier - one of the symbolic resolution constants

Class org.openide.src.Import extends Object implements Serializable

serialVersionUID: -4111760314345461897L

Serialized Fields

wholePackage

boolean wholePackage
Kind of this Import element. It is true if the import means "whole package" otherwise (if it is import just one class) false.


id

Identifier id
Identifier which is imported

Class org.openide.src.InitializerElement extends Element implements Serializable

serialVersionUID: 5768667690932077280L

Serialized Fields

declaringClass

ClassElement declaringClass
reference to source element

Class org.openide.src.MemberElement extends Element implements Serializable

serialVersionUID: 7896378970641663987L

Serialized Fields

declaringClass

ClassElement declaringClass
the class this element belongs to

Class org.openide.src.MethodElement extends ConstructorElement implements Serializable

serialVersionUID: 2366156788906032138L

Class org.openide.src.MethodParameter extends Object implements Serializable

serialVersionUID: -6158959006278766562L

Serialized Fields

name

String name
Name of argument


type

Type type
Type of argument


fin

boolean fin
State of final flag

Class org.openide.src.MultiPropertyChangeEvent extends PropertyChangeEvent implements Serializable

Serialized Fields

affected

Collection affected
Items that are affected by the change. These are items being added or removed, items being replaced or partial changes for a compound event/


newItems

Collection newItems
Collection of original items


indices

int[] indices
Permutation for reorder changes.


eventType

int eventType
Type of the event.

Class org.openide.src.SourceElement extends Element implements Serializable

serialVersionUID: -1439690719608070114L

Class org.openide.src.SourceException extends Exception implements Serializable

serialVersionUID: 4472081442050042697L

Class org.openide.src.SourceException.IO extends SourceException implements Serializable

Serialized Fields

nestedException

IOException nestedException

Class org.openide.src.SourceException.Protection extends SourceException implements Serializable

Serialized Fields

protectionTarget

Element protectionTarget

Class org.openide.src.SourceException.Veto extends SourceException implements Serializable

Serialized Fields

reason

PropertyVetoException reason

Class org.openide.src.SourceVetoException extends PropertyVetoException implements Serializable

Serialized Fields

nestedException

SourceException nestedException

Class org.openide.src.Type extends Object implements Serializable

serialVersionUID: 8997425134968958367L

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

kind

int kind
Kind of this instance of Type


elementType

Type elementType
Element type if this type is array


classType

Identifier classType
Identifier of the class if this type is ClassType


Package org.openide.src.nodes

Class org.openide.src.nodes.ClassCustomizer extends JPanel implements Serializable

Serialized Fields

element

ClassElement element
The edited class


isOK

boolean isOK

classPanel

JPanel classPanel

jLabel1

JLabel jLabel1

nameTextField

JTextField nameTextField

jLabel2

JLabel jLabel2

superClassCombo

JComboBox superClassCombo

typePanel

JPanel typePanel

classRadioButton

JRadioButton classRadioButton

interfaceRadioButton

JRadioButton interfaceRadioButton

jPanel3

JPanel jPanel3

modifierPanel

JPanel modifierPanel

interfacesPanel

JPanel interfacesPanel

Class org.openide.src.nodes.FieldCustomizer extends JPanel implements Serializable

Serialized Fields

element

FieldElement element
The edited field


isOK

boolean isOK

nameTypePanel

JPanel nameTypePanel

jLabel1

JLabel jLabel1

nameTextField

JTextField nameTextField

jLabel2

JLabel jLabel2

typeCombo

JComboBox typeCombo

jPanel1

JPanel jPanel1

modifierPanel

JPanel modifierPanel

initValuePanel

JPanel initValuePanel

jScrollPane1

JScrollPane jScrollPane1

initValueEditor

JEditorPane initValueEditor

Class org.openide.src.nodes.MethodCustomizer extends JPanel implements Serializable

Serialized Fields

element

ConstructorElement element
Edited constructor


method

MethodElement method
In case that method is edited - this field holds the reference to it. Otherwise (Constructor) this field is null.


isOK

boolean isOK

methodPanel

JPanel methodPanel

jLabel1

JLabel jLabel1

nameTextField

JTextField nameTextField

jLabel2

JLabel jLabel2

returnCombo

JComboBox returnCombo

jPanel1

JPanel jPanel1

modifierPanel

JPanel modifierPanel

paramsPanel

JPanel paramsPanel

exceptionsPanel

JPanel exceptionsPanel

Class org.openide.src.nodes.SourceOptions extends SystemOption implements Serializable

serialVersionUID: -2120623049071035434L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException


org.openide.src 1.8.22

Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.