当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
Serialized Form (Editor Utilities) - NetBeans API Javadoc (Current Development Version)
Serialized Form
Package org.netbeans.lib.editor.util |
offsetGapStart
int offsetGapStart
offsetGapLength
int offsetGapLength
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
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.
serialVersionUID: 0L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
offsetGapStart
int offsetGapStart
offsetGapLength
int offsetGapLength
serialVersionUID: 0L
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 |
index
int index
childrenAdded
Element[] childrenAdded
childrenRemoved
Element[] childrenRemoved