| <!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:38:30 BST 2018 --> |
| <title>Serialized Form (Refactoring API)</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 (Refactoring API)"; |
| } |
| } |
| 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.refactoring.api 1.49.1 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.modules.refactoring.api</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.netbeans.modules.refactoring.api.ProgressEvent"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/netbeans/modules/refactoring/api/ProgressEvent.html" title="class in org.netbeans.modules.refactoring.api">org.netbeans.modules.refactoring.api.ProgressEvent</a> extends <a href="http://download.oracle.com/javase/8/docs/api/java/util/EventObject.html?is-external=true" title="class or interface in java.util">EventObject</a> implements Serializable</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>eventId</h4> |
| <pre>int eventId</pre> |
| </li> |
| <li class="blockList"> |
| <h4>operationType</h4> |
| <pre>int operationType</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>count</h4> |
| <pre>int count</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.netbeans.modules.refactoring.spi.ui</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.netbeans.modules.refactoring.spi.ui.ScopePanel"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/netbeans/modules/refactoring/spi/ui/ScopePanel.html" title="class in org.netbeans.modules.refactoring.spi.ui">org.netbeans.modules.refactoring.spi.ui.ScopePanel</a> extends <a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> implements Serializable</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>id</h4> |
| <pre><a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id</pre> |
| </li> |
| <li class="blockList"> |
| <h4>preferences</h4> |
| <pre><a href="http://download.oracle.com/javase/8/docs/api/java/util/prefs/Preferences.html?is-external=true" title="class or interface in java.util.prefs">Preferences</a> preferences</pre> |
| </li> |
| <li class="blockList"> |
| <h4>preferencesKey</h4> |
| <pre><a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> preferencesKey</pre> |
| </li> |
| <li class="blockList"> |
| <h4>scopes</h4> |
| <pre><a href="http://download.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a><<a href="http://download.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">E</a>> scopes</pre> |
| </li> |
| <li class="blockList"> |
| <h4>parent</h4> |
| <pre><a href="http://download.oracle.com/javase/8/docs/api/javax/swing/event/ChangeListener.html?is-external=true" title="class or interface in javax.swing.event">ChangeListener</a> parent</pre> |
| </li> |
| <li class="blockList"> |
| <h4>btnCustomScope</h4> |
| <pre><a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> btnCustomScope</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>scopeCombobox</h4> |
| <pre><a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">JComboBox</a><<a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">E</a>> scopeCombobox</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.refactoring.api 1.49.1 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> |