Constructor and Description |
---|
FocusEvent(T component,
Context context,
Frame frame,
Component nextFocus,
boolean focused)
Used to create focus event.
|
Modifier and Type | Method and Description |
---|---|
Component |
getNextFocus()
Returns component which received focus.
|
boolean |
isFocused()
Returns true if component receive focus.
|
java.lang.String |
toString() |
equals, getComponent, getContext, getFrame, hashCode
public boolean isFocused()
public Component getNextFocus()