Class Fragments


  • public class Fragments
    extends java.lang.Object
    Fragments menu management
    Since:
    jPicEdt
    Version:
    $Id: Fragments.java,v 1.4.2.1 2007/09/02 11:56:30 reynal Exp $
    Author:
    Sylvain Reynal
    • Constructor Summary

      Constructors 
      Constructor Description
      Fragments()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.JMenu createMenu()
      Return a JMenu containing a hierarchy of JMenu's and JMenuItem's built from the fragments contained, first in the installation fragment directory, then in the user fragment directory.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Fragments

        public Fragments()
    • Method Detail

      • createMenu

        public static javax.swing.JMenu createMenu()
        Return a JMenu containing a hierarchy of JMenu's and JMenuItem's built from the fragments contained, first in the installation fragment directory, then in the user fragment directory.
        Returns:
        an empty JMenu if no fragments were found in either directory.