Home
last modified time | relevance | path

Searched refs:showPopUpMenu (Results 1 – 4 of 4) sorted by relevance

/trunk/main/odk/examples/java/Inspector/
H A DSwingTreeControlProvider.java239 m_oInspectorPane.showPopUpMenu(e.getComponent(), e.getX(), e.getY()); in inspect()
243 … m_oInspectorPane.showPopUpMenu(e.getComponent(), e.getX(), e.getY()); in inspect()
H A DXDialogProvider.java32 public void showPopUpMenu(Object invoker, int x, int y) throws java.lang.ClassCastException; in showPopUpMenu() method
H A DInspectorPane.java604 public void showPopUpMenu(Object _invoker, int x, int y) throws ClassCastException{ in showPopUpMenu() method in InspectorPane
615 m_xDialogProvider.showPopUpMenu(_invoker, x, y); in showPopUpMenu()
H A DSwingDialogProvider.java401 public void showPopUpMenu(Object _invoker, int x, int y) throws ClassCastException{ in showPopUpMenu() method in SwingDialogProvider

Completed in 34 milliseconds