com.ibm.di.admin.ui
Class ConnectorTreeUI.ConnectorTreeContextMenu
java.lang.Object
java.awt.event.MouseAdapter
com.ibm.di.admin.ContextMenu
com.ibm.di.admin.ui.ConnectorTreeUI.ConnectorTreeContextMenu
- All Implemented Interfaces:
- MouseListener, EventListener
- Enclosing class:
- ConnectorTreeUI
public class ConnectorTreeUI.ConnectorTreeContextMenu
- extends ContextMenu
This class describes context menu for a Component.
Method Summary |
void |
evaluatePopup(MouseEvent event)
This method is called when an item is clicked but it processes only clicks with right mouse button. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectorTreeUI.ConnectorTreeContextMenu
public ConnectorTreeUI.ConnectorTreeContextMenu(ActionListener listener,
JComponent source,
String resource)
- Constructor for the ConnectorTreeContextMenu object
- Parameters:
listener
- the listener associated with the context menu.source
- the Component object.resource
- the name of the Component.
evaluatePopup
public void evaluatePopup(MouseEvent event)
- This method is called when an item is clicked but it processes only clicks with right mouse button.
- Overrides:
evaluatePopup
in class ContextMenu
- Parameters:
event
- this parameter represents the mouse event.