Uses of Class
com.badlogic.gdx.scenes.scene2d.utils.FocusListener.FocusEvent.Type
-
Packages that use FocusListener.FocusEvent.Type Package Description com.badlogic.gdx.scenes.scene2d.utils -
-
Uses of FocusListener.FocusEvent.Type in com.badlogic.gdx.scenes.scene2d.utils
Methods in com.badlogic.gdx.scenes.scene2d.utils that return FocusListener.FocusEvent.Type Modifier and Type Method Description FocusListener.FocusEvent.TypeFocusListener.FocusEvent. getType()static FocusListener.FocusEvent.TypeFocusListener.FocusEvent.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FocusListener.FocusEvent.Type[]FocusListener.FocusEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.badlogic.gdx.scenes.scene2d.utils with parameters of type FocusListener.FocusEvent.Type Modifier and Type Method Description voidFocusListener.FocusEvent. setType(FocusListener.FocusEvent.Type focusType)
-