Package: Difference between revisions

From FreeMind
Jump to navigationJump to search
(+packages of 0.7.1)
(+ some packages of 0.9.0)
Line 15: Line 15:
** filemode
** filemode
** mindmapmode
** mindmapmode
*** actions
**** xml
*** attributeactors
*** dialogs
*** hooks
*** listeners
** schememode
** schememode
** viewmodes
** viewmodes

Revision as of 16:07, 16 February 2009

Packages in 0.9.0

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

  • 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.

Packages in 0.7.1

The structure of Java packages in FreeMind 0.7.1 (Source: CVS [2]):

  • controller
  • main
  • modes
    • browsemode
    • filemode
    • mindmapmode
    • schememode
  • view
    • mindmapview

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