<!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 (1.8.0_111) on Mon Dec 19 20:43:56 CET 2016 --> <title>GUI</title> <meta name="date" content="2016-12-19"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> <script type="text/javascript" src="../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="GUI"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <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="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">Ecologia</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../view/GenomeConfig.html" title="class in view"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../view/HelpWindow.html" title="class in view"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?view/GUI.html" target="_top">Frames</a></li> <li><a href="GUI.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: </li> <li><a href="#nested.classes.inherited.from.class.javax.swing.JFrame">Nested</a> | </li> <li><a href="#field.summary">Field</a> | </li> <li><a href="#constructor.summary">Constr</a> | </li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li><a href="#field.detail">Field</a> | </li> <li><a href="#constructor.detail">Constr</a> | </li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">view</div> <h2 title="Class GUI" class="title">Class GUI</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.awt.Component</li> <li> <ul class="inheritance"> <li>java.awt.Container</li> <li> <ul class="inheritance"> <li>java.awt.Window</li> <li> <ul class="inheritance"> <li>java.awt.Frame</li> <li> <ul class="inheritance"> <li>javax.swing.JFrame</li> <li> <ul class="inheritance"> <li>view.GUI</li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants</dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">GUI</span> extends javax.swing.JFrame</pre> <div class="block">This class is the main class of the view package. It combines all the different GUI components required for the programme.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../serialized-form.html#view.GUI">Serialized Form</a></dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested.class.summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <ul class="blockList"> <li class="blockList"><a name="nested.classes.inherited.from.class.javax.swing.JFrame"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class javax.swing.JFrame</h3> <code>javax.swing.JFrame.AccessibleJFrame</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Frame"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class java.awt.Frame</h3> <code>java.awt.Frame.AccessibleAWTFrame</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Window"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class java.awt.Window</h3> <code>java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Container"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class java.awt.Container</h3> <code>java.awt.Container.AccessibleAWTContainer</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Component"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class java.awt.Component</h3> <code>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</code></li> </ul> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd"> </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>private javax.swing.JMenuItem</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#about">about</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.JLabel</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#carnivore_counter">carnivore_counter</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.JFileChooser</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#configChooser">configChooser</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.JMenuItem</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#configFileDialog">configFileDialog</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.JMenu</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#configuration">configuration</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.JCheckBox</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#disableDisplay">disableDisplay</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../view/Display.html" title="class in view">Display</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#display">display</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.JMenuItem</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#exit">exit</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.JMenu</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#file">file</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.JLabel</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#generation_counter">generation_counter</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../view/GenomeConfig.html" title="class in view">GenomeConfig</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#genomeConfig">genomeConfig</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.JMenuItem</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#genomeConfigBox">genomeConfigBox</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.JLabel</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#grass_counter">grass_counter</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.JMenuItem</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#help">help</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.JMenu</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#help_menu">help_menu</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../view/HelpWindow.html" title="class in view">HelpWindow</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#helpWindow">helpWindow</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.JLabel</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#herbivore_counter">herbivore_counter</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.JComboBox<java.lang.String></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#humidityChooser">humidityChooser</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.Box</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#information">information</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.JMenuBar</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#menubar">menubar</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.JMenuItem</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#new_run">new_run</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.JButton</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#next">next</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../view/ProgramConfig.html" title="class in view">ProgramConfig</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#programConfig">programConfig</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.JMenuItem</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#programConfigBox">programConfigBox</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.JButton</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#run">run</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.JScrollPane</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#scrollscreen">scrollscreen</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.JScrollPane</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#scrollticker">scrollticker</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#serialVersionUID">serialVersionUID</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.JMenuItem</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#simConfigBox">simConfigBox</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../view/SimulationConfig.html" title="class in view">SimulationConfig</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#simulationConfig">simulationConfig</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.JSlider</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#speedSlider">speedSlider</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.JTextField</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#stopAtField">stopAtField</a></span></code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private javax.swing.JTextArea</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#ticker">ticker</a></span></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private javax.swing.JLabel</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#update_counter">update_counter</a></span></code> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.javax.swing.JFrame"> <!-- --> </a> <h3>Fields inherited from class javax.swing.JFrame</h3> <code>accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.java.awt.Frame"> <!-- --> </a> <h3>Fields inherited from class java.awt.Frame</h3> <code>CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.java.awt.Component"> <!-- --> </a> <h3>Fields inherited from class java.awt.Component</h3> <code>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.javax.swing.WindowConstants"> <!-- --> </a> <h3>Fields inherited from interface javax.swing.WindowConstants</h3> <code>DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.java.awt.image.ImageObserver"> <!-- --> </a> <h3>Fields inherited from interface java.awt.image.ImageObserver</h3> <code>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd"> </span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../view/GUI.html#GUI--">GUI</a></span>()</code> <div class="block">The constructor.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#addDisplay--">addDisplay</a></span>()</code> <div class="block">Add the actual display.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#addInformationPanel--">addInformationPanel</a></span>()</code> <div class="block">Add the information panel at the side</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#createMenu--">createMenu</a></span>()</code> <div class="block">Add the menubar</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#displayNews--">displayNews</a></span>()</code> <div class="block">Display news items on the ticker</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#reset--">reset</a></span>()</code> <div class="block">Destroy all windows in preparation for a new run.</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../view/GUI.html#update--">update</a></span>()</code> <div class="block">Update the GUI.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.javax.swing.JFrame"> <!-- --> </a> <h3>Methods inherited from class javax.swing.JFrame</h3> <code>addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.awt.Frame"> <!-- --> </a> <h3>Methods inherited from class java.awt.Frame</h3> <code>addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setBackground, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setOpacity, setResizable, setShape, setState, setTitle, setUndecorated</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.awt.Window"> <!-- --> </a> <h3>Methods inherited from class java.awt.Window</h3> <code>addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBackground, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOpacity, getOwnedWindows, getOwner, getOwnerlessWindows, getShape, getToolkit, getType, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setType, setVisible, show, toBack, toFront</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.awt.Container"> <!-- --> </a> <h3>Methods inherited from class java.awt.Container</h3> <code>add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate, validateTree</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.awt.Component"> <!-- --> </a> <h3>Methods inherited from class java.awt.Component</h3> <code>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, revalidate, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.awt.MenuContainer"> <!-- --> </a> <h3>Methods inherited from interface java.awt.MenuContainer</h3> <code>getFont, postEvent</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="serialVersionUID"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>serialVersionUID</h4> <pre>private static final long serialVersionUID</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../constant-values.html#view.GUI.serialVersionUID">Constant Field Values</a></dd> </dl> </li> </ul> <a name="information"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>information</h4> <pre>private javax.swing.Box information</pre> </li> </ul> <a name="menubar"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>menubar</h4> <pre>private javax.swing.JMenuBar menubar</pre> </li> </ul> <a name="file"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>file</h4> <pre>private javax.swing.JMenu file</pre> </li> </ul> <a name="configuration"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>configuration</h4> <pre>private javax.swing.JMenu configuration</pre> </li> </ul> <a name="help_menu"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>help_menu</h4> <pre>private javax.swing.JMenu help_menu</pre> </li> </ul> <a name="new_run"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>new_run</h4> <pre>private javax.swing.JMenuItem new_run</pre> </li> </ul> <a name="exit"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>exit</h4> <pre>private javax.swing.JMenuItem exit</pre> </li> </ul> <a name="programConfigBox"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>programConfigBox</h4> <pre>private javax.swing.JMenuItem programConfigBox</pre> </li> </ul> <a name="simConfigBox"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>simConfigBox</h4> <pre>private javax.swing.JMenuItem simConfigBox</pre> </li> </ul> <a name="genomeConfigBox"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>genomeConfigBox</h4> <pre>private javax.swing.JMenuItem genomeConfigBox</pre> </li> </ul> <a name="configFileDialog"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>configFileDialog</h4> <pre>private javax.swing.JMenuItem configFileDialog</pre> </li> </ul> <a name="help"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>help</h4> <pre>private javax.swing.JMenuItem help</pre> </li> </ul> <a name="about"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>about</h4> <pre>private javax.swing.JMenuItem about</pre> </li> </ul> <a name="update_counter"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>update_counter</h4> <pre>private javax.swing.JLabel update_counter</pre> </li> </ul> <a name="herbivore_counter"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>herbivore_counter</h4> <pre>private javax.swing.JLabel herbivore_counter</pre> </li> </ul> <a name="carnivore_counter"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>carnivore_counter</h4> <pre>private javax.swing.JLabel carnivore_counter</pre> </li> </ul> <a name="generation_counter"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>generation_counter</h4> <pre>private javax.swing.JLabel generation_counter</pre> </li> </ul> <a name="grass_counter"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>grass_counter</h4> <pre>private javax.swing.JLabel grass_counter</pre> </li> </ul> <a name="humidityChooser"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>humidityChooser</h4> <pre>private javax.swing.JComboBox<java.lang.String> humidityChooser</pre> </li> </ul> <a name="ticker"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ticker</h4> <pre>private javax.swing.JTextArea ticker</pre> </li> </ul> <a name="stopAtField"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>stopAtField</h4> <pre>private javax.swing.JTextField stopAtField</pre> </li> </ul> <a name="disableDisplay"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>disableDisplay</h4> <pre>private javax.swing.JCheckBox disableDisplay</pre> </li> </ul> <a name="scrollticker"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>scrollticker</h4> <pre>private javax.swing.JScrollPane scrollticker</pre> </li> </ul> <a name="scrollscreen"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>scrollscreen</h4> <pre>private javax.swing.JScrollPane scrollscreen</pre> </li> </ul> <a name="run"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>run</h4> <pre>private javax.swing.JButton run</pre> </li> </ul> <a name="next"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>next</h4> <pre>private javax.swing.JButton next</pre> </li> </ul> <a name="speedSlider"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>speedSlider</h4> <pre>private javax.swing.JSlider speedSlider</pre> </li> </ul> <a name="display"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>display</h4> <pre>private <a href="../view/Display.html" title="class in view">Display</a> display</pre> </li> </ul> <a name="programConfig"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>programConfig</h4> <pre>private <a href="../view/ProgramConfig.html" title="class in view">ProgramConfig</a> programConfig</pre> </li> </ul> <a name="simulationConfig"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>simulationConfig</h4> <pre>private <a href="../view/SimulationConfig.html" title="class in view">SimulationConfig</a> simulationConfig</pre> </li> </ul> <a name="genomeConfig"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>genomeConfig</h4> <pre>private <a href="../view/GenomeConfig.html" title="class in view">GenomeConfig</a> genomeConfig</pre> </li> </ul> <a name="configChooser"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>configChooser</h4> <pre>private javax.swing.JFileChooser configChooser</pre> </li> </ul> <a name="helpWindow"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>helpWindow</h4> <pre>private <a href="../view/HelpWindow.html" title="class in view">HelpWindow</a> helpWindow</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="GUI--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>GUI</h4> <pre>public GUI()</pre> <div class="block">The constructor.</div> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="update--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>update</h4> <pre>public void update()</pre> <div class="block">Update the GUI.</div> </li> </ul> <a name="createMenu--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createMenu</h4> <pre>private void createMenu()</pre> <div class="block">Add the menubar</div> </li> </ul> <a name="addInformationPanel--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addInformationPanel</h4> <pre>private void addInformationPanel()</pre> <div class="block">Add the information panel at the side</div> </li> </ul> <a name="addDisplay--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addDisplay</h4> <pre>private void addDisplay()</pre> <div class="block">Add the actual display.</div> </li> </ul> <a name="reset--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>reset</h4> <pre>public void reset()</pre> <div class="block">Destroy all windows in preparation for a new run.</div> </li> </ul> <a name="displayNews--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>displayNews</h4> <pre>public void displayNews()</pre> <div class="block">Display news items on the ticker</div> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <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="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">Ecologia</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../view/GenomeConfig.html" title="class in view"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../view/HelpWindow.html" title="class in view"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?view/GUI.html" target="_top">Frames</a></li> <li><a href="GUI.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: </li> <li><a href="#nested.classes.inherited.from.class.javax.swing.JFrame">Nested</a> | </li> <li><a href="#field.summary">Field</a> | </li> <li><a href="#constructor.summary">Constr</a> | </li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li><a href="#field.detail">Field</a> | </li> <li><a href="#constructor.detail">Constr</a> | </li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>