Eclipse JDT
2.1

Serialized Form


Package org.eclipse.jdt.core

Class org.eclipse.jdt.core.BufferChangedEvent implements Serializable

Serialized Fields

length

int length
The length of text that has been modified in the buffer.

offset

int offset
The offset into the buffer where the modification took place.

text

String text
The text that was modified.

Class org.eclipse.jdt.core.ElementChangedEvent implements Serializable

Serialized Fields

type

int type

Class org.eclipse.jdt.core.JavaModelException implements Serializable

Serialized Fields

nestedCoreException

CoreException nestedCoreException


Package org.eclipse.jdt.core.compiler

Class org.eclipse.jdt.core.compiler.InvalidInputException implements Serializable


Package org.eclipse.jdt.core.jdom

Class org.eclipse.jdt.core.jdom.DOMException implements Serializable


Package org.eclipse.jdt.core.util

Class org.eclipse.jdt.core.util.ClassFormatException implements Serializable

Serialized Fields

errorID

int errorID


Package org.eclipse.jdt.launching

Class org.eclipse.jdt.launching.PropertyChangeEvent implements Serializable

Serialized Fields

propertyName

String propertyName
The name of the changed property.

oldValue

Object oldValue
The old value of the changed property, or null if not known or not relevant.

newValue

Object newValue
The new value of the changed property, or null if not known or not relevant.


Package org.eclipse.jdt.ui

Class org.eclipse.jdt.ui.ProblemsLabelDecorator.ProblemsLabelChangedEvent implements Serializable

Serialized Fields

fMarkerChange

boolean fMarkerChange


Eclipse JDT
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.