|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.aspects.gui.swing.SwingEvents
Gather common swing events code
Constructor Summary | |
SwingEvents()
|
Method Summary | |
static void |
showObjectMenu(DisplayContext context,
Object object,
MouseEvent event)
Displays a popup menu for an object |
static void |
showObjectsMenu(DisplayContext context,
Object[] objects,
MouseEvent event)
Displays a popup menu for some objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SwingEvents()
Method Detail |
public static void showObjectMenu(DisplayContext context, Object object, MouseEvent event)
context
- object
- the object to display a menu forevent
- the mouse event that triggered the popup. The popup
will be placed at the coordinates of this event.#showObjectMenu(DisplayContext,Object[],MouseEvent)
public static void showObjectsMenu(DisplayContext context, Object[] objects, MouseEvent event)
context
- objects
- the objects to display a menu forevent
- the mouse event that triggered the popup. The popup
will be placed at the coordinates of this event.showObjectMenu(DisplayContext,Object,MouseEvent)
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |