IStructureViewPopupContext Interface

com.bea.ide.ui.structureview
IStructureViewPopupContext Interface

public interface IStructureViewPopupContext

    extends IPopupContext

This interface provides extra information pertaining to a popup in the structure view.


All Superinterfaces
IPopupContext

Method Summary

public IElement
getElement()
This method is used to access the element to which the popup pertains.
 
Methods from interface com.bea.ide.actions.IPopupContext
getComponent, getPoint
   

Method Detail

getElement() Method

public IElement getElement()
This method is used to access the element to which the popup pertains.

Returns

Element for which the popup menu is being displayed