|
org.openide.compat 6.5 | |||||||||
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
public static final class 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/interfaces 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 toMethod Detail |
---|
public void focusGained(FocusEvent ev)
focusGained
in interface FocusListener
public void focusLost(FocusEvent ev)
focusLost
in interface FocusListener
protected String removeMethodName()
removeMethodName
in class WeakListener
|
org.openide.compat 6.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |