Package jpicedt.ui.util
Class Fragments
- java.lang.Object
-
- jpicedt.ui.util.Fragments
-
public class Fragments extends java.lang.ObjectFragments 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.JMenucreateMenu()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.
-
-
-
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.
-
-