Package

org.nlogo

app

Permalink

package app

Visibility
  1. Public
  2. All

Type Members

  1. class AboutWindow extends JDialog

    Permalink
  2. class App extends LinkChild with Handler with ExternalFileManager with Handler with Handler with Handler with Handler with Handler with ModelSections with Handler with Handler with Handler with Controllable

    Permalink
  3. class AppFrame extends JFrame with LinkParent with LinkRoot

    Permalink
  4. class CodeToHtml extends AnyRef

    Permalink
  5. class DirtyMonitor extends Handler with Handler with Handler with Handler with Handler with Handler with Handler with Controller

    Permalink
  6. class EditMenu extends Menu with Handler with Handler with Handler

    Permalink
  7. class ExtensionAssistant extends Handler

    Permalink
  8. class FileMenu extends Menu with Handler with Handler

    Permalink
  9. class GUIWorkspaceAction extends AbstractAction

    Permalink
  10. class HelpMenu extends Menu

    Permalink
  11. case class ModelEntry(path: String, modelType: ModelType) extends Product with Serializable

    Permalink
  12. class ModelSaver extends AnyRef

    Permalink
  13. class Open3DViewAction extends GUIWorkspaceAction

    Permalink
  14. class OpenRecentFileAction extends AbstractAction

    Permalink
  15. class RecentFiles extends AnyRef

    Permalink
  16. class RecentFilesMenu extends Menu with Handler with Handler

    Permalink
  17. class SimpleGUIWorkspaceAction extends GUIWorkspaceAction

    Permalink
  18. class Tabs extends JTabbedPane with TabsInterface with ChangeListener with LinkParent with LinkRoot with Handler with Handler with Handler

    Permalink
  19. class ToolsMenu extends Menu

    Permalink
  20. class ZoomMenu extends Menu

    Permalink

Value Members

  1. object App

    Permalink

    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 CodeToHtml

    Permalink
  3. object DirtyMonitor

    Permalink
  4. object OpenRecentFileAction extends Serializable

    Permalink
  5. object Plugins

    Permalink

    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

  6. object Splash

    Permalink
  7. object TaskWarning

    Permalink

    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.

  8. package codetab

    Permalink
  9. package common

    Permalink
  10. package infotab

    Permalink
  11. package interfacetab

    Permalink
  12. package tools

    Permalink

Ungrouped