Uses of Class
de.cau.cs.kieler.core.kivi.menu.KiviMenuContributionService.LocationScheme

Packages that use KiviMenuContributionService.LocationScheme
de.cau.cs.kieler.core.kivi.menu Menu contribution service classes for the View Management. 
 

Uses of KiviMenuContributionService.LocationScheme in de.cau.cs.kieler.core.kivi.menu
 

Methods in de.cau.cs.kieler.core.kivi.menu that return KiviMenuContributionService.LocationScheme
 KiviMenuContributionService.LocationScheme KiviMenuContributionService.ButtonConfiguration.getLocationSchemeExpression()
           
static KiviMenuContributionService.LocationScheme KiviMenuContributionService.LocationScheme.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KiviMenuContributionService.LocationScheme[] KiviMenuContributionService.LocationScheme.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.cau.cs.kieler.core.kivi.menu with parameters of type KiviMenuContributionService.LocationScheme
 void KiviMenuContributionService.addSeparator(String id, KiviMenuContributionService.LocationScheme locationSchemeExpression, Expression visibilityExpression, String... activeEditors)
          Add a separator button configuration.
 void KiviMenuContributionService.addToolbarButton(ICombination responsibleCombination, String id, String label, String tooltip, ImageDescriptor icon, int style, KiviMenuContributionService.LocationScheme locationSchemeExpression, Expression visibilityExpression, KeySequence keySequence, String shortcutContext, String... activeEditors)
          Add a button configuration with all possible parameters.