Package

org.nlogo

app

Permalink

package app

Visibility
  1. Public
  2. All

Type Members

  1. class AboutWindow extends JDialog

    Permalink
  2. abstract class AgentMonitor extends JPanel with CommandCenterInterface

    Permalink
  3. class AgentMonitorEditor extends JPanel

    Permalink
  4. class AgentMonitorManager extends LinkChild with LinkParent

    Permalink
  5. class AgentMonitorView extends View

    Permalink
  6. class AgentMonitorViewPanel extends JPanel

    Permalink
  7. class AgentMonitorWindow extends JWindow with LinkChild with Handler with Handler with Handler

    Permalink
  8. class AgentVarEditor extends JobWidget with KeyListener with FocusListener with Handler

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

    Permalink
  10. class AppFrame extends JFrame with LinkParent

    Permalink
  11. class CodeTab extends JPanel with ProceduresInterface with ProceduresMenuTarget with Handler with Handler with Zoomable with Printable

    Permalink
  12. class CommandCenter extends JPanel with Zoomable with CommandCenterInterface with Handler with Handler

    Permalink
  13. class CommandLine extends JobWidget with ActionListener with KeyListener with Handler

    Permalink
  14. class DirtyMonitor extends Handler with Handler with Handler with Handler with Handler with Handler with Handler

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

    Permalink
  16. class EditorAreaWrapper extends EditorAreaInterface

    Permalink
  17. class EditorFactory extends window.EditorFactory

    Permalink
  18. class ExtensionAssistant extends Handler

    Permalink
  19. class FileMenu extends Menu with Handler

    Permalink
  20. class FindDialog extends JDialog with ActionListener

    Permalink
  21. class GraphicsPreview extends JPanel with GraphicsPreviewInterface

    Permalink
  22. class HelpMenu extends Menu

    Permalink
  23. class HistoryPrompt extends JButton

    Permalink
  24. class IncludesMenu extends ToolBarMenu with Handler

    Permalink
  25. class InfoTab extends JPanel with DocumentListener with Printable with HyperlinkListener with Handler with Handler with Zoomable

    Permalink
  26. class InterfaceTab extends JPanel with Handler with Handler with Handler with Handler with Handler with Printable

    Permalink
  27. class InterfaceToolBar extends ToolBar with WidgetCreator with Handler with Handler with Handler with Handler with Handler with Handler with ActionListener

    Permalink
  28. class JarTemplateLoader extends NLWTemplateLoader

    Permalink
  29. class LinePrompt extends JComponent with MouseListener

    Permalink
  30. class MainCodeTab extends CodeTab with Handler

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

    Permalink
  32. class ModelSaver extends AnyRef

    Permalink
  33. trait NLWTemplateLoader extends AnyRef

    Permalink
  34. class NetLogoWebSaver extends AnyRef

    Permalink
  35. class ProceduresMenu extends ToolBarMenu

    Permalink
  36. trait ProceduresMenuTarget extends AnyRef

    Permalink
  37. class ProceduresToHtml extends ProceduresToHtmlInterface

    Permalink
  38. trait ProceduresToHtmlInterface extends AnyRef

    Permalink
  39. class RecentFiles extends AnyRef

    Permalink
  40. class RecentFilesMenu extends Menu with Handler with Handler

    Permalink
  41. class SmartIndenter extends IndenterInterface

    Permalink
  42. class Tabs extends JTabbedPane with ChangeListener with LinkParent with Handler with Handler with Handler

    Permalink
  43. class TemporaryCodeTab extends CodeTab with Handler with Handler with Handler

    Permalink
  44. class ToolsMenu extends Menu

    Permalink
  45. trait WidgetCreator extends AnyRef

    Permalink
  46. class WidgetPanel extends AbstractWidgetPanel with WidgetContainer with MouseListener with MouseMotionListener with FocusListener with Handler with Handler with Handler

    Permalink
  47. class WidgetWrapper extends JLayeredPane with WidgetWrapperInterface with MouseListener with MouseMotionListener with Handler

    Permalink
  48. 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 CommandLine extends Serializable

    Permalink
  3. object DirtyMonitor

    Permalink
  4. object InfoConverter

    Permalink

    Through NetLogo 4.1 (since 2.0 or so), we used a custom wiki-type format, with custom code for converting it to HTML for display.

    Through NetLogo 4.1 (since 2.0 or so), we used a custom wiki-type format, with custom code for converting it to HTML for display. Now we use Markdown, but old models must be supported, so we convert the old markup to Markdown.

  5. object InfoFormatter

    Permalink
  6. object ModelsLibraryIndexReader

    Permalink
  7. object NetLogoWebSaver

    Permalink
  8. 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

  9. object ProceduresToHtml

    Permalink
  10. object Splash

    Permalink
  11. object TaskWarning

    Permalink

    Detect if an exported world will contain any tasks.

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

  12. object TemporaryCodeTab extends Serializable

    Permalink

Ungrouped