Control.html 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="de">
  4. <head>
  5. <!-- Generated by javadoc (1.8.0_74) on Tue Sep 27 12:48:17 CEST 2016 -->
  6. <title>Uses of Class ui.controller.Control</title>
  7. <meta name="date" content="2016-09-27">
  8. <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
  9. <script type="text/javascript" src="../../../script.js"></script>
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. try {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="Uses of Class ui.controller.Control";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. </script>
  22. <noscript>
  23. <div>JavaScript is disabled on your browser.</div>
  24. </noscript>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <div class="topNav"><a name="navbar.top">
  27. <!-- -->
  28. </a>
  29. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  30. <a name="navbar.top.firstrow">
  31. <!-- -->
  32. </a>
  33. <ul class="navList" title="Navigation">
  34. <li><a href="../../../overview-summary.html">Overview</a></li>
  35. <li><a href="../package-summary.html">Package</a></li>
  36. <li><a href="../../../ui/controller/Control.html" title="class in ui.controller">Class</a></li>
  37. <li class="navBarCell1Rev">Use</li>
  38. <li><a href="../package-tree.html">Tree</a></li>
  39. <li><a href="../../../deprecated-list.html">Deprecated</a></li>
  40. <li><a href="../../../index-files/index-1.html">Index</a></li>
  41. <li><a href="../../../help-doc.html">Help</a></li>
  42. </ul>
  43. </div>
  44. <div class="subNav">
  45. <ul class="navList">
  46. <li>Prev</li>
  47. <li>Next</li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../../../index.html?ui/controller/class-use/Control.html" target="_top">Frames</a></li>
  51. <li><a href="Control.html" target="_top">No&nbsp;Frames</a></li>
  52. </ul>
  53. <ul class="navList" id="allclasses_navbar_top">
  54. <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  55. </ul>
  56. <div>
  57. <script type="text/javascript"><!--
  58. allClassesLink = document.getElementById("allclasses_navbar_top");
  59. if(window==top) {
  60. allClassesLink.style.display = "block";
  61. }
  62. else {
  63. allClassesLink.style.display = "none";
  64. }
  65. //-->
  66. </script>
  67. </div>
  68. <a name="skip.navbar.top">
  69. <!-- -->
  70. </a></div>
  71. <!-- ========= END OF TOP NAVBAR ========= -->
  72. <div class="header">
  73. <h2 title="Uses of Class ui.controller.Control" class="title">Uses of Class<br>ui.controller.Control</h2>
  74. </div>
  75. <div class="classUseContainer">
  76. <ul class="blockList">
  77. <li class="blockList">
  78. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
  79. <caption><span>Packages that use <a href="../../../ui/controller/Control.html" title="class in ui.controller">Control</a></span><span class="tabEnd">&nbsp;</span></caption>
  80. <tr>
  81. <th class="colFirst" scope="col">Package</th>
  82. <th class="colLast" scope="col">Description</th>
  83. </tr>
  84. <tbody>
  85. <tr class="altColor">
  86. <td class="colFirst"><a href="#api">api</a></td>
  87. <td class="colLast">&nbsp;</td>
  88. </tr>
  89. <tr class="rowColor">
  90. <td class="colFirst"><a href="#ui.view">ui.view</a></td>
  91. <td class="colLast">&nbsp;</td>
  92. </tr>
  93. </tbody>
  94. </table>
  95. </li>
  96. <li class="blockList">
  97. <ul class="blockList">
  98. <li class="blockList"><a name="api">
  99. <!-- -->
  100. </a>
  101. <h3>Uses of <a href="../../../ui/controller/Control.html" title="class in ui.controller">Control</a> in <a href="../../../api/package-summary.html">api</a></h3>
  102. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
  103. <caption><span>Constructors in <a href="../../../api/package-summary.html">api</a> with parameters of type <a href="../../../ui/controller/Control.html" title="class in ui.controller">Control</a></span><span class="tabEnd">&nbsp;</span></caption>
  104. <tr>
  105. <th class="colOne" scope="col">Constructor and Description</th>
  106. </tr>
  107. <tbody>
  108. <tr class="altColor">
  109. <td class="colLast"><code><span class="memberNameLink"><a href="../../../api/CpsAPI.html#CpsAPI-ui.controller.Control-">CpsAPI</a></span>(<a href="../../../ui/controller/Control.html" title="class in ui.controller">Control</a>&nbsp;cont)</code>
  110. <div class="block">Constructor.</div>
  111. </td>
  112. </tr>
  113. </tbody>
  114. </table>
  115. </li>
  116. <li class="blockList"><a name="ui.view">
  117. <!-- -->
  118. </a>
  119. <h3>Uses of <a href="../../../ui/controller/Control.html" title="class in ui.controller">Control</a> in <a href="../../../ui/view/package-summary.html">ui.view</a></h3>
  120. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  121. <caption><span>Methods in <a href="../../../ui/view/package-summary.html">ui.view</a> with parameters of type <a href="../../../ui/controller/Control.html" title="class in ui.controller">Control</a></span><span class="tabEnd">&nbsp;</span></caption>
  122. <tr>
  123. <th class="colFirst" scope="col">Modifier and Type</th>
  124. <th class="colLast" scope="col">Method and Description</th>
  125. </tr>
  126. <tbody>
  127. <tr class="altColor">
  128. <td class="colFirst"><code>void</code></td>
  129. <td class="colLast"><span class="typeNameLabel">EditEdgesPopUp.</span><code><span class="memberNameLink"><a href="../../../ui/view/EditEdgesPopUp.html#setController-ui.controller.Control-">setController</a></span>(<a href="../../../ui/controller/Control.html" title="class in ui.controller">Control</a>&nbsp;cont)</code>
  130. <div class="block">set the Controller.</div>
  131. </td>
  132. </tr>
  133. <tr class="rowColor">
  134. <td class="colFirst"><code>void</code></td>
  135. <td class="colLast"><span class="typeNameLabel">AddObjectPopUp.</span><code><span class="memberNameLink"><a href="../../../ui/view/AddObjectPopUp.html#setController-ui.controller.Control-">setController</a></span>(<a href="../../../ui/controller/Control.html" title="class in ui.controller">Control</a>&nbsp;controller)</code>
  136. <div class="block">Sets the Controller.</div>
  137. </td>
  138. </tr>
  139. </tbody>
  140. </table>
  141. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
  142. <caption><span>Constructors in <a href="../../../ui/view/package-summary.html">ui.view</a> with parameters of type <a href="../../../ui/controller/Control.html" title="class in ui.controller">Control</a></span><span class="tabEnd">&nbsp;</span></caption>
  143. <tr>
  144. <th class="colOne" scope="col">Constructor and Description</th>
  145. </tr>
  146. <tbody>
  147. <tr class="altColor">
  148. <td class="colLast"><code><span class="memberNameLink"><a href="../../../ui/view/GUI.html#GUI-ui.controller.Control-">GUI</a></span>(<a href="../../../ui/controller/Control.html" title="class in ui.controller">Control</a>&nbsp;control)</code>
  149. <div class="block">Create the application.</div>
  150. </td>
  151. </tr>
  152. <tr class="rowColor">
  153. <td class="colLast"><code><span class="memberNameLink"><a href="../../../ui/view/MyCanvas.html#MyCanvas-ui.model.Model-ui.controller.Control-">MyCanvas</a></span>(<a href="../../../ui/model/Model.html" title="class in ui.model">Model</a>&nbsp;mod,
  154. <a href="../../../ui/controller/Control.html" title="class in ui.controller">Control</a>&nbsp;control)</code>
  155. <div class="block">Constructor.</div>
  156. </td>
  157. </tr>
  158. <tr class="altColor">
  159. <td class="colLast"><code><span class="memberNameLink"><a href="../../../ui/view/SimulationMenu.html#SimulationMenu-ui.model.Model-ui.controller.Control-">SimulationMenu</a></span>(<a href="../../../ui/model/Model.html" title="class in ui.model">Model</a>&nbsp;mod,
  160. <a href="../../../ui/controller/Control.html" title="class in ui.controller">Control</a>&nbsp;cont)</code>
  161. <div class="block">Constructor.</div>
  162. </td>
  163. </tr>
  164. <tr class="rowColor">
  165. <td class="colLast"><code><span class="memberNameLink"><a href="../../../ui/view/TimePanel.html#TimePanel-ui.model.Model-ui.controller.Control-">TimePanel</a></span>(<a href="../../../ui/model/Model.html" title="class in ui.model">Model</a>&nbsp;mod,
  166. <a href="../../../ui/controller/Control.html" title="class in ui.controller">Control</a>&nbsp;cont)</code>
  167. <div class="block">Constructor.</div>
  168. </td>
  169. </tr>
  170. <tr class="altColor">
  171. <td class="colLast"><code><span class="memberNameLink"><a href="../../../ui/view/UnitGraph.html#UnitGraph-ui.model.Model-ui.controller.Control-">UnitGraph</a></span>(<a href="../../../ui/model/Model.html" title="class in ui.model">Model</a>&nbsp;model,
  172. <a href="../../../ui/controller/Control.html" title="class in ui.controller">Control</a>&nbsp;control)</code>
  173. <div class="block">Constructor.</div>
  174. </td>
  175. </tr>
  176. </tbody>
  177. </table>
  178. </li>
  179. </ul>
  180. </li>
  181. </ul>
  182. </div>
  183. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  184. <div class="bottomNav"><a name="navbar.bottom">
  185. <!-- -->
  186. </a>
  187. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  188. <a name="navbar.bottom.firstrow">
  189. <!-- -->
  190. </a>
  191. <ul class="navList" title="Navigation">
  192. <li><a href="../../../overview-summary.html">Overview</a></li>
  193. <li><a href="../package-summary.html">Package</a></li>
  194. <li><a href="../../../ui/controller/Control.html" title="class in ui.controller">Class</a></li>
  195. <li class="navBarCell1Rev">Use</li>
  196. <li><a href="../package-tree.html">Tree</a></li>
  197. <li><a href="../../../deprecated-list.html">Deprecated</a></li>
  198. <li><a href="../../../index-files/index-1.html">Index</a></li>
  199. <li><a href="../../../help-doc.html">Help</a></li>
  200. </ul>
  201. </div>
  202. <div class="subNav">
  203. <ul class="navList">
  204. <li>Prev</li>
  205. <li>Next</li>
  206. </ul>
  207. <ul class="navList">
  208. <li><a href="../../../index.html?ui/controller/class-use/Control.html" target="_top">Frames</a></li>
  209. <li><a href="Control.html" target="_top">No&nbsp;Frames</a></li>
  210. </ul>
  211. <ul class="navList" id="allclasses_navbar_bottom">
  212. <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  213. </ul>
  214. <div>
  215. <script type="text/javascript"><!--
  216. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  217. if(window==top) {
  218. allClassesLink.style.display = "block";
  219. }
  220. else {
  221. allClassesLink.style.display = "none";
  222. }
  223. //-->
  224. </script>
  225. </div>
  226. <a name="skip.navbar.bottom">
  227. <!-- -->
  228. </a></div>
  229. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  230. </body>
  231. </html>