| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <!-- NewPage --> |
| <html lang="en"> |
| <head> |
| <!-- Generated by javadoc (1.8.0_181) on Fri Sep 14 11:33:26 BST 2018 --> |
| <title>Serialized Form (Editor Utilities)</title> |
| <meta name="date" content="2018-09-14"> |
| <link rel="stylesheet" type="text/css" href="javadoc.css" title="Style"> |
| <script type="text/javascript" src="script.js"></script> |
| </head> |
| <body> |
| <script type="text/javascript"><!-- |
| try { |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="Serialized Form (Editor Utilities)"; |
| } |
| } |
| catch(err) { |
| } |
| //--> |
| </script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <div class="topNav"><a name="navbar.top"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> |
| <a name="navbar.top.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="overview-summary.html">Overview</a></li> |
| <li>Package</li> |
| <li>Class</li> |
| <li>Use</li> |
| <li><a href="overview-tree.html">Tree</a></li> |
| <li><a href="deprecated-list.html">Deprecated</a></li> |
| <li><a href="index-files/index-1.html">Index</a></li> |
| <li><a href="help-doc.html">Help</a></li> |
| </ul> |
| <div class="aboutLanguage">org.netbeans.modules.editor.util/1 1.66.1 </div> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li>Prev</li> |
| <li>Next</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="index.html?serialized-form.html" target="_top">Frames</a></li> |
| <li><a href="serialized-form.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_top"> |
| <li><a href="allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_top"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <a name="skip.navbar.top"> |
| <!-- --> |
| </a></div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| <div class="header"> |
| <h1 title="Serialized Form" class="title">Serialized Form</h1> |
| </div> |
| <div class="serializedFormContainer"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h2 title="Package">Package org.netbeans.lib.editor.util</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.netbeans.lib.editor.util.FlyOffsetGapList"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/netbeans/lib/editor/util/FlyOffsetGapList.html" title="class in org.netbeans.lib.editor.util">org.netbeans.lib.editor.util.FlyOffsetGapList</a> extends <a href="org/netbeans/lib/editor/util/GapList.html" title="class in org.netbeans.lib.editor.util">GapList</a><<a href="org/netbeans/lib/editor/util/FlyOffsetGapList.html" title="type parameter in FlyOffsetGapList">E</a>> implements Serializable</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>offsetGapStart</h4> |
| <pre>int offsetGapStart</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>offsetGapLength</h4> |
| <pre>int offsetGapLength</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.netbeans.lib.editor.util.GapList"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/netbeans/lib/editor/util/GapList.html" title="class in org.netbeans.lib.editor.util">org.netbeans.lib.editor.util.GapList</a> extends <a href="http://download.oracle.com/javase/8/docs/api/java/util/AbstractList.html?is-external=true" title="class or interface in java.util">AbstractList</a><<a href="org/netbeans/lib/editor/util/GapList.html" title="type parameter in GapList">E</a>> implements Serializable</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialization Methods</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>readObject</h4> |
| <pre>private void readObject(<a href="http://download.oracle.com/javase/8/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io">ObjectInputStream</a> s) |
| throws <a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, |
| <a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></pre> |
| <div class="block">Reconstitute the <tt>GapList</tt> instance from a stream (that is, |
| deserialize it).</div> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| <dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></code></dd> |
| </dl> |
| </li> |
| <li class="blockListLast"> |
| <h4>writeObject</h4> |
| <pre>private void writeObject(<a href="http://download.oracle.com/javase/8/docs/api/java/io/ObjectOutputStream.html?is-external=true" title="class or interface in java.io">ObjectOutputStream</a> s) |
| throws <a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> |
| <div class="block">Save the state of the <tt>GapList</tt> instance to a stream (that |
| is, serialize it).</div> |
| <dl> |
| <dt><span class="simpleTagLabel">Serial Data:</span></dt> |
| <dd>The length of the array backing the <tt>GapList</tt> |
| instance is emitted (int), followed by all of its elements |
| (each an <tt>Object</tt>) in the proper order.</dd> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>gapStart</h4> |
| <pre>int gapStart</pre> |
| <div class="block">The start of the gap in the elementData array.</div> |
| </li> |
| <li class="blockListLast"> |
| <h4>gapLength</h4> |
| <pre>int gapLength</pre> |
| <div class="block">Length of the gap in the elementData array starting at gapStart.</div> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.netbeans.lib.editor.util.ListenerList"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/netbeans/lib/editor/util/ListenerList.html" title="class in org.netbeans.lib.editor.util">org.netbeans.lib.editor.util.ListenerList</a> extends <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialization Methods</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>readObject</h4> |
| <pre>private void readObject(<a href="http://download.oracle.com/javase/8/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io">ObjectInputStream</a> s) |
| throws <a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, |
| <a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| <dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></code></dd> |
| </dl> |
| </li> |
| <li class="blockListLast"> |
| <h4>writeObject</h4> |
| <pre>private void writeObject(<a href="http://download.oracle.com/javase/8/docs/api/java/io/ObjectOutputStream.html?is-external=true" title="class or interface in java.io">ObjectOutputStream</a> s) |
| throws <a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.netbeans.lib.editor.util.OffsetGapList"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/netbeans/lib/editor/util/OffsetGapList.html" title="class in org.netbeans.lib.editor.util">org.netbeans.lib.editor.util.OffsetGapList</a> extends <a href="org/netbeans/lib/editor/util/GapList.html" title="class in org.netbeans.lib.editor.util">GapList</a><<a href="org/netbeans/lib/editor/util/OffsetGapList.html" title="type parameter in OffsetGapList">E</a>> implements Serializable</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>offsetGapStart</h4> |
| <pre>int offsetGapStart</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>offsetGapLength</h4> |
| <pre>int offsetGapLength</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.netbeans.lib.editor.util.PriorityListenerList"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/netbeans/lib/editor/util/PriorityListenerList.html" title="class in org.netbeans.lib.editor.util">org.netbeans.lib.editor.util.PriorityListenerList</a> extends <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>0L</dd> |
| </dl> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialization Methods</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>readObject</h4> |
| <pre>private void readObject(<a href="http://download.oracle.com/javase/8/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io">ObjectInputStream</a> s) |
| throws <a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>, |
| <a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| <dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></code></dd> |
| </dl> |
| </li> |
| <li class="blockListLast"> |
| <h4>writeObject</h4> |
| <pre>private void writeObject(<a href="http://download.oracle.com/javase/8/docs/api/java/io/ObjectOutputStream.html?is-external=true" title="class or interface in java.io">ObjectOutputStream</a> s) |
| throws <a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> |
| <dl> |
| <dt><span class="throwsLabel">Throws:</span></dt> |
| <dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockListLast"> |
| <h4>listenerCount</h4> |
| <pre>int listenerCount</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.netbeans.lib.editor.util.swing</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.netbeans.lib.editor.util.swing.GapBranchElement.Edit"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/netbeans/lib/editor/util/swing/GapBranchElement.Edit.html" title="class in org.netbeans.lib.editor.util.swing">org.netbeans.lib.editor.util.swing.GapBranchElement.Edit</a> extends <a href="http://download.oracle.com/javase/8/docs/api/javax/swing/undo/AbstractUndoableEdit.html?is-external=true" title="class or interface in javax.swing.undo">AbstractUndoableEdit</a> implements Serializable</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>index</h4> |
| <pre>int index</pre> |
| </li> |
| <li class="blockList"> |
| <h4>childrenAdded</h4> |
| <pre><a href="http://download.oracle.com/javase/8/docs/api/javax/swing/text/Element.html?is-external=true" title="class or interface in javax.swing.text">Element</a>[] childrenAdded</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>childrenRemoved</h4> |
| <pre><a href="http://download.oracle.com/javase/8/docs/api/javax/swing/text/Element.html?is-external=true" title="class or interface in javax.swing.text">Element</a>[] childrenRemoved</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </div> |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> |
| <div class="bottomNav"><a name="navbar.bottom"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> |
| <a name="navbar.bottom.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="overview-summary.html">Overview</a></li> |
| <li>Package</li> |
| <li>Class</li> |
| <li>Use</li> |
| <li><a href="overview-tree.html">Tree</a></li> |
| <li><a href="deprecated-list.html">Deprecated</a></li> |
| <li><a href="index-files/index-1.html">Index</a></li> |
| <li><a href="help-doc.html">Help</a></li> |
| </ul> |
| <div class="aboutLanguage">org.netbeans.modules.editor.util/1 1.66.1 </div> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li>Prev</li> |
| <li>Next</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="index.html?serialized-form.html" target="_top">Frames</a></li> |
| <li><a href="serialized-form.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_bottom"> |
| <li><a href="allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_bottom"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <a name="skip.navbar.bottom"> |
| <!-- --> |
| </a></div> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| <p class="legalCopy"><small><span class="footnote">Built on September 14 2018. | Copyright © 2017-2018 Apache Software Foundation. All Rights Reserved.</span></small></p> |
| </body> |
| </html> |