org.fhcrc.cpl.toolbox.gui
Class ListenerHelper
java.lang.Object
org.fhcrc.cpl.toolbox.gui.ListenerHelper
public class ListenerHelper
- extends java.lang.Object
User: mbellew
Date: Sep 17, 2004
Time: 7:07:00 PM
|
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 |
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
ListenerHelper
public ListenerHelper(java.lang.Object controller)
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