java.lang.Object
org.gui4j.core.Gui4jMouseListener
org.gui4j.core.listener.Gui4jMouseListenerList
- All Implemented Interfaces:
- java.util.EventListener, org.gui4j.Gui4jDispose, javax.swing.event.ListSelectionListener, java.awt.event.MouseListener
- public final class Gui4jMouseListenerList
- extends org.gui4j.core.Gui4jMouseListener
- implements javax.swing.event.ListSelectionListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mModel
private org.gui4j.core.InternalElementRetriever mModel
mActive
private boolean mActive
mOnDoubleClick
private org.gui4j.core.Gui4jCall mOnDoubleClick
Gui4jMouseListenerList
public Gui4jMouseListenerList(org.gui4j.core.Gui4jComponentInstance gui4jComponentInstance,
org.gui4j.core.InternalElementRetriever model)
- Constructor for Gui4jMouseListenerList.
performWork
private void performWork(org.gui4j.core.Gui4jCall call)
mouseClicked
public void mouseClicked(java.awt.event.MouseEvent event)
- Description copied from interface:
java.awt.event.MouseListener
- This method is called when the mouse is clicked (pressed and released
in short succession) on a component.
- Specified by:
mouseClicked in interface java.awt.event.MouseListener
valueChanged
public void valueChanged(javax.swing.event.ListSelectionEvent e)
- Description copied from interface:
javax.swing.event.ListSelectionListener
- Receives notification of a javax.swing.event.ListSelectionEvent.
- Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener
setActive
public void setActive(boolean active)
dispose
public void dispose()
- Description copied from interface:
org.gui4j.Gui4jDispose
- dispose instance. After this call, the instance must not be used anymore. Used to
make the work easier for the garbage collection.
- Specified by:
dispose in interface org.gui4j.Gui4jDispose
setOnDoubleClick
public void setOnDoubleClick(org.gui4j.core.Gui4jCall onDoubleClick)