org.openbp.cockpit.itemeditor
Class NodeItemEditorPlugin.Events

java.lang.Object
  extended by org.openbp.jaspira.plugin.EventModule
      extended by org.openbp.cockpit.itemeditor.NodeItemEditorPlugin.Events
All Implemented Interfaces:
JaspiraEventListener
Enclosing class:
NodeItemEditorPlugin

public class NodeItemEditorPlugin.Events
extends EventModule

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
NodeItemEditorPlugin.Events()
           
 
Method Summary
 java.lang.String getName()
          The name of this module like "editor.file".
 JaspiraEventHandlerCode modeler_view_importtoselection(JaspiraEvent je)
          Event handler: Tries to import the event object into each currently selected element.
 JaspiraEventHandlerCode plugin_propertybrowser_executesave(PropertyBrowserSaveEvent oee)
          Event handler: Handle the save object event from the property browser.
 
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

NodeItemEditorPlugin.Events

public NodeItemEditorPlugin.Events()
Method Detail

getName

public java.lang.String getName()
Description copied from class: EventModule
The name of this module like "editor.file". Decides which events will be received.

Specified by:
getName in class EventModule

plugin_propertybrowser_executesave

public JaspiraEventHandlerCode plugin_propertybrowser_executesave(PropertyBrowserSaveEvent oee)
Event handler: Handle the save object event from the property browser.

Parameters:
oee - Event
Returns:
The event status code

modeler_view_importtoselection

public JaspiraEventHandlerCode modeler_view_importtoselection(JaspiraEvent je)
Event handler: Tries to import the event object into each currently selected element.

Parameters:
je - Event
Returns:
EVENT_HANDLED


Copyright © 2011. All Rights Reserved.