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

Serialized Form (Editor Utilities) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.util/1 1.17

Serialized Form


Package org.netbeans.lib.editor.util

Class org.netbeans.lib.editor.util.FlyOffsetGapList extends GapList<E> implements Serializable

Serialized Fields

offsetGapStart

int offsetGapStart

offsetGapLength

int offsetGapLength

Class org.netbeans.lib.editor.util.GapList extends AbstractList<E> implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the GapList instance from a stream (that is, deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the GapList instance to a stream (that is, serialize it).

Serial Data:
The length of the array backing the GapList instance is emitted (int), followed by all of its elements (each an Object) in the proper order.
Throws:
IOException
Serialized Fields

gapStart

int gapStart
The start of the gap in the elementData array.


gapLength

int gapLength
Length of the gap in the elementData array starting at gapStart.

Class org.netbeans.lib.editor.util.ListenerList extends Object implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

Class org.netbeans.lib.editor.util.OffsetGapList extends GapList<E> implements Serializable

Serialized Fields

offsetGapStart

int offsetGapStart

offsetGapLength

int offsetGapLength

Class org.netbeans.lib.editor.util.PriorityListenerList extends Object implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

Package org.netbeans.lib.editor.util.swing

Class org.netbeans.lib.editor.util.swing.GapBranchElement.Edit extends AbstractUndoableEdit implements Serializable

Serialized Fields

index

int index

childrenAdded

Element[] childrenAdded

childrenRemoved

Element[] childrenRemoved


org.netbeans.modules.editor.util/1 1.17

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