Uses of Class
net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormEvent.Type
-
Packages that use FormControllerFormEvent.Type Package Description net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers. -
-
Uses of FormControllerFormEvent.Type in net.sf.jguiraffe.gui.builder.window.ctrl
Methods in net.sf.jguiraffe.gui.builder.window.ctrl that return FormControllerFormEvent.Type Modifier and Type Method Description FormControllerFormEvent.Type
FormControllerFormEvent. getType()
Returns the type of this event.static FormControllerFormEvent.Type
FormControllerFormEvent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static FormControllerFormEvent.Type[]
FormControllerFormEvent.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.window.ctrl with parameters of type FormControllerFormEvent.Type Constructor Description FormControllerFormEvent(FormController ctrl, FormControllerFormEvent.Type t)
Creates a new instance ofFormControllerFormEvent
and initializes it.
-