Uses of Class
net.sf.jguiraffe.gui.builder.event.FormFocusEvent.Type
-
Packages that use FormFocusEvent.Type Package Description net.sf.jguiraffe.gui.builder.event The main package for events and event listeners definitions. -
-
Uses of FormFocusEvent.Type in net.sf.jguiraffe.gui.builder.event
Methods in net.sf.jguiraffe.gui.builder.event that return FormFocusEvent.Type Modifier and Type Method Description FormFocusEvent.Type
FormFocusEvent. getType()
Returns the type of this event.static FormFocusEvent.Type
FormFocusEvent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static FormFocusEvent.Type[]
FormFocusEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.jguiraffe.gui.builder.event with parameters of type FormFocusEvent.Type Constructor Description FormFocusEvent(Object source, ComponentHandler<?> handler, String name, FormFocusEvent.Type type)
Creates a new instance ofFormFocusEvent
and initializes it.
-