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
Overview of the Maplets Package
Calling Sequence
Maplets[command](arguments)
command(arguments)
Description
The Maplets package contains commands for creating and displaying Maplet applications (point-and-click interfaces).
To create and display Maplet applications in a point-and-click environment, use the Maplet Builder. The Maplet Builder is available only in the Standard Worksheet interface. For more details, see Overview of the Maplet Builder.
The following sections describe the subpackages and commands in the Maplets package.
Creating a Maplet
To create a Maplet application using the Maplets package, you must write a Maplet definition, which specifies the structure and behavior of the Maplet, using the commands in the Elements, Tools, and Utilities subpackages.
The Elements subpackage contains individual components used to create a Maplet application, for example, windows, buttons, and check boxes, including options that specify their position and appearance.
The Tools and Utilities subpackages contains additional commands used to author advanced Maplets.
To begin learning how to write Maplets, see Roadmap to Creating Maplet Applications.
List of Maplets[Elements] Subpackage Commands
The following is a list of the available commands.
Action
AlertDialog
Argument
BorderLayout
BoxCell
BoxColumn
BoxLayout
BoxRow
Button
ButtonGroup
CheckBox
CheckBoxMenuItem
CloseWindow
ColorDialog
ComboBox
ConfirmDialog
DropDownBox
Evaluate
FileDialog
Font
GridCell
GridCell2
GridLayout
GridRow
HorizontalGlue
Image
InputDialog
Item
Label
ListBox
Maplet
MathMLEditor
MathMLViewer
Menu
MenuBar
MenuItem
MenuSeparator
MessageDialog
PasswordField
Plotter
PopupMenu
QuestionDialog
RadioButton
RadioButtonMenuItem
Return
ReturnItem
RunDialog
RunWindow
SetOption
Shutdown
Slider
Table
TableHeader
TableItem
TableRow
TextBox
TextField
ToggleButton
ToolBar
ToolBarButton
ToolBarSeparator
VerticalGlue
Window
For more information on the commands in this subpackage, see Overview of the Maplets[Elements] Package.
List of Maplets[Tools] Subpackage Commands
AddAttribute
AddContent
Get
ListBoxSplit
Print
Set
SetTimeout
StartEngine
StopEngine
For more information on the commands in this subpackage, see Overview of the Maplets[Tools] Package.
List of Maplets[Utilities] Subpackage Commands
ErrorDialog
GetFile
HelpBrowser
For more information on the commands in this subpackage, see Overview of the Maplets[Utilities] Package.
Running a Maplet
To process a Maplet definition and display the resulting Maplet application, use the Display command.
List of Maplets Package Commands
Display
Examples
Example Maplets
The Examples subpackage contains commands that launch interfaces to several Maple commands.
Note: You do not need to use the Display command to launch these Maplets.
List of Maplets[Examples] Subpackage Commands
The following is a list of the commands and functions available in the Maplets[Examples] subpackage.
Alert
Confirm
GetColor
GetEquation
GetExpression
GetInput
Integration
KernelOpts
Message
Question
Selection
ShowTable
SignQuery
For more information on the commands in this subpackage, see Overview of the Maplets[Examples] Package help page.
List of Maplets[Examples][LinearAlgebra] Subpackage Commands
The Examples[LinearAlgebra] subpackage provides visual interfaces to some routines in the LinearAlgebra package.
The following is a list of available commands.
BezoutMatrix
ConditionNumber
HilbertMatrix
MatrixNorm
QRDecomposition
SingularValues
VectorNorm
For more information on the commands in this package, see Overview of the Maplets[Examples][LinearAlgebra].
with(Maplets[Examples]):
GetColor();
with(Maplets[Examples][LinearAlgebra]):
QRDecomposition();
Return To
Overview of Maplet Applications
See Also
Overview of the Maplet Builder
Download Help Document