Interface ContextMenuHandler

  • All Known Implementing Classes:
    TopologyUI

    public interface ContextMenuHandler
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void showContextMenu​(java.lang.Object target, int left, int top)
      Show the Context Menu for this target at specified left and top location
    • Method Detail

      • showContextMenu

        void showContextMenu​(java.lang.Object target,
                             int left,
                             int top)
        Show the Context Menu for this target at specified left and top location
        Parameters:
        target -
        left -
        top -