<!DOCTYPE HTML> | |
<!-- NewPage --> | |
<html lang="fr"> | |
<head> | |
<!-- Generated by javadoc (13.0.1) on Sun Jun 20 23:26:25 CEST 2021 --> | |
<title>Serialized Form</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta name="dc.created" content="2021-06-20"> | |
<meta name="description" content="serialized forms"> | |
<meta name="generator" content="javadoc/SerializedFormWriterImpl"> | |
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> | |
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.css" title="Style"> | |
<script type="text/javascript" src="script.js"></script> | |
<script type="text/javascript" src="script-dir/jszip/dist/jszip.min.js"></script> | |
<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils.min.js"></script> | |
<!--[if IE]> | |
<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script> | |
<![endif]--> | |
<script type="text/javascript" src="script-dir/jquery-3.4.1.js"></script> | |
<script type="text/javascript" src="script-dir/jquery-ui.js"></script> | |
</head> | |
<body class="serialized-form"> | |
<script type="text/javascript">var pathtoroot = "./"; | |
loadScripts(document, 'script');</script> | |
<noscript> | |
<div>JavaScript is disabled on your browser.</div> | |
</noscript> | |
<header role="banner"> | |
<nav role="navigation"> | |
<div class="fixedNav"> | |
<!-- ========= START OF TOP NAVBAR ======= --> | |
<div class="topNav"><a id="navbar.top"> | |
<!-- --> | |
</a> | |
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | |
<a id="navbar.top.firstrow"> | |
<!-- --> | |
</a> | |
<ul class="navList" title="Navigation"> | |
<li><a href="index.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> | |
<div class="subNav"> | |
<div class="navListSearch"><label for="search">SEARCH:</label> | |
<input type="text" id="search" value="search" disabled="disabled"> | |
<input type="reset" id="reset" value="reset" disabled="disabled"> | |
</div> | |
</div> | |
<a id="skip.navbar.top"> | |
<!-- --> | |
</a> | |
<!-- ========= END OF TOP NAVBAR ========= --> | |
</div> | |
<div class="navPadding"> </div> | |
<script type="text/javascript"><!-- | |
$('.navPadding').css('padding-top', $('.fixedNav').css("height")); | |
//--> | |
</script> | |
</nav> | |
</header> | |
<main role="main"> | |
<div class="header"> | |
<h1 title="Serialized Form" class="title">Serialized Form</h1> | |
</div> | |
<div class="serializedFormContainer"> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<section class="serializedPackageContainer"> | |
<h2 title="Package">Package org.eclipse.nebula.widgets.grid</h2> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<section class="serializedClassDetails"><a id="org.eclipse.nebula.widgets.grid.GridVisibleRangeSupport.RangeChangedEvent"> | |
<!-- --> | |
</a> | |
<h3>Class <a href="org/eclipse/nebula/widgets/grid/GridVisibleRangeSupport.RangeChangedEvent.html" title="class in org.eclipse.nebula.widgets.grid">org.eclipse.nebula.widgets.grid.GridVisibleRangeSupport.RangeChangedEvent</a> extends java.util.EventObject implements Serializable</h3> | |
<dl class="nameValue"> | |
<dt>serialVersionUID:</dt> | |
<dd>1L</dd> | |
</dl> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<section class="detail"> | |
<h4>Serialized Fields</h4> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h5>addedColumns</h5> | |
<pre><a href="org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a>[] addedColumns</pre> | |
<div class="block">Columns added to the range</div> | |
</li> | |
<li class="blockList"> | |
<h5>addedRows</h5> | |
<pre><a href="org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a>[] addedRows</pre> | |
<div class="block">Rows new in the visible range</div> | |
</li> | |
<li class="blockList"> | |
<h5>removedColumns</h5> | |
<pre><a href="org/eclipse/nebula/widgets/grid/GridColumn.html" title="class in org.eclipse.nebula.widgets.grid">GridColumn</a>[] removedColumns</pre> | |
<div class="block">Columns removed from the range</div> | |
</li> | |
<li class="blockList"> | |
<h5>removedRows</h5> | |
<pre><a href="org/eclipse/nebula/widgets/grid/GridItem.html" title="class in org.eclipse.nebula.widgets.grid">GridItem</a>[] removedRows</pre> | |
<div class="block">Rows removed from the range</div> | |
</li> | |
<li class="blockList"> | |
<h5>visibleRange</h5> | |
<pre><a href="org/eclipse/nebula/widgets/grid/Grid.GridVisibleRange.html" title="class in org.eclipse.nebula.widgets.grid">Grid.GridVisibleRange</a> visibleRange</pre> | |
<div class="block">The current visible range</div> | |
</li> | |
</ul> | |
</section> | |
</li> | |
</ul> | |
</section> | |
</li> | |
</ul> | |
</section> | |
</li> | |
<li class="blockList"> | |
<section class="serializedPackageContainer"> | |
<h2 title="Package">Package org.eclipse.nebula.widgets.opal.duallist</h2> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<section class="serializedClassDetails"><a id="org.eclipse.nebula.widgets.opal.duallist.SelectionChangeEvent"> | |
<!-- --> | |
</a> | |
<h3>Class <a href="org/eclipse/nebula/widgets/opal/duallist/SelectionChangeEvent.html" title="class in org.eclipse.nebula.widgets.opal.duallist">org.eclipse.nebula.widgets.opal.duallist.SelectionChangeEvent</a> extends org.eclipse.swt.events.TypedEvent implements Serializable</h3> | |
<dl class="nameValue"> | |
<dt>serialVersionUID:</dt> | |
<dd>-7164363995093867940L</dd> | |
</dl> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<section class="detail"> | |
<h4>Serialized Fields</h4> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h5>doit</h5> | |
<pre>boolean doit</pre> | |
<div class="block">A flag indicating whether the operation should be allowed. | |
Setting this field to <code>false</code> will cancel the | |
operation, depending on the widget.</div> | |
</li> | |
<li class="blockList"> | |
<h5>items</h5> | |
<pre>java.util.List<<a href="org/eclipse/nebula/widgets/opal/duallist/DLItem.html" title="class in org.eclipse.nebula.widgets.opal.duallist">DLItem</a>> items</pre> | |
<div class="block">The items that were selected.</div> | |
</li> | |
</ul> | |
</section> | |
</li> | |
</ul> | |
</section> | |
</li> | |
</ul> | |
</section> | |
</li> | |
</ul> | |
</div> | |
</main> | |
<footer role="contentinfo"> | |
<nav role="navigation"> | |
<!-- ======= START OF BOTTOM NAVBAR ====== --> | |
<div class="bottomNav"><a id="navbar.bottom"> | |
<!-- --> | |
</a> | |
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | |
<a id="navbar.bottom.firstrow"> | |
<!-- --> | |
</a> | |
<ul class="navList" title="Navigation"> | |
<li><a href="index.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> | |
<a id="skip.navbar.bottom"> | |
<!-- --> | |
</a> | |
<!-- ======== END OF BOTTOM NAVBAR ======= --> | |
</nav> | |
</footer> | |
</body> | |
</html> |