|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openide.util.WeakListener
org.openide.util.WeakListener.Focus
Weak version of focus listener. This class if final only for performance reasons, can be happily unfinaled if desired.
| Nested Class Summary |
| Nested classes inherited from class org.openide.util.WeakListener |
WeakListener.Change, WeakListener.Document, WeakListener.FileChange, WeakListener.FileStatus, WeakListener.Focus, WeakListener.Node, WeakListener.PropertyChange, WeakListener.Repository, WeakListener.VetoableChange |
| Constructor Summary | |
WeakListener.Focus(FocusListener l)
Deprecated. Constructor. |
|
| Method Summary | |
void |
focusGained(FocusEvent ev)
Deprecated. Delegates to the original listener. |
void |
focusLost(FocusEvent ev)
Deprecated. Delegates to the original listener. |
protected String |
removeMethodName()
Deprecated. Method name to use for removing the listener. |
| Methods inherited from class org.openide.util.WeakListener |
change, create, document, fileChange, fileStatus, focus, get, node, propertyChange, repository, setSource, toString, vetoableChange |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public WeakListener.Focus(FocusListener l)
l - listener to delegate to| Method Detail |
public void focusGained(FocusEvent ev)
focusGained in interface FocusListenerpublic void focusLost(FocusEvent ev)
focusLost in interface FocusListenerprotected String removeMethodName()
removeMethodName in class WeakListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||