Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
ContextMenu[CurrentContext][EntryGenerators][List] - list the module entry generators
Calling Sequence
EntryGenerators[List]()
Description
The EntryGenerators[List] command lists the names of the entry generators that are available within a context menu module. Each string in the list returned by List() references an entry generator, whose procedure or list can be viewed using the EntryGenerators[Get] command.
An entry generator is used to dynamically generate subentries in the context menu. An entry uses the entry generator by setting the entry option 'entry_generator' to the name of the entry generator in a call to the Entries[Add] command.
Examples of EntryGenerators[List]
with(ContextMenu[CurrentContext]):
List the names of the entry generators available in the context menu module.
EntryGenerators[List]();
See Also
ContextMenu, ContextMenu[CurrentContext][EntryGenerators], EntryGenerators/Add, EntryGenerators/Get
Download Help Document