Uses of Class
com.jformdesigner.model.FormEvent
-
Packages that use FormEvent Package Description com.jformdesigner.model -
-
Uses of FormEvent in com.jformdesigner.model
Methods in com.jformdesigner.model that return FormEvent Modifier and Type Method Description FormEventFormComponent. getEvent(int index)Returns the form event atindex.FormEvent[]FormComponent. getEvents()Returns all form events in this form component.Methods in com.jformdesigner.model with parameters of type FormEvent Modifier and Type Method Description voidFormComponent. addEvent(FormEvent event)Adds a form event to the end of this form component.voidFormComponent. addEvent(FormEvent event, int index)Adds a form event to this form component at the specified position.voidFormComponent. removeEvent(FormEvent event)Removes the specified form event from this form component.Constructors in com.jformdesigner.model with parameters of type FormEvent Constructor Description FormEvent(FormEvent orig)Copy constructor.
-