maxGraph/java/docs/com/mxgraph/util/mxEvent.html

1098 lines
41 KiB
HTML

<!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 (version 1.7.0_51) on Mon Nov 10 04:00:04 EST 2014 -->
<title>mxEvent (mxGraph 3.1.1.1 API Specification)</title>
<meta name="date" content="2014-11-10">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="mxEvent (mxGraph 3.1.1.1 API Specification)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/mxEvent.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><p><b>mxGraph 3.1.1.1</b></p></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/mxgraph/util/mxDomUtils.html" title="class in com.mxgraph.util"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../com/mxgraph/util/mxEventObject.html" title="class in com.mxgraph.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/mxgraph/util/mxEvent.html" target="_top">Frames</a></li>
<li><a href="mxEvent.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.mxgraph.util</div>
<h2 title="Class mxEvent" class="title">Class mxEvent</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.mxgraph.util.mxEvent</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">mxEvent</span>
extends java.lang.Object</pre>
<div class="block">Contains all global constants.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#ADD">ADD</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#ADD_CELLS">ADD_CELLS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#ADD_OVERLAY">ADD_OVERLAY</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#AFTER_PAINT">AFTER_PAINT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#ALIGN_CELLS">ALIGN_CELLS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#BEFORE_PAINT">BEFORE_PAINT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#BEFORE_UNDO">BEFORE_UNDO</a></strong></code>
<div class="block">Holds the name for the beforeUndo event.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#BEGIN_UPDATE">BEGIN_UPDATE</a></strong></code>
<div class="block">Holds the name for the beginUpdate event.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#CELL_CONNECTED">CELL_CONNECTED</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#CELLS_ADDED">CELLS_ADDED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#CELLS_FOLDED">CELLS_FOLDED</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#CELLS_MOVED">CELLS_MOVED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#CELLS_ORDERED">CELLS_ORDERED</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#CELLS_REMOVED">CELLS_REMOVED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#CELLS_RESIZED">CELLS_RESIZED</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#CELLS_TOGGLED">CELLS_TOGGLED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#CHANGE">CHANGE</a></strong></code>
<div class="block">Holds the name for the change event.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#CLEAR">CLEAR</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#CONNECT">CONNECT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#CONNECT_CELL">CONNECT_CELL</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#CONTINUE">CONTINUE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#DONE">DONE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#DOWN">DOWN</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#END_UPDATE">END_UPDATE</a></strong></code>
<div class="block">Holds the name for the endUpdate event.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#EXECUTE">EXECUTE</a></strong></code>
<div class="block">Holds the name for the execute event.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#FIRED">FIRED</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#FLIP_EDGE">FLIP_EDGE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#FOLD_CELLS">FOLD_CELLS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#GROUP_CELLS">GROUP_CELLS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#INSERT">INSERT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#LABEL_CHANGED">LABEL_CHANGED</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#LAYOUT_CELLS">LAYOUT_CELLS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#MARK">MARK</a></strong></code>
<div class="block">Holds the name for the mark event, which fires after a cell has been
marked.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#MOVE_CELLS">MOVE_CELLS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#NOTIFY">NOTIFY</a></strong></code>
<div class="block">Holds the name for the norify event.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#ORDER_CELLS">ORDER_CELLS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#PAINT">PAINT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#REDO">REDO</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#REMOVE_CELLS">REMOVE_CELLS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#REMOVE_CELLS_FROM_PARENT">REMOVE_CELLS_FROM_PARENT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#REMOVE_OVERLAY">REMOVE_OVERLAY</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#REPAINT">REPAINT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#RESIZE_CELLS">RESIZE_CELLS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#ROOT">ROOT</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#SCALE">SCALE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#SCALE_AND_TRANSLATE">SCALE_AND_TRANSLATE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#SELECT">SELECT</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#SPLIT_EDGE">SPLIT_EDGE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#START">START</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#START_EDITING">START_EDITING</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#STOP">STOP</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#TOGGLE_CELLS">TOGGLE_CELLS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#TRANSLATE">TRANSLATE</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#UNDO">UNDO</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#UNGROUP_CELLS">UNGROUP_CELLS</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#UP">UP</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#UPDATE_CELL_SIZE">UPDATE_CELL_SIZE</a></strong></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../com/mxgraph/util/mxEvent.html#mxEvent()">mxEvent</a></strong>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="DONE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DONE</h4>
<pre>public static final&nbsp;java.lang.String DONE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.DONE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ADD_CELLS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ADD_CELLS</h4>
<pre>public static final&nbsp;java.lang.String ADD_CELLS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.ADD_CELLS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CELLS_ADDED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CELLS_ADDED</h4>
<pre>public static final&nbsp;java.lang.String CELLS_ADDED</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.CELLS_ADDED">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ALIGN_CELLS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ALIGN_CELLS</h4>
<pre>public static final&nbsp;java.lang.String ALIGN_CELLS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.ALIGN_CELLS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CONNECT_CELL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONNECT_CELL</h4>
<pre>public static final&nbsp;java.lang.String CONNECT_CELL</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.CONNECT_CELL">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CONNECT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONNECT</h4>
<pre>public static final&nbsp;java.lang.String CONNECT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.CONNECT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CELL_CONNECTED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CELL_CONNECTED</h4>
<pre>public static final&nbsp;java.lang.String CELL_CONNECTED</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.CELL_CONNECTED">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="FLIP_EDGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FLIP_EDGE</h4>
<pre>public static final&nbsp;java.lang.String FLIP_EDGE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.FLIP_EDGE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="FOLD_CELLS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FOLD_CELLS</h4>
<pre>public static final&nbsp;java.lang.String FOLD_CELLS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.FOLD_CELLS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CELLS_FOLDED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CELLS_FOLDED</h4>
<pre>public static final&nbsp;java.lang.String CELLS_FOLDED</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.CELLS_FOLDED">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="GROUP_CELLS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GROUP_CELLS</h4>
<pre>public static final&nbsp;java.lang.String GROUP_CELLS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.GROUP_CELLS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="UNGROUP_CELLS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNGROUP_CELLS</h4>
<pre>public static final&nbsp;java.lang.String UNGROUP_CELLS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.UNGROUP_CELLS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="REMOVE_CELLS_FROM_PARENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REMOVE_CELLS_FROM_PARENT</h4>
<pre>public static final&nbsp;java.lang.String REMOVE_CELLS_FROM_PARENT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.REMOVE_CELLS_FROM_PARENT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MOVE_CELLS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MOVE_CELLS</h4>
<pre>public static final&nbsp;java.lang.String MOVE_CELLS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.MOVE_CELLS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CELLS_MOVED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CELLS_MOVED</h4>
<pre>public static final&nbsp;java.lang.String CELLS_MOVED</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.CELLS_MOVED">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ORDER_CELLS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ORDER_CELLS</h4>
<pre>public static final&nbsp;java.lang.String ORDER_CELLS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.ORDER_CELLS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CELLS_ORDERED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CELLS_ORDERED</h4>
<pre>public static final&nbsp;java.lang.String CELLS_ORDERED</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.CELLS_ORDERED">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="REMOVE_CELLS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REMOVE_CELLS</h4>
<pre>public static final&nbsp;java.lang.String REMOVE_CELLS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.REMOVE_CELLS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CELLS_REMOVED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CELLS_REMOVED</h4>
<pre>public static final&nbsp;java.lang.String CELLS_REMOVED</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.CELLS_REMOVED">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="REPAINT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REPAINT</h4>
<pre>public static final&nbsp;java.lang.String REPAINT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.REPAINT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="RESIZE_CELLS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RESIZE_CELLS</h4>
<pre>public static final&nbsp;java.lang.String RESIZE_CELLS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.RESIZE_CELLS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CELLS_RESIZED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CELLS_RESIZED</h4>
<pre>public static final&nbsp;java.lang.String CELLS_RESIZED</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.CELLS_RESIZED">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SPLIT_EDGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SPLIT_EDGE</h4>
<pre>public static final&nbsp;java.lang.String SPLIT_EDGE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.SPLIT_EDGE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="TOGGLE_CELLS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TOGGLE_CELLS</h4>
<pre>public static final&nbsp;java.lang.String TOGGLE_CELLS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.TOGGLE_CELLS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CELLS_TOGGLED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CELLS_TOGGLED</h4>
<pre>public static final&nbsp;java.lang.String CELLS_TOGGLED</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.CELLS_TOGGLED">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="UPDATE_CELL_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UPDATE_CELL_SIZE</h4>
<pre>public static final&nbsp;java.lang.String UPDATE_CELL_SIZE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.UPDATE_CELL_SIZE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="LABEL_CHANGED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LABEL_CHANGED</h4>
<pre>public static final&nbsp;java.lang.String LABEL_CHANGED</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.LABEL_CHANGED">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ADD_OVERLAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ADD_OVERLAY</h4>
<pre>public static final&nbsp;java.lang.String ADD_OVERLAY</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.ADD_OVERLAY">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="REMOVE_OVERLAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REMOVE_OVERLAY</h4>
<pre>public static final&nbsp;java.lang.String REMOVE_OVERLAY</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.REMOVE_OVERLAY">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="BEFORE_PAINT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BEFORE_PAINT</h4>
<pre>public static final&nbsp;java.lang.String BEFORE_PAINT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.BEFORE_PAINT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PAINT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PAINT</h4>
<pre>public static final&nbsp;java.lang.String PAINT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.PAINT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="AFTER_PAINT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AFTER_PAINT</h4>
<pre>public static final&nbsp;java.lang.String AFTER_PAINT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.AFTER_PAINT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="START_EDITING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>START_EDITING</h4>
<pre>public static final&nbsp;java.lang.String START_EDITING</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.START_EDITING">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="UNDO">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNDO</h4>
<pre>public static final&nbsp;java.lang.String UNDO</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.UNDO">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="REDO">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REDO</h4>
<pre>public static final&nbsp;java.lang.String REDO</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.REDO">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="UP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UP</h4>
<pre>public static final&nbsp;java.lang.String UP</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.UP">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DOWN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DOWN</h4>
<pre>public static final&nbsp;java.lang.String DOWN</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.DOWN">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SCALE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCALE</h4>
<pre>public static final&nbsp;java.lang.String SCALE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.SCALE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="TRANSLATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TRANSLATE</h4>
<pre>public static final&nbsp;java.lang.String TRANSLATE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.TRANSLATE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SCALE_AND_TRANSLATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCALE_AND_TRANSLATE</h4>
<pre>public static final&nbsp;java.lang.String SCALE_AND_TRANSLATE</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.SCALE_AND_TRANSLATE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CHANGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CHANGE</h4>
<pre>public static final&nbsp;java.lang.String CHANGE</pre>
<div class="block">Holds the name for the change event. First and only argument in the
argument array is the list of mxAtomicGraphChanges that have been
executed on the model.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.CHANGE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="EXECUTE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EXECUTE</h4>
<pre>public static final&nbsp;java.lang.String EXECUTE</pre>
<div class="block">Holds the name for the execute event. First and only argument in the
argument array is the mxAtomicGraphChange that has been executed on the
model. This event fires before the change event.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.EXECUTE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="BEFORE_UNDO">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BEFORE_UNDO</h4>
<pre>public static final&nbsp;java.lang.String BEFORE_UNDO</pre>
<div class="block">Holds the name for the beforeUndo event. First and only argument in the
argument array is the current edit that is currently in progress in the
model. This event fires before notify is called on the currentEdit in
the model.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.BEFORE_UNDO">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="NOTIFY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOTIFY</h4>
<pre>public static final&nbsp;java.lang.String NOTIFY</pre>
<div class="block">Holds the name for the norify event. First and only argument in the
argument array is the list of mxAtomicGraphChanges that have been
executed on the model. This event fires after the change event.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.NOTIFY">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="BEGIN_UPDATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BEGIN_UPDATE</h4>
<pre>public static final&nbsp;java.lang.String BEGIN_UPDATE</pre>
<div class="block">Holds the name for the beginUpdate event. This event has no arguments and
fires after the updateLevel has been changed in model.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.BEGIN_UPDATE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="END_UPDATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>END_UPDATE</h4>
<pre>public static final&nbsp;java.lang.String END_UPDATE</pre>
<div class="block">Holds the name for the endUpdate event. This event has no arguments and fires
after the updateLevel has been changed in the model. First argument is the
currentEdit.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.END_UPDATE">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="INSERT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INSERT</h4>
<pre>public static final&nbsp;java.lang.String INSERT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.INSERT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ADD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ADD</h4>
<pre>public static final&nbsp;java.lang.String ADD</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.ADD">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="CLEAR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CLEAR</h4>
<pre>public static final&nbsp;java.lang.String CLEAR</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.CLEAR">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="FIRED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FIRED</h4>
<pre>public static final&nbsp;java.lang.String FIRED</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.FIRED">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="SELECT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SELECT</h4>
<pre>public static final&nbsp;java.lang.String SELECT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.mxgraph.util.mxEvent.SELECT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="MARK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MARK</h4>
<pre>public static&nbsp;java.lang.String MARK</pre>
<div class="block">Holds the name for the mark event, which fires after a cell has been
marked. First and only argument in the array is the cell state that has
been marked or null, if no state has been marked.
To add a mark listener to the cell marker:
<code>
addListener(
mxEvent.MARK, new mxEventListener()
{
public void invoke(Object source, Object[] args)
{
cellMarked((mxCellMarker) source, (mxCellState) args[0]);
}
});
</code></div>
</li>
</ul>
<a name="ROOT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ROOT</h4>
<pre>public static&nbsp;java.lang.String ROOT</pre>
</li>
</ul>
<a name="LAYOUT_CELLS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LAYOUT_CELLS</h4>
<pre>public static&nbsp;java.lang.String LAYOUT_CELLS</pre>
</li>
</ul>
<a name="START">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>START</h4>
<pre>public static&nbsp;java.lang.String START</pre>
</li>
</ul>
<a name="CONTINUE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONTINUE</h4>
<pre>public static&nbsp;java.lang.String CONTINUE</pre>
</li>
</ul>
<a name="STOP">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>STOP</h4>
<pre>public static&nbsp;java.lang.String STOP</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="mxEvent()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>mxEvent</h4>
<pre>public&nbsp;mxEvent()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/mxEvent.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><p><b>mxGraph 3.1.1.1</b></p></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/mxgraph/util/mxDomUtils.html" title="class in com.mxgraph.util"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../com/mxgraph/util/mxEventObject.html" title="class in com.mxgraph.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/mxgraph/util/mxEvent.html" target="_top">Frames</a></li>
<li><a href="mxEvent.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><font size=1>Copyright (c) 2010 <a href="http://www.mxgraph.com/"
target="_blank">Gaudenz Alder, David Benson</a>. All rights reserved.</font></small></p>
</body>
</html>