Package: Difference between revisions

From FreeMind
Jump to navigationJump to search
(+ some packages of 0.9.0)
(deepen)
Line 3: Line 3:
The structure of Java packages in FreeMind 0.9.0 (Source: CVS [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/?pathrev=fm_0_9_0_rc1]):
The structure of Java packages in FreeMind 0.9.0 (Source: CVS [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/?pathrev=fm_0_9_0_rc1]):


* common
* freemind
* controller
** filter
** printpreview
* extensions
* main
* modes
** attributes
** browsemode
** common
** common
** filemode
** controller
** mindmapmode
*** filter
*** actions
*** printpreview
**** xml
** extensions
*** attributeactors
** main
*** dialogs
** modes
*** hooks
*** attributes
*** listeners
*** browsemode
** schememode
*** common
** viewmodes
*** filemode
* preferences
*** mindmapmode
** layout
**** actions
* view
***** xml
** mindmapview
**** attributeactors
**** dialogs
**** hooks
**** listeners
*** schememode
*** viewmodes
** preferences
*** layout
** view
*** mindmapview


Only those packages are included in this list that contain at least one class.
Only those packages are included in this list that contain at least one class.
==Packages in 0.7.1==
The structure of Java packages in FreeMind 0.7.1 (Source: CVS [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/?pathrev=FM-0-7-1]):
* controller
* main
* modes
** browsemode
** filemode
** mindmapmode
** schememode
* view
** mindmapview
Only those packages are included in this list that contain at least one class.
[[Category:Development]]

Revision as of 08:25, 19 February 2009

Packages in 0.9.0

The structure of Java packages in FreeMind 0.9.0 (Source: CVS [1]):

  • freemind
    • common
    • controller
      • filter
      • printpreview
    • extensions
    • main
    • modes
      • attributes
      • browsemode
      • common
      • filemode
      • mindmapmode
        • actions
          • xml
        • attributeactors
        • dialogs
        • hooks
        • listeners
      • schememode
      • viewmodes
    • preferences
      • layout
    • view
      • mindmapview

Only those packages are included in this list that contain at least one class.