|
||||||||||
| 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.modeler.ModelerEventModule
public class ModelerEventModule
Event module of the Modeler class.
| 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 | |
|---|---|
ModelerEventModule(Plugin modeler)
Default constructor. |
|
| Method Summary | |
|---|---|
JaspiraEventHandlerCode |
displayobject_changed_titlemode(JaspiraEvent event)
Called after the titlemode option of the role manager ( DisplayObjectPlugin)
has been changed. |
JaspiraEventHandlerCode |
editor_autoconnector_datalink(JaspiraEvent je)
Event handler: The data link auto connector mode has been changed. |
JaspiraEventHandlerCode |
editor_color_workspace(JaspiraEvent je)
Event handler: The workspace color has been changed. |
JaspiraEventHandlerCode |
editor_grid_display(JaspiraEvent je)
Event handler: The grid display option has been changed. |
JaspiraEventHandlerCode |
editor_grid_type(JaspiraEvent je)
Event handler: The grid layout option has been changed. |
JaspiraEventHandlerCode |
editor_shadow(JaspiraEvent je)
Event handler: The shadow type option has been changed. |
JaspiraEventHandlerCode |
getbyqualifier(AskEvent ae)
Event handler: Gets a process element by its model qualifier. |
java.lang.String |
getName()
The name of this module like "editor.file". |
JaspiraEventHandlerCode |
getselection(AskEvent ae)
Event handler: Gets the selected elements. |
JaspiraEventHandlerCode |
getselectioncount(AskEvent ae)
Event handler: Gets the number of selected elements. |
JaspiraEventHandlerCode |
global_clipboard_updatestatus(JaspiraEvent je)
Event handler: Uses the update clipboard status event to enable/disable various edit actions. |
JaspiraEventHandlerCode |
global_edit_geteditedinstance(AskEvent ae)
Returns the edited instance of the given process if edited by this modeler. |
JaspiraEventHandlerCode |
global_edit_geteditor(AskEvent ae)
Returns this modeler if it edits the given process. |
JaspiraEventHandlerCode |
global_frame_activated(JaspiraEvent je)
Event handler: A Jaspira page container has been activated. |
JaspiraEventHandlerCode |
importtoselection(JaspiraEvent je)
Event handler: Tries to import the event object into each currently selected element. |
JaspiraEventHandlerCode |
invalidate(QualifierEvent je)
Event handler: Invalidates a process element container identified by a given model qualifier into view. |
JaspiraEventHandlerCode |
miniview_created(MiniViewEvent mve)
Event handler: Miniview initialization. |
JaspiraEventHandlerCode |
modechange(JaspiraEvent je)
Event handler: View mode change was performed. |
JaspiraEventHandlerCode |
modeler_drawing_figureadded(JaspiraEvent je)
Event handler: A figure was added to the workspace. |
JaspiraEventHandlerCode |
modeler_drawing_paramadded(JaspiraEvent je)
Event handler: Socket autoconnector. |
JaspiraEventHandlerCode |
modeler_drawing_socketadded(JaspiraEvent je)
Event handler: Socket autoconnector. |
JaspiraEventHandlerCode |
modeler_edit_fliporientation(JaspiraActionEvent jae)
Event handler: Normalizes the drawing. |
JaspiraEventHandlerCode |
modeler_edit_normalize(JaspiraActionEvent jae)
Event handler: Normalizes the drawing. |
JaspiraEventHandlerCode |
modeler_edit_selectall(JaspiraActionEvent jae)
Event handler: Select all elements of the drawing. |
JaspiraEventHandlerCode |
modeler_process_modified(JaspiraEvent je)
Event handler: Modification flag. |
JaspiraEventHandlerCode |
open_modeler(OpenEvent oe)
Catches the open event, check if the object to open is the currently edited process and if so, cause it to request the focus. |
JaspiraEventHandlerCode |
plugin_propertybrowser_executesave(PropertyBrowserSaveEvent oee)
Event handler: Save the object currently edited by the property browser. |
JaspiraEventHandlerCode |
redraw(JaspiraEvent je)
Event handler: Redraws the workspace. |
JaspiraEventHandlerCode |
refresh(JaspiraEvent je)
Event handler: Refreshes the workspace view. |
JaspiraEventHandlerCode |
select(QualifierEvent je)
Event handler: Scrolls a process element container identified by a given model qualifier into view and selects it. |
JaspiraEventHandlerCode |
setzoomfactor(JaspiraEvent je)
Event handler: Sets the zoom factor of the currently visible view. |
JaspiraEventHandlerCode |
show(QualifierEvent je)
Event handler: Scrolls a process element container identified by a given model qualifier into view. |
JaspiraEventHandlerCode |
showexact(QualifierEvent je)
Event handler: Scrolls a process element container identified by a given model qualifier into view. |
JaspiraEventHandlerCode |
snaptogrid(JaspiraActionEvent jae)
Toggles snap to grid mode. |
JaspiraEventHandlerCode |
standard_file_askdelete(VetoableEvent ve)
Event handler: A process is about to be deleted. |
JaspiraEventHandlerCode |
standard_file_save(JaspiraActionEvent jae)
Event handler: Save the current process if visible. |
JaspiraEventHandlerCode |
standard_file_saveall(JaspiraActionEvent jae)
Event handler: Save all processes. |
JaspiraEventHandlerCode |
undo_history(JaspiraEvent je)
Receiver for the undo history size option event. |
JaspiraEventHandlerCode |
updatedrawing(JaspiraEvent je)
Event handler: Synchronizes the display model with the process model. |
| 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 ModelerEventModule(Plugin modeler)
modeler - Modeler we are associated with| Method Detail |
|---|
public java.lang.String getName()
EventModule
getName in class EventModulepublic JaspiraEventHandlerCode global_frame_activated(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode global_clipboard_updatestatus(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode open_modeler(OpenEvent oe)
oe - Event
public JaspiraEventHandlerCode global_edit_geteditedinstance(AskEvent ae)
ae - Event; The answer of this event will be the ProcessItem that is being edited currently
public JaspiraEventHandlerCode global_edit_geteditor(AskEvent ae)
ae - Event; The answer of this event will be the ProcessItem that is being edited currently
public JaspiraEventHandlerCode standard_file_save(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode standard_file_saveall(JaspiraActionEvent jae)
jae - Event
public JaspiraEventHandlerCode standard_file_askdelete(VetoableEvent ve)
ve - Event
public JaspiraEventHandlerCode invalidate(QualifierEvent je)
refresh(org.openbp.jaspira.event.JaspiraEvent) to update the invalidated elements.
je - Event
public JaspiraEventHandlerCode refresh(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode redraw(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode setzoomfactor(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode modechange(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode updatedrawing(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode show(QualifierEvent je)
je - Event
public JaspiraEventHandlerCode showexact(QualifierEvent je)
je - Event
public JaspiraEventHandlerCode select(QualifierEvent je)
je - Event
public JaspiraEventHandlerCode getselectioncount(AskEvent ae)
ae - Event; The answer of this event will be an Integer specifying the number
of currently selected elements.
public JaspiraEventHandlerCode getselection(AskEvent ae)
ae - Event; The answer of this event will be a List containing the selected figures
public JaspiraEventHandlerCode getbyqualifier(AskEvent ae)
ae - Event; The answer of this event will be the ProcessElementContainer
specified by the event object or null if the view does not contain such an element
or the view is not currently visible.
public JaspiraEventHandlerCode importtoselection(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode modeler_edit_selectall(JaspiraActionEvent jae)
jae - Action event
public JaspiraEventHandlerCode modeler_edit_normalize(JaspiraActionEvent jae)
jae - Action event
public JaspiraEventHandlerCode snaptogrid(JaspiraActionEvent jae)
jae - Action event
public JaspiraEventHandlerCode modeler_edit_fliporientation(JaspiraActionEvent jae)
jae - Action event
public JaspiraEventHandlerCode editor_shadow(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode editor_grid_type(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode editor_grid_display(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode editor_color_workspace(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode editor_autoconnector_datalink(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode displayobject_changed_titlemode(JaspiraEvent event)
DisplayObjectPlugin)
has been changed.
event - Event
public JaspiraEventHandlerCode miniview_created(MiniViewEvent mve)
mve - Event
public JaspiraEventHandlerCode plugin_propertybrowser_executesave(PropertyBrowserSaveEvent oee)
oee - Event
public JaspiraEventHandlerCode modeler_drawing_figureadded(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode modeler_drawing_socketadded(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode modeler_drawing_paramadded(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode modeler_process_modified(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode undo_history(JaspiraEvent je)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||