Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gui4j.core.listener
Class Gui4jMouseListenerList  view Gui4jMouseListenerList download Gui4jMouseListenerList.java

java.lang.Object
  extended byorg.gui4j.core.Gui4jMouseListener
      extended byorg.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


Field Summary
private  boolean mActive
           
private  org.gui4j.core.InternalElementRetriever mModel
           
private  org.gui4j.core.Gui4jCall mOnDoubleClick
           
 
Fields inherited from class org.gui4j.core.Gui4jMouseListener
mGui4jComponentInstance, mGui4jController, mGui4jThreadManager, mOnClick
 
Constructor Summary
Gui4jMouseListenerList(org.gui4j.core.Gui4jComponentInstance gui4jComponentInstance, org.gui4j.core.InternalElementRetriever model)
          Constructor for Gui4jMouseListenerList.
 
Method Summary
 void dispose()
          dispose instance.
 void mouseClicked(java.awt.event.MouseEvent event)
          This method is called when the mouse is clicked (pressed and released in short succession) on a component.
private  void performWork(org.gui4j.core.Gui4jCall call)
           
 void setActive(boolean active)
           
 void setOnDoubleClick(org.gui4j.core.Gui4jCall onDoubleClick)
           
 void valueChanged(javax.swing.event.ListSelectionEvent e)
          Receives notification of a javax.swing.event.ListSelectionEvent.
 
Methods inherited from class org.gui4j.core.Gui4jMouseListener
mouseEntered, mouseExited, mousePressed, mouseReleased, setOnClick, setPopup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mModel

private org.gui4j.core.InternalElementRetriever mModel

mActive

private boolean mActive

mOnDoubleClick

private org.gui4j.core.Gui4jCall mOnDoubleClick
Constructor Detail

Gui4jMouseListenerList

public Gui4jMouseListenerList(org.gui4j.core.Gui4jComponentInstance gui4jComponentInstance,
                              org.gui4j.core.InternalElementRetriever model)
Constructor for Gui4jMouseListenerList.

Method Detail

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)