HelpCallBacks Interface - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


HelpCallBacks

interface defining the help call back functions

 

Description

Member Summary

Method Summary

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