Searched refs:showPopUpMenu (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/odk/examples/java/Inspector/ |
H A D | SwingTreeControlProvider.java | 239 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 D | XDialogProvider.java | 32 public void showPopUpMenu(Object invoker, int x, int y) throws java.lang.ClassCastException; in showPopUpMenu() method
|
H A D | InspectorPane.java | 604 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 D | SwingDialogProvider.java | 401 public void showPopUpMenu(Object _invoker, int x, int y) throws ClassCastException{ in showPopUpMenu() method in SwingDialogProvider
|
Completed in 35 milliseconds