Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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