Uses of Class
net.anwiba.commons.swing.menu.AbstractMenuItemDescription
-
Packages that use AbstractMenuItemDescription Package Description net.anwiba.commons.swing.frame.view net.anwiba.commons.swing.menu -
-
Uses of AbstractMenuItemDescription in net.anwiba.commons.swing.frame.view
Methods in net.anwiba.commons.swing.frame.view that return types with arguments of type AbstractMenuItemDescription Modifier and Type Method Description AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[]IView. getMenuItemConfigurations()AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[]ViewAdapter. getMenuItemConfigurations() -
Uses of AbstractMenuItemDescription in net.anwiba.commons.swing.menu
Classes in net.anwiba.commons.swing.menu with type parameters of type AbstractMenuItemDescription Modifier and Type Class Description classAbstractMenuItemConfiguration<T extends AbstractMenuItemDescription>Subclasses of AbstractMenuItemDescription in net.anwiba.commons.swing.menu Modifier and Type Class Description classMenuActionItemDescriptionclassMenuMenuItemDescriptionclassPopupMenuActionItemDescriptionFields in net.anwiba.commons.swing.menu declared as AbstractMenuItemDescription Modifier and Type Field Description protected TAbstractMenuItemConfiguration. descriptionMethods in net.anwiba.commons.swing.menu that return types with arguments of type AbstractMenuItemDescription Modifier and Type Method Description AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[]MenuItemGroupConfiguration. getMenuItemConfiguration()Methods in net.anwiba.commons.swing.menu with parameters of type AbstractMenuItemDescription Modifier and Type Method Description intMenuItemGroupConfiguration.MenuItemDescriptionComparator. compare(AbstractMenuItemDescription o1, AbstractMenuItemDescription o2)Method parameters in net.anwiba.commons.swing.menu with type arguments of type AbstractMenuItemDescription Modifier and Type Method Description voidMenuItemGroupConfiguration. add(AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription> menuItem)voidMenuItemGroupConfiguration. remove(AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription> menuItem)
-