2012-05-21 20:32:26 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2014-04-01 11:30:48 +00:00
<!-- NewPage -->
< html lang = "en" >
< head >
2014-10-30 08:08:05 +00:00
<!-- Generated by javadoc (version 1.7.0_51) on Thu Oct 30 04:06:09 EDT 2014 -->
< title > Uses of Package com.mxgraph.swing (mxGraph 3.1.1.0 API Specification)< / title >
< meta name = "date" content = "2014-10-30" >
2014-04-01 11:30:48 +00:00
< link rel = "stylesheet" type = "text/css" href = "../../../stylesheet.css" title = "Style" >
< / head >
< body >
< script type = "text/javascript" > < ! - -
2012-05-21 20:32:26 +00:00
if (location.href.indexOf('is-external=true') == -1) {
2014-10-30 08:08:05 +00:00
parent.document.title="Uses of Package com.mxgraph.swing (mxGraph 3.1.1.0 API Specification)";
2012-05-21 20:32:26 +00:00
}
2014-04-01 11:30:48 +00:00
//-->
< / script >
< noscript >
< div > JavaScript is disabled on your browser.< / div >
< / noscript >
2012-05-21 20:32:26 +00:00
<!-- ========= START OF TOP NAVBAR ======= -->
2014-04-01 11:30:48 +00:00
< 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< / li >
< li class = "navBarCell1Rev" > Use< / 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 >
2014-10-30 08:08:05 +00:00
< div class = "aboutLanguage" > < em > < p > < b > mxGraph 3.1.1.0< / b > < / p > < / em > < / div >
2014-04-01 11:30:48 +00:00
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > Prev< / li >
< li > Next< / li >
< / ul >
< ul class = "navList" >
< li > < a href = "../../../index.html?com/mxgraph/swing/package-use.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "package-use.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");
2012-05-21 20:32:26 +00:00
if(window==top) {
2014-04-01 11:30:48 +00:00
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
2012-05-21 20:32:26 +00:00
}
//-->
2014-04-01 11:30:48 +00:00
< / script >
< / div >
< a name = "skip-navbar_top" >
<!-- -->
< / a > < / div >
2012-05-21 20:32:26 +00:00
<!-- ========= END OF TOP NAVBAR ========= -->
2014-04-01 11:30:48 +00:00
< div class = "header" >
< h1 title = "Uses of Package com.mxgraph.swing" class = "title" > Uses of Package< br > com.mxgraph.swing< / h1 >
< / div >
< div class = "contentContainer" >
< ul class = "blockList" >
< li class = "blockList" >
< table border = "0" cellpadding = "3" cellspacing = "0" summary = "Use table, listing packages, and an explanation" >
< caption > < span > Packages that use < a href = "../../../com/mxgraph/swing/package-summary.html" > com.mxgraph.swing< / a > < / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Package< / th >
< th class = "colLast" scope = "col" > Description< / th >
< / tr >
< tbody >
< tr class = "altColor" >
< td class = "colFirst" > < a href = "#com.mxgraph.swing" > com.mxgraph.swing< / a > < / td >
< td class = "colLast" >
< div class = "block" > This package contains the main component for JFC/Swing, namely the graph
component and the outline component.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < a href = "#com.mxgraph.swing.handler" > com.mxgraph.swing.handler< / a > < / td >
< td class = "colLast" >
< div class = "block" > This package contains all classes required for mouse event handling in
JFC/Swing.< / div >
< / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < a href = "#com.mxgraph.swing.util" > com.mxgraph.swing.util< / a > < / td >
< td class = "colLast" >
< div class = "block" > This package contains all utility classes that require JFC/Swing, namely for
mouse event handling, drag and drop, actions and overlays.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < a href = "#com.mxgraph.swing.view" > com.mxgraph.swing.view< / a > < / td >
< td class = "colLast" >
< div class = "block" > This package contains all classes required for interaction, namely the
2012-05-21 20:32:26 +00:00
mxCellEditor used for in-place editing and the mxInteractiveCanvas, which
2014-04-01 11:30:48 +00:00
defines the requirements for a canvas that supports hit-detection on shapes.< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / li >
< li class = "blockList" > < a name = "com.mxgraph.swing" >
<!-- -->
< / a >
< table border = "0" cellpadding = "3" cellspacing = "0" summary = "Use table, listing classes, and an explanation" >
< caption > < span > Classes in < a href = "../../../com/mxgraph/swing/package-summary.html" > com.mxgraph.swing< / a > used by < a href = "../../../com/mxgraph/swing/package-summary.html" > com.mxgraph.swing< / a > < / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colOne" scope = "col" > Class and Description< / th >
< / tr >
< tbody >
< tr class = "altColor" >
< td class = "colOne" > < a href = "../../../com/mxgraph/swing/class-use/mxGraphComponent.html#com.mxgraph.swing" > mxGraphComponent< / a >
< div class = "block" > For setting the preferred size of the viewport for scrolling, use
mxGraph.setMinimumGraphSize.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colOne" > < a href = "../../../com/mxgraph/swing/class-use/mxGraphComponent.mxGraphControl.html#com.mxgraph.swing" > mxGraphComponent.mxGraphControl< / a > < / td >
< / tr >
< tr class = "altColor" >
< td class = "colOne" > < a href = "../../../com/mxgraph/swing/class-use/mxGraphOutline.MouseTracker.html#com.mxgraph.swing" > mxGraphOutline.MouseTracker< / a > < / td >
< / tr >
< / tbody >
< / table >
< / li >
< li class = "blockList" > < a name = "com.mxgraph.swing.handler" >
<!-- -->
< / a >
< table border = "0" cellpadding = "3" cellspacing = "0" summary = "Use table, listing classes, and an explanation" >
< caption > < span > Classes in < a href = "../../../com/mxgraph/swing/package-summary.html" > com.mxgraph.swing< / a > used by < a href = "../../../com/mxgraph/swing/handler/package-summary.html" > com.mxgraph.swing.handler< / a > < / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colOne" scope = "col" > Class and Description< / th >
< / tr >
< tbody >
< tr class = "altColor" >
< td class = "colOne" > < a href = "../../../com/mxgraph/swing/class-use/mxGraphComponent.html#com.mxgraph.swing.handler" > mxGraphComponent< / a >
< div class = "block" > For setting the preferred size of the viewport for scrolling, use
mxGraph.setMinimumGraphSize.< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / li >
< li class = "blockList" > < a name = "com.mxgraph.swing.util" >
<!-- -->
< / a >
< table border = "0" cellpadding = "3" cellspacing = "0" summary = "Use table, listing classes, and an explanation" >
< caption > < span > Classes in < a href = "../../../com/mxgraph/swing/package-summary.html" > com.mxgraph.swing< / a > used by < a href = "../../../com/mxgraph/swing/util/package-summary.html" > com.mxgraph.swing.util< / a > < / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colOne" scope = "col" > Class and Description< / th >
< / tr >
< tbody >
< tr class = "altColor" >
< td class = "colOne" > < a href = "../../../com/mxgraph/swing/class-use/mxGraphComponent.html#com.mxgraph.swing.util" > mxGraphComponent< / a >
< div class = "block" > For setting the preferred size of the viewport for scrolling, use
mxGraph.setMinimumGraphSize.< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / li >
< li class = "blockList" > < a name = "com.mxgraph.swing.view" >
<!-- -->
< / a >
< table border = "0" cellpadding = "3" cellspacing = "0" summary = "Use table, listing classes, and an explanation" >
< caption > < span > Classes in < a href = "../../../com/mxgraph/swing/package-summary.html" > com.mxgraph.swing< / a > used by < a href = "../../../com/mxgraph/swing/view/package-summary.html" > com.mxgraph.swing.view< / a > < / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colOne" scope = "col" > Class and Description< / th >
< / tr >
< tbody >
< tr class = "altColor" >
< td class = "colOne" > < a href = "../../../com/mxgraph/swing/class-use/mxGraphComponent.html#com.mxgraph.swing.view" > mxGraphComponent< / a >
< div class = "block" > For setting the preferred size of the viewport for scrolling, use
mxGraph.setMinimumGraphSize.< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / li >
< / ul >
< / div >
2012-05-21 20:32:26 +00:00
<!-- ======= START OF BOTTOM NAVBAR ====== -->
2014-04-01 11:30:48 +00:00
< 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< / li >
< li class = "navBarCell1Rev" > Use< / 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 >
2014-10-30 08:08:05 +00:00
< div class = "aboutLanguage" > < em > < p > < b > mxGraph 3.1.1.0< / b > < / p > < / em > < / div >
2014-04-01 11:30:48 +00:00
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > Prev< / li >
< li > Next< / li >
< / ul >
< ul class = "navList" >
< li > < a href = "../../../index.html?com/mxgraph/swing/package-use.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "package-use.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");
2012-05-21 20:32:26 +00:00
if(window==top) {
2014-04-01 11:30:48 +00:00
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
2012-05-21 20:32:26 +00:00
}
//-->
2014-04-01 11:30:48 +00:00
< / script >
< / div >
< a name = "skip-navbar_bottom" >
<!-- -->
< / a > < / div >
2012-05-21 20:32:26 +00:00
<!-- ======== END OF BOTTOM NAVBAR ======= -->
2014-04-01 11:30:48 +00:00
< 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 >