|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.guiclient.event.OpenEventInfo
public class OpenEventInfo
Info container that describes an the open event for a particular object. This information is returned by the event handler of a plugin in response to the plugin.association.supports event. It contains the name of the open event, the MIME type of the supported object and a textual description of the plugin that accept the open event.
| Constructor Summary | |
|---|---|
OpenEventInfo()
Default constructor. |
|
OpenEventInfo(java.lang.String eventName,
java.lang.String mimeType,
java.lang.String description)
Value constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the description of the plugin. |
java.lang.String |
getEventName()
Gets the name of the open event used to openthe object. |
java.lang.String |
getMimeType()
Gets the mime type. |
void |
setDescription(java.lang.String description)
Sets the description of the plugin. |
void |
setEventName(java.lang.String eventName)
Sets the name of the open event used to openthe object. |
void |
setMimeType(java.lang.String mimeType)
Sets the mime type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenEventInfo()
public OpenEventInfo(java.lang.String eventName,
java.lang.String mimeType,
java.lang.String description)
eventName - Name of the open event used to openthe objectmimeType - Mime typedescription - Description of the plugin| Method Detail |
|---|
public java.lang.String getEventName()
public void setEventName(java.lang.String eventName)
public java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||