Packages

package app

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AboutWindow extends JDialog
  2. abstract class AbstractTabsPanel extends JTabbedPane
  3. 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 Handler with Controllable
  4. class AppControlSet extends ControlSet
  5. class AppFrame extends JFrame with LinkParent with LinkRoot
  6. class AppTabManager extends AnyRef
  7. class CodeTabContainer extends JFrame with LinkChild
  8. class CodeTabsPanel extends AbstractTabsPanel with ChangeListener with Handler with LinkParent with LinkRoot
  9. class ConvertIncludeFile extends AnyRef
  10. class DirtyMonitor extends Handler with Handler with Handler with Handler with Handler with Handler with Handler with Handler with Controller
  11. class EditMenu extends Menu
  12. class ExtensionAssistant extends Handler
  13. 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)

  14. class FileMenu extends Menu
  15. class HelpMenu extends Menu
  16. class LocalBrowseAction extends AbstractAction with MenuAction
  17. class MenuBar extends JMenuBar with EditorMenu with Menu
  18. case class ModelEntry(path: String, modelType: ModelType) extends Product with Serializable
  19. class ModelSaver extends AnyRef
  20. class OpenColorDialog extends ShowDialogAction with MenuAction
  21. class OpenHubNetClientEditor extends AbstractAction with MenuAction
  22. class OpenLibrariesDialog extends ShowDialogAction with MenuAction
  23. class OpenRecentFileAction extends AbstractAction with MenuAction
  24. class RecentFiles extends AnyRef
  25. class RecentFilesMenu extends Handler with Handler
  26. class RemoteBrowseAction extends AbstractAction with MenuAction
  27. class ShowAboutWindow extends AbstractAction with MenuAction
  28. abstract class ShowDialogAction extends AbstractAction
  29. class ShowPreferencesDialog extends ShowDialogAction with MenuAction
  30. class ShowShapeManager extends AbstractAction with MenuAction
  31. class ShowSystemDynamicsModeler extends AbstractAction with MenuAction
  32. class Tabs extends AbstractTabsPanel with TabsInterface with ChangeListener with LinkParent with LinkRoot with Handler with Handler with Handler with Handler with Handler with Handler
  33. class TabsMenu extends Menu
  34. class ToolsMenu extends Menu with Menu
  35. 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 CodeTabContainer extends Serializable
  4. object DirtyMonitor
  5. object EditMenu extends Serializable
  6. object FileManager
  7. object FileMenu extends Serializable
  8. object HelpActions
  9. object HelpMenu extends Serializable
  10. object OfferSaveExternalsDialog
  11. object OpenRecentFileAction extends Serializable
  12. 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

  13. object Splash
  14. object StartupError
  15. object TabsMenu extends Serializable
  16. object ToolsMenu extends Serializable

Ungrouped