|
||||||||||
| 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.gui.clipboard.ClipboardPlugin.Events
public class ClipboardPlugin.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 | |
|---|---|
ClipboardPlugin.Events()
|
|
| Method Summary | |
|---|---|
JaspiraEventHandlerCode |
copy(JaspiraActionEvent je)
Action event handler: Cause the currently focused plugin to copy its current selection to the clipboard. |
JaspiraEventHandlerCode |
cut(JaspiraActionEvent je)
Action event handler: Cause the currently focused plugin to cut its current selection to the clipboard. |
JaspiraEventHandlerCode |
delete(JaspiraActionEvent je)
Action event handler: Cause the currently focused plugin to delete its current selection. |
java.lang.String |
getName()
The name of this module like "editor.file". |
JaspiraEventHandlerCode |
paste(JaspiraActionEvent je)
Action event handler: Cause the currently focused plugin to paste the current clipboard entry. |
JaspiraEventHandlerCode |
updatestatus(JaspiraEvent je)
Event handler: Updates the status of the standard clipboard actions according to the current plugin and the current clipboard contents. |
| 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 ClipboardPlugin.Events()
| Method Detail |
|---|
public java.lang.String getName()
EventModule
getName in class EventModulepublic JaspiraEventHandlerCode cut(JaspiraActionEvent je)
je - Action event
public JaspiraEventHandlerCode delete(JaspiraActionEvent je)
je - Action event
public JaspiraEventHandlerCode copy(JaspiraActionEvent je)
je - Action event
public JaspiraEventHandlerCode paste(JaspiraActionEvent je)
je - Action event
public JaspiraEventHandlerCode updatestatus(JaspiraEvent je)
je - Event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||