|
||||||||||
| 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.jaspira.plugins.propertybrowser.PropertyBrowserSetEvent
public class PropertyBrowserSetEvent
This event is created by plugins that want the property browser to display an object. The event name is always "plugin.propertybrowser.setobject". The recipient of this event is usually an property browser.
| Field Summary | |
|---|---|
java.lang.String |
description
The description for the set object |
MultiIcon |
icon
The title icon |
boolean |
isObjectNew
Flag that determines if the object has just been created |
java.lang.Object |
originalObject
Original object for name uniqueness check or null |
boolean |
readOnly
Read only flag of the object |
boolean |
reedit
Set the object also if currently editing this same object |
boolean |
saveImmediately
Save after modifying property |
java.lang.String |
title
The title information for the property browser |
| 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 | |
|---|---|
PropertyBrowserSetEvent(Plugin source)
Generates an event that clears the content of the propertyBrowser. |
|
PropertyBrowserSetEvent(Plugin source,
java.lang.Object object,
java.lang.Object originalObject,
boolean isObjectNew,
java.lang.String description,
java.lang.String title,
MultiIcon icon,
boolean readOnly,
boolean saveImmediately)
Constructor. |
|
| Method Summary |
|---|
| 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 |
| Field Detail |
|---|
public java.lang.Object originalObject
public boolean isObjectNew
public java.lang.String description
public java.lang.String title
public MultiIcon icon
public boolean readOnly
public boolean saveImmediately
public boolean reedit
| Constructor Detail |
|---|
public PropertyBrowserSetEvent(Plugin source,
java.lang.Object object,
java.lang.Object originalObject,
boolean isObjectNew,
java.lang.String description,
java.lang.String title,
MultiIcon icon,
boolean readOnly,
boolean saveImmediately)
source - Sender of the eventobject - Object to set to the property browseroriginalObject - Reference object for name uniqueness check or nullisObjectNew - Flag that determines if the object has just been createddescription - The description for the set objecttitle - The title information for the property browsericon - The title iconreadOnly - Flag wheter the object is read onlysaveImmediately - Save after modifying propertypublic PropertyBrowserSetEvent(Plugin source)
source - Sender of the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||