Package net.anwiba.commons.swing.menu
Class PopMenuManager
- java.lang.Object
-
- net.anwiba.commons.swing.menu.PopMenuManager
-
public class PopMenuManager extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPopMenuManager.MenuItemGroupDescriptionComarator
-
Constructor Summary
Constructors Constructor Description PopMenuManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConfiguration(PopupMenuActionItemConfiguration menuItem)javax.swing.JMenufillMenu(javax.swing.JMenu menu)javax.swing.JPopupMenufillMenu(javax.swing.JPopupMenu menu)javax.swing.JPopupMenugetMenu()booleanisEmpty()
-
-
-
Method Detail
-
addConfiguration
public void addConfiguration(PopupMenuActionItemConfiguration menuItem)
-
getMenu
public javax.swing.JPopupMenu getMenu()
-
isEmpty
public boolean isEmpty()
-
fillMenu
public javax.swing.JPopupMenu fillMenu(javax.swing.JPopupMenu menu)
-
fillMenu
public javax.swing.JMenu fillMenu(javax.swing.JMenu menu)
-
-