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 ConvertIncludeFile extends AnyRef
  6. class DirtyMonitor extends Handler with Handler with Handler with Handler with Handler with Handler with Handler with Handler with Controller
  7. class EditMenu extends Menu
  8. class ExtensionAssistant extends Handler
  9. 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)

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

Value Members

  1. object Adapters
  2. 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.

  3. object DirtyMonitor
  4. object EditMenu extends Serializable
  5. object FileManager
  6. object FileMenu extends Serializable
  7. object HelpActions
  8. object HelpMenu extends Serializable
  9. object OfferSaveExternalsDialog
  10. object OpenRecentFileAction extends Serializable
  11. 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

  12. object ShowPreferencesDialog extends Serializable
  13. object Splash
  14. object ToolsMenu extends Serializable

Ungrouped