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 Component
protected Component
protected ContainerListener
protected FocusListener
protected FocusListener
protected boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
addInternalListeners
(Component component) boolean
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.void
protected void
removeInternalListeners
(Component component) void
setHeighestComponent
(Component compHeighest) void
setRepeating
(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
-