|
||||||||||
| 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.plugin.ExternalEventModule
org.openbp.cockpit.plugins.itembrowser.ItemBrowserModule
public class ItemBrowserModule
External event module item browser.
| 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 | |
|---|---|
ItemBrowserModule(Plugin itemBrowser)
Default constructor. |
|
| Method Summary | |
|---|---|
JaspiraEventHandlerCode |
displayobject_changed_titlemode(JaspiraEvent event)
The titlemode option of the role manager ( DisplayObjectPlugin) has been changed. |
java.lang.String |
getName()
The name of this module like "editor.file". |
JaspiraEventHandlerCode |
modeler_view_activated(JaspiraEvent je)
Event handler: A modeler view has become active. |
JaspiraEventHandlerCode |
modeler_view_closed(JaspiraEvent je)
Event handler: A modeler view has become inactive. |
JaspiraEventHandlerCode |
open(OpenEvent openEvent)
Event handler: Open an object. |
JaspiraEventHandlerCode |
plugin_association_supports(RequestEvent event)
Event handler: Check supported mime types for the open event. |
JaspiraEventHandlerCode |
plugin_propertybrowser_executesave(PropertyBrowserSaveEvent oee)
Event handler: Save an item displayed in the property browser. |
JaspiraEventHandlerCode |
publish(JaspiraActionEvent jae)
Event handler: Publish a model. |
JaspiraEventHandlerCode |
remove(JaspiraActionEvent jae)
Event handler: Remove an item or a model. |
JaspiraEventHandlerCode |
run(JaspiraActionEvent jae)
Event handler: Run a process. |
JaspiraEventHandlerCode |
standard_file_new(JaspiraActionEvent jae)
Event handler: Toggle functional group display. |
JaspiraEventHandlerCode |
togglefunctionalgroup(JaspiraActionEvent jae)
Event handler: Toggle functional group display. |
| Methods inherited from class org.openbp.jaspira.plugin.ExternalEventModule |
|---|
getPlugin |
| 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 ItemBrowserModule(Plugin itemBrowser)
itemBrowser - Item browser| Method Detail |
|---|
public java.lang.String getName()
EventModule
getName in class EventModuleEventModule.getName()public JaspiraEventHandlerCode standard_file_new(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode togglefunctionalgroup(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode remove(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode run(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode publish(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode displayobject_changed_titlemode(JaspiraEvent event)
DisplayObjectPlugin) has been changed.
event - Event
public JaspiraEventHandlerCode modeler_view_activated(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode modeler_view_closed(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode plugin_association_supports(RequestEvent event)
event - Event
public JaspiraEventHandlerCode open(OpenEvent openEvent)
openEvent - Open event
public JaspiraEventHandlerCode plugin_propertybrowser_executesave(PropertyBrowserSaveEvent oee)
oee - Event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||