Enterprise Information Portal APIs

com.ibm.mm.beans.gui
Class CMBTemplatePopupEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.mm.beans.gui.CMBTemplatePopupEvent
All Implemented Interfaces:
java.io.Serializable

public class CMBTemplatePopupEvent
extends java.util.EventObject

Generated by CMBSearchTemplateListView when the mouse popup trigger is activated over a template.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CMBTemplatePopupEvent(java.lang.Object source, java.lang.String template, int xPos, int yPos)
          Constructs the event.
 
Method Summary
 java.lang.String getTemplateName()
          Get the name of the template generating this event
 int getX()
          Get the x-position for the popup event
 int getY()
          Get the y-position for the popup event
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMBTemplatePopupEvent

public CMBTemplatePopupEvent(java.lang.Object source,
                             java.lang.String template,
                             int xPos,
                             int yPos)
Constructs the event.
Parameters:
source - The source of the event.
template - The name of the selected template
xPos - The x-position for the popup event
yPos - The y-position for the popup event
Method Detail

getTemplateName

public java.lang.String getTemplateName()
Get the name of the template generating this event

getX

public int getX()
Get the x-position for the popup event

getY

public int getY()
Get the y-position for the popup event

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.