Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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