Uses of Class
net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
-
Packages that use FormMouseEvent.Type Package Description net.sf.jguiraffe.gui.builder.event The main package for events and event listeners definitions. -
-
Uses of FormMouseEvent.Type in net.sf.jguiraffe.gui.builder.event
Methods in net.sf.jguiraffe.gui.builder.event that return FormMouseEvent.Type Modifier and Type Method Description FormMouseEvent.Type
FormMouseEvent. getType()
Returns the type of this event.static FormMouseEvent.Type
FormMouseEvent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static FormMouseEvent.Type[]
FormMouseEvent.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 FormMouseEvent.Type Constructor Description FormMouseEvent(Object source, ComponentHandler<?> handler, String name, FormMouseEvent.Type t, int xp, int yp, int btn, Collection<Modifiers> mods)
Creates a new instance ofFormMouseEvent
and initializes all its properties.
-