Package com.jidesoft.utils
Class JideFocusTracker
java.lang.Object
com.jidesoft.utils.JideFocusTracker
- Direct Known Subclasses:
JideTabbedPane.PageLastFocusTracker
For internal usage only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Componentprotected Componentprotected ContainerListenerprotected FocusListenerprotected FocusListenerprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidaddInternalListeners(Component component) booleanThis allows you to set whether focus lost or focus gained will be fired if the event is for the same component as a previous event.voidprotected voidremoveInternalListeners(Component component) voidsetHeighestComponent(Component compHeighest) voidsetRepeating(boolean repeat)
-
Field Details
-
compHeighest
-
listenerFocus
-
listenerContainer
-
listenerMultiCast
-
repeat
protected boolean repeat -
lastFocus
-
-
Constructor Details
-
JideFocusTracker
public JideFocusTracker() -
JideFocusTracker
-
-
Method Details
-
setHeighestComponent
-
getHeighestComponent
-
isRepeating
public boolean isRepeating()This allows you to set whether focus lost or focus gained will be fired if the event is for the same component as a previous event. The default is true. -
setRepeating
public void setRepeating(boolean repeat) - See Also:
-
addFocusListener
-
removeFocusListener
-
addInternalListeners
-
removeInternalListeners
-