org.fhcrc.cpl.toolbox.gui
Class ListenerHelper

java.lang.Object
  extended by org.fhcrc.cpl.toolbox.gui.ListenerHelper

public class ListenerHelper
extends java.lang.Object

User: mbellew Date: Sep 17, 2004 Time: 7:07:00 PM


Field Summary
protected static int ACTION
           
protected static int CHANGE
           
protected static int COMPONENT
           
protected static int DOCUMENT
           
protected static int KEY
           
protected static int LIST_SELECTION
           
protected static java.util.HashMap mapListenMethods
           
protected static int MOUSE
           
protected static int MOUSEMOTION
           
protected static int PROPERTYCHANGE
           
 
Constructor Summary
ListenerHelper(java.lang.Object controller)
           
 
Method Summary
 void addListener(java.lang.Object component, java.lang.String method)
           
 java.lang.Object addListener(java.lang.Object component, java.lang.String method, java.lang.String propName)
           
 void removeListeners()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHANGE

protected static final int CHANGE
See Also:
Constant Field Values

PROPERTYCHANGE

protected static final int PROPERTYCHANGE
See Also:
Constant Field Values

ACTION

protected static final int ACTION
See Also:
Constant Field Values

COMPONENT

protected static final int COMPONENT
See Also:
Constant Field Values

MOUSE

protected static final int MOUSE
See Also:
Constant Field Values

MOUSEMOTION

protected static final int MOUSEMOTION
See Also:
Constant Field Values

KEY

protected static final int KEY
See Also:
Constant Field Values

DOCUMENT

protected static final int DOCUMENT
See Also:
Constant Field Values

LIST_SELECTION

protected static final int LIST_SELECTION
See Also:
Constant Field Values

mapListenMethods

protected static java.util.HashMap mapListenMethods
Constructor Detail

ListenerHelper

public ListenerHelper(java.lang.Object controller)
Method Detail

addListener

public java.lang.Object addListener(java.lang.Object component,
                                    java.lang.String method,
                                    java.lang.String propName)

addListener

public void addListener(java.lang.Object component,
                        java.lang.String method)

removeListeners

public void removeListeners()


Fred Hutchinson Cancer Research Center