|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.openbp.jaspira.event.JaspiraEvent
org.openbp.cockpit.plugins.miniview.MiniViewEvent
public class MiniViewEvent
This Event is sent by the MiniView Plugin to query all active editors that would like to be displayed in the mini view.
| Field Summary |
|---|
| Fields inherited from class org.openbp.jaspira.event.JaspiraEvent |
|---|
CONSUMED, HANDELED, STACKABLE, TYPE_BOTTOM_UP, TYPE_DIRECT, TYPE_FLOOD, TYPE_GLOBAL, UNCONSUMABLE |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
MiniViewEvent(Plugin source,
java.lang.String eventName)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addEditor(CH.ifa.draw.framework.DrawingEditor editor)
Adds an editor to the editor list. |
java.util.List |
getEditors()
Returns all collected editors. |
| Methods inherited from class org.openbp.jaspira.event.JaspiraEvent |
|---|
brand, getBrand, getEventGroup, getEventName, getFlags, getLevel, getObject, getOriginalEvent, getSourcePlugin, getTargetClassName, getTargetPluginId, getType, isConsumed, isStackable, isUnconsumable, setObject, setTargetClassName, setTargetPluginId, toString, updateFlags, updateFlags |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MiniViewEvent(Plugin source,
java.lang.String eventName)
source - Source plugineventName - Event name| Method Detail |
|---|
public void addEditor(CH.ifa.draw.framework.DrawingEditor editor)
editor - Editor to addpublic java.util.List getEditors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||