.Phases.
.Inception.
- Requirements
- Users survey
- Vision
.Elaboration.
- Configuration
- Jython Dependencies
- Interface Specification for Helpers and Tools
- Preferences
.Articles.
- Using a JDOM document as a Swing Document
- Using Jython and Java


.TOC.

Introduction

Details


Jython Dependencies

1. Introduction

This document lists the different relationships between the Jython scripts and the Java classes that constitute the editor core.

All Jython scripts are located inside the Support/Jython directory. All scripts are named after the class to which they are bound to.

2. Details

  • net.sourceforge.spedit.app.Application depends on the Application.py file. This file contains the menu bar creation procedure, and also the bottom navigation bar code.