|
||||||||||
| 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.jaspira.plugins.statusbar.StatusBarPlugin.Events
public class StatusBarPlugin.Events
Event module.
| 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 | |
|---|---|
StatusBarPlugin.Events()
|
|
| Method Summary | |
|---|---|
JaspiraEventHandlerCode |
busy(JaspiraEvent je)
Event handler: Starts the status bar's busy animation. |
int |
getModuleType()
The module type determines the way the events of this module are handled. |
java.lang.String |
getName()
The name of this module like "editor.file". |
JaspiraEventHandlerCode |
managecomponent(StatusBarComponentEvent event)
Event handler: Manage status bar components. |
JaspiraEventHandlerCode |
step(JaspiraEvent je)
Event handler: Shows the given progress in the progress indicator of the status bar. |
JaspiraEventHandlerCode |
unbusy(JaspiraEvent je)
Event handler: Stops the status bar's busy animation. |
JaspiraEventHandlerCode |
updatetext(StatusBarTextEvent event)
Event handler: Updates the message text of the statusbar. |
| Methods inherited from class org.openbp.jaspira.plugin.EventModule |
|---|
eventFired, getEventActionNames, getForeignEventNames, getPriority, handleUnaccountedEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatusBarPlugin.Events()
| Method Detail |
|---|
public java.lang.String getName()
EventModule
getName in class EventModulepublic int getModuleType()
getModuleType in class EventModuleEventModule.MODULE_PRE_GLOBALpublic JaspiraEventHandlerCode updatetext(StatusBarTextEvent event)
event - Event
public JaspiraEventHandlerCode busy(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode unbusy(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode step(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode managecomponent(StatusBarComponentEvent event)
event - Event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||