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
HelpCallBacks - interface defining the help call back functions
Description
The com.maplesoft.openmaple.HelpCallBacks interface is used for implementing the call back object required when calling getHelp. A default implementation of this interface, HelpCallBacksDefault is provided.
Member Summary
MAPLE_ATTRIB_NORMAL
MAPLE\_ATTRIB\_NORMAL is used to indicate that characters should be displayed normally.
MAPLE_ATTRIB_BOLD
MAPLE\_ATTRIB\_BOLD is used to indicate that characters should be displayed boldfaced.
MAPLE_ATTRIB_ITAL
MAPLE\_ATTRIB\_ITAL is used to indicate that characters should be displayed in italics.
MAPLE_ATTRIB_UNDER
MAPLE\_ATTRIB\_UNDER is used to indicate that characters should be displayed underlined.
Method Summary
boolean writeChar( Object data, int char ) throws MapleException
The writeChar function is called for each character that is displayed as part of the help page.
void writeAttrib( Object data, int attrib ) throws MapleException
The writeAttrib function is called when the following text should be displayed with specific formatting.
See Also
OpenMaple, OpenMaple/Java/Engine, OpenMaple/Java/Engine/getHelp, OpenMaple/Java/HelpCallBacks/writeAttrib, OpenMaple/Java/HelpCallBacks/writeChar, OpenMaple/Java/HelpCallBacksDefault
Download Help Document