|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IndividualMouseListener
Listener for mouse events on Individuals. By default this listener is
applied on the ArchiveWidget.
| Method Summary | |
|---|---|
void |
onDoubleClick(org.opt4j.core.Individual individual,
java.awt.Component component,
java.awt.Point p)
Invoked if an Individual is selected by a double click. |
void |
onPopup(org.opt4j.core.Individual individual,
java.awt.Component component,
java.awt.Point p,
javax.swing.JPopupMenu menu)
Invoked if an Individual is selected by a popup (usually
with a right click of the mouse). |
| Method Detail |
|---|
void onPopup(org.opt4j.core.Individual individual,
java.awt.Component component,
java.awt.Point p,
javax.swing.JPopupMenu menu)
Individual is selected by a popup (usually
with a right click of the mouse).
individual - the selected individualcomponent - the componentp - the pointmenu - a created popup menu
void onDoubleClick(org.opt4j.core.Individual individual,
java.awt.Component component,
java.awt.Point p)
Individual is selected by a double click.
individual - the selected individualcomponent - the componentp - the point
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||