Packages

package app

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AboutWindow extends JDialog
  2. class App extends LinkChild with Handler with Handler with Handler with Handler with Handler with Handler with ModelSections with Handler with Handler with Handler with Controllable
  3. class AppControlSet extends ControlSet
  4. class AppFrame extends JFrame with LinkParent with LinkRoot
  5. class DirtyMonitor extends Handler with Handler with Handler with Handler with Handler with Handler with Handler with Handler with Controller
  6. class EditMenu extends Menu
  7. class ExtensionAssistant extends Handler
  8. class FileManager extends Handler with Handler

    This class manages a number of file operations.

    This class manages a number of file operations. Much of the code in here used to live in fileMenu, but it's obviously undesirable to couple the behavior in this class too closely to its presentation (the menu)

  9. class FileMenu extends Menu
  10. class HelpMenu extends Menu
  11. class LocalBrowseAction extends AbstractAction with MenuAction
  12. class MenuBar extends JMenuBar with EditorMenu with Menu
  13. case class ModelEntry (path: String, modelType: ModelType) extends Product with Serializable
  14. class ModelSaver extends AnyRef
  15. class OpenColorDialog extends ShowDialogAction with MenuAction
  16. class OpenHubNetClientEditor extends AbstractAction with MenuAction
  17. class OpenRecentFileAction extends AbstractAction with MenuAction
  18. class RecentFiles extends AnyRef
  19. class RecentFilesMenu extends Handler with Handler
  20. class RemoteBrowseAction extends AbstractAction with MenuAction
  21. class ShowAboutWindow extends AbstractAction with MenuAction
  22. abstract class ShowDialogAction extends AbstractAction
  23. class ShowPreferencesDialog extends ShowDialogAction with MenuAction
  24. class ShowShapeManager extends AbstractAction with MenuAction
  25. class ShowSystemDynamicsModeler extends AbstractAction with MenuAction
  26. class Tabs extends JTabbedPane with TabsInterface with ChangeListener with LinkParent with LinkRoot with Handler with Handler with Handler with Handler with Handler with Handler
  27. class ToolsMenu extends Menu with Menu
  28. class ZoomMenu extends Menu

Value Members

  1. object App

    The main class for the complete NetLogo application.

    The main class for the complete NetLogo application.

    All methods in this class, including the constructor, must be called from the AWT event queue thread, unless otherwise specified.

    See the "Controlling" section of the NetLogo User Manual for example code.

  2. object DirtyMonitor
  3. object EditMenu extends Serializable
  4. object FileManager
  5. object FileMenu extends Serializable
  6. object HelpActions
  7. object HelpMenu extends Serializable
  8. object OfferSaveExternalsDialog
  9. object OpenRecentFileAction extends Serializable
  10. object Plugins

    Loads plugins.

    Loads plugins. Plugins are instantiated using PicoContainer so that arbitrary constructor parameters can be injected. (Currently a plugin is always an extra tab, but we plan to generalize so e.g. BehaviorSpace will be a plugin too, maybe HubNet, etc.) - ST 6/8/11

  11. object ShowPreferencesDialog extends Serializable
  12. object Splash
  13. object TaskWarning

    Detect if an exported world will contain any anonymous procedures.

    Detect if an exported world will contain any anonymous procedures. If it will, warn the user, since the file won't re-import.

  14. object ToolsMenu extends Serializable

Ungrouped