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