|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.plugin.EventModule
org.openbp.cockpit.Cockpit.HelpEvents
public class Cockpit.HelpEvents
This event module containts event handlers for the implementation of functions of the help menu.
| Field Summary |
|---|
| Fields inherited from class org.openbp.jaspira.plugin.EventModule |
|---|
EVENT_CONSUMED, EVENT_HANDLED, EVENT_IGNORED, MODULE_POST_GLOBAL, MODULE_PRE_GLOBAL, MODULE_TREE |
| Constructor Summary | |
|---|---|
Cockpit.HelpEvents()
|
|
| Method Summary | |
|---|---|
JaspiraEventHandlerCode |
cockpit_help_javaapi(JaspiraActionEvent je)
Event handler: Display the Java API documentation as HTML. |
JaspiraEventHandlerCode |
cockpit_help_manual(JaspiraActionEvent je)
Event handler: Display the help overview as PDF document. |
java.lang.String |
getName()
The name of this module like "editor.file". |
| Methods inherited from class org.openbp.jaspira.plugin.EventModule |
|---|
eventFired, getEventActionNames, getForeignEventNames, getModuleType, getPriority, handleUnaccountedEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cockpit.HelpEvents()
| Method Detail |
|---|
public java.lang.String getName()
EventModule
getName in class EventModulepublic JaspiraEventHandlerCode cockpit_help_manual(JaspiraActionEvent je)
je - Event
public JaspiraEventHandlerCode cockpit_help_javaapi(JaspiraActionEvent je)
je - Event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||