Package jadex.commons.gui
Interface IMenuItemConstructor
- 
- All Known Implementing Classes:
- DefaultFileFilterMenuItemConstructor,- ModelFileFilterMenuItemConstructor
 
 public interface IMenuItemConstructorInterface for getting/creating (dynamic) menu item (structures).
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.JMenuItemgetMenuItem()Get or create a new menu item (struture).
 
-