Overview of the Maplets Package
Calling Sequence
Description
Creating a Maplet
Running a Maplet
Examples
Example Maplets
Return To
Maplets:-command(arguments)
command(arguments)
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.
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.
To process a Maplet definition and display the resulting Maplet application, use the Display command.
List of Maplets Package Commands
Display
with⁡Maplets:-Elements:
SimpleMaplet≔Maplet⁡Button⁡Close,Shutdown⁡:
Maplets:-Display⁡SimpleMaplet:
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(<1,3|2,5|5,7>);
Overview of Maplet Applications
See Also
Overview of the Maplet Builder
Download Help Document