SimulationMenu.html 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  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:16 CEST 2016 -->
  6. <title>SimulationMenu</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="SimulationMenu";
  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 class="navBarCell1Rev">Class</li>
  37. <li><a href="class-use/SimulationMenu.html">Use</a></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><a href="../../ui/view/ShowedInformationPopUp.html" title="class in ui.view"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  47. <li><a href="../../ui/view/TimePanel.html" title="class in ui.view"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../../index.html?ui/view/SimulationMenu.html" target="_top">Frames</a></li>
  51. <li><a href="SimulationMenu.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. <div>
  69. <ul class="subNavList">
  70. <li>Summary:&nbsp;</li>
  71. <li><a href="#nested.classes.inherited.from.class.javax.swing.JComponent">Nested</a>&nbsp;|&nbsp;</li>
  72. <li><a href="#fields.inherited.from.class.javax.swing.JComponent">Field</a>&nbsp;|&nbsp;</li>
  73. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  74. <li><a href="#methods.inherited.from.class.javax.swing.JMenuBar">Method</a></li>
  75. </ul>
  76. <ul class="subNavList">
  77. <li>Detail:&nbsp;</li>
  78. <li>Field&nbsp;|&nbsp;</li>
  79. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  80. <li>Method</li>
  81. </ul>
  82. </div>
  83. <a name="skip.navbar.top">
  84. <!-- -->
  85. </a></div>
  86. <!-- ========= END OF TOP NAVBAR ========= -->
  87. <!-- ======== START OF CLASS DATA ======== -->
  88. <div class="header">
  89. <div class="subTitle">ui.view</div>
  90. <h2 title="Class SimulationMenu" class="title">Class SimulationMenu</h2>
  91. </div>
  92. <div class="contentContainer">
  93. <ul class="inheritance">
  94. <li>java.lang.Object</li>
  95. <li>
  96. <ul class="inheritance">
  97. <li>java.awt.Component</li>
  98. <li>
  99. <ul class="inheritance">
  100. <li>java.awt.Container</li>
  101. <li>
  102. <ul class="inheritance">
  103. <li>javax.swing.JComponent</li>
  104. <li>
  105. <ul class="inheritance">
  106. <li>javax.swing.JMenuBar</li>
  107. <li>
  108. <ul class="inheritance">
  109. <li>ui.view.SimulationMenu</li>
  110. </ul>
  111. </li>
  112. </ul>
  113. </li>
  114. </ul>
  115. </li>
  116. </ul>
  117. </li>
  118. </ul>
  119. </li>
  120. </ul>
  121. <div class="description">
  122. <ul class="blockList">
  123. <li class="blockList">
  124. <dl>
  125. <dt>All Implemented Interfaces:</dt>
  126. <dd>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.MenuElement</dd>
  127. </dl>
  128. <hr>
  129. <br>
  130. <pre>public class <span class="typeNameLabel">SimulationMenu</span>
  131. extends javax.swing.JMenuBar</pre>
  132. <div class="block">This Class represents the Menu, where you can edit stuff about the
  133. Simulation.</div>
  134. <dl>
  135. <dt><span class="simpleTagLabel">Author:</span></dt>
  136. <dd>Gruppe14</dd>
  137. <dt><span class="seeLabel">See Also:</span></dt>
  138. <dd><a href="../../serialized-form.html#ui.view.SimulationMenu">Serialized Form</a></dd>
  139. </dl>
  140. </li>
  141. </ul>
  142. </div>
  143. <div class="summary">
  144. <ul class="blockList">
  145. <li class="blockList">
  146. <!-- ======== NESTED CLASS SUMMARY ======== -->
  147. <ul class="blockList">
  148. <li class="blockList"><a name="nested.class.summary">
  149. <!-- -->
  150. </a>
  151. <h3>Nested Class Summary</h3>
  152. <ul class="blockList">
  153. <li class="blockList"><a name="nested.classes.inherited.from.class.javax.swing.JComponent">
  154. <!-- -->
  155. </a>
  156. <h3>Nested classes/interfaces inherited from class&nbsp;javax.swing.JComponent</h3>
  157. <code>javax.swing.JComponent.AccessibleJComponent</code></li>
  158. </ul>
  159. <ul class="blockList">
  160. <li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Component">
  161. <!-- -->
  162. </a>
  163. <h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Component</h3>
  164. <code>java.awt.Component.BaselineResizeBehavior</code></li>
  165. </ul>
  166. </li>
  167. </ul>
  168. <!-- =========== FIELD SUMMARY =========== -->
  169. <ul class="blockList">
  170. <li class="blockList"><a name="field.summary">
  171. <!-- -->
  172. </a>
  173. <h3>Field Summary</h3>
  174. <ul class="blockList">
  175. <li class="blockList"><a name="fields.inherited.from.class.javax.swing.JComponent">
  176. <!-- -->
  177. </a>
  178. <h3>Fields inherited from class&nbsp;javax.swing.JComponent</h3>
  179. <code>TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW</code></li>
  180. </ul>
  181. <ul class="blockList">
  182. <li class="blockList"><a name="fields.inherited.from.class.java.awt.Component">
  183. <!-- -->
  184. </a>
  185. <h3>Fields inherited from class&nbsp;java.awt.Component</h3>
  186. <code>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</code></li>
  187. </ul>
  188. <ul class="blockList">
  189. <li class="blockList"><a name="fields.inherited.from.class.java.awt.image.ImageObserver">
  190. <!-- -->
  191. </a>
  192. <h3>Fields inherited from interface&nbsp;java.awt.image.ImageObserver</h3>
  193. <code>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</code></li>
  194. </ul>
  195. </li>
  196. </ul>
  197. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  198. <ul class="blockList">
  199. <li class="blockList"><a name="constructor.summary">
  200. <!-- -->
  201. </a>
  202. <h3>Constructor Summary</h3>
  203. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  204. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  205. <tr>
  206. <th class="colOne" scope="col">Constructor and Description</th>
  207. </tr>
  208. <tr class="altColor">
  209. <td class="colOne"><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,
  210. <a href="../../ui/controller/Control.html" title="class in ui.controller">Control</a>&nbsp;cont)</code>
  211. <div class="block">Constructor.</div>
  212. </td>
  213. </tr>
  214. </table>
  215. </li>
  216. </ul>
  217. <!-- ========== METHOD SUMMARY =========== -->
  218. <ul class="blockList">
  219. <li class="blockList"><a name="method.summary">
  220. <!-- -->
  221. </a>
  222. <h3>Method Summary</h3>
  223. <ul class="blockList">
  224. <li class="blockList"><a name="methods.inherited.from.class.javax.swing.JMenuBar">
  225. <!-- -->
  226. </a>
  227. <h3>Methods inherited from class&nbsp;javax.swing.JMenuBar</h3>
  228. <code>add, addNotify, getAccessibleContext, getComponent, getComponentAtIndex, getComponentIndex, getHelpMenu, getMargin, getMenu, getMenuCount, getSelectionModel, getSubElements, getUI, getUIClassID, isBorderPainted, isSelected, menuSelectionChanged, processKeyEvent, processMouseEvent, removeNotify, setBorderPainted, setHelpMenu, setMargin, setSelected, setSelectionModel, setUI, updateUI</code></li>
  229. </ul>
  230. <ul class="blockList">
  231. <li class="blockList"><a name="methods.inherited.from.class.javax.swing.JComponent">
  232. <!-- -->
  233. </a>
  234. <h3>Methods inherited from class&nbsp;javax.swing.JComponent</h3>
  235. <code>addAncestorListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintImmediately, paintImmediately, print, printAll, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update</code></li>
  236. </ul>
  237. <ul class="blockList">
  238. <li class="blockList"><a name="methods.inherited.from.class.java.awt.Container">
  239. <!-- -->
  240. </a>
  241. <h3>Methods inherited from class&nbsp;java.awt.Container</h3>
  242. <code>add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate</code></li>
  243. </ul>
  244. <ul class="blockList">
  245. <li class="blockList"><a name="methods.inherited.from.class.java.awt.Component">
  246. <!-- -->
  247. </a>
  248. <h3>Methods inherited from class&nbsp;java.awt.Component</h3>
  249. <code>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</code></li>
  250. </ul>
  251. <ul class="blockList">
  252. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  253. <!-- -->
  254. </a>
  255. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  256. <code>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
  257. </ul>
  258. </li>
  259. </ul>
  260. </li>
  261. </ul>
  262. </div>
  263. <div class="details">
  264. <ul class="blockList">
  265. <li class="blockList">
  266. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  267. <ul class="blockList">
  268. <li class="blockList"><a name="constructor.detail">
  269. <!-- -->
  270. </a>
  271. <h3>Constructor Detail</h3>
  272. <a name="SimulationMenu-ui.model.Model-ui.controller.Control-">
  273. <!-- -->
  274. </a>
  275. <ul class="blockListLast">
  276. <li class="blockList">
  277. <h4>SimulationMenu</h4>
  278. <pre>public&nbsp;SimulationMenu(<a href="../../ui/model/Model.html" title="class in ui.model">Model</a>&nbsp;mod,
  279. <a href="../../ui/controller/Control.html" title="class in ui.controller">Control</a>&nbsp;cont)</pre>
  280. <div class="block">Constructor.</div>
  281. <dl>
  282. <dt><span class="paramLabel">Parameters:</span></dt>
  283. <dd><code>mod</code> - the Model</dd>
  284. <dd><code>cont</code> - the Controller</dd>
  285. </dl>
  286. </li>
  287. </ul>
  288. </li>
  289. </ul>
  290. </li>
  291. </ul>
  292. </div>
  293. </div>
  294. <!-- ========= END OF CLASS DATA ========= -->
  295. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  296. <div class="bottomNav"><a name="navbar.bottom">
  297. <!-- -->
  298. </a>
  299. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  300. <a name="navbar.bottom.firstrow">
  301. <!-- -->
  302. </a>
  303. <ul class="navList" title="Navigation">
  304. <li><a href="../../overview-summary.html">Overview</a></li>
  305. <li><a href="package-summary.html">Package</a></li>
  306. <li class="navBarCell1Rev">Class</li>
  307. <li><a href="class-use/SimulationMenu.html">Use</a></li>
  308. <li><a href="package-tree.html">Tree</a></li>
  309. <li><a href="../../deprecated-list.html">Deprecated</a></li>
  310. <li><a href="../../index-files/index-1.html">Index</a></li>
  311. <li><a href="../../help-doc.html">Help</a></li>
  312. </ul>
  313. </div>
  314. <div class="subNav">
  315. <ul class="navList">
  316. <li><a href="../../ui/view/ShowedInformationPopUp.html" title="class in ui.view"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  317. <li><a href="../../ui/view/TimePanel.html" title="class in ui.view"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  318. </ul>
  319. <ul class="navList">
  320. <li><a href="../../index.html?ui/view/SimulationMenu.html" target="_top">Frames</a></li>
  321. <li><a href="SimulationMenu.html" target="_top">No&nbsp;Frames</a></li>
  322. </ul>
  323. <ul class="navList" id="allclasses_navbar_bottom">
  324. <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  325. </ul>
  326. <div>
  327. <script type="text/javascript"><!--
  328. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  329. if(window==top) {
  330. allClassesLink.style.display = "block";
  331. }
  332. else {
  333. allClassesLink.style.display = "none";
  334. }
  335. //-->
  336. </script>
  337. </div>
  338. <div>
  339. <ul class="subNavList">
  340. <li>Summary:&nbsp;</li>
  341. <li><a href="#nested.classes.inherited.from.class.javax.swing.JComponent">Nested</a>&nbsp;|&nbsp;</li>
  342. <li><a href="#fields.inherited.from.class.javax.swing.JComponent">Field</a>&nbsp;|&nbsp;</li>
  343. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  344. <li><a href="#methods.inherited.from.class.javax.swing.JMenuBar">Method</a></li>
  345. </ul>
  346. <ul class="subNavList">
  347. <li>Detail:&nbsp;</li>
  348. <li>Field&nbsp;|&nbsp;</li>
  349. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  350. <li>Method</li>
  351. </ul>
  352. </div>
  353. <a name="skip.navbar.bottom">
  354. <!-- -->
  355. </a></div>
  356. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  357. </body>
  358. </html>