Uses of Interface
net.sf.jguiraffe.gui.builder.event.FormMouseListener
-
Packages that use FormMouseListener Package Description net.sf.jguiraffe.gui.builder.event The main package for events and event listeners definitions.net.sf.jguiraffe.gui.builder.window The interfaces and classes in this package support the creation of several types of windows in builder scripts. -
-
Uses of FormMouseListener in net.sf.jguiraffe.gui.builder.event
Methods in net.sf.jguiraffe.gui.builder.event with parameters of type FormMouseListener Modifier and Type Method Description void
FormEventManager. addMouseListener(String name, FormMouseListener l)
Adds a mouse listener to the specified component.void
FormEventManager. addMouseListener(FormMouseListener l)
Adds a mouse listener that will be notified about all mouse events generated for the components in the current form.void
FormEventManager. removeMouseListener(String name, FormMouseListener l)
Removes the specified mouse listener from the component with the given name.void
FormEventManager. removeMouseListener(FormMouseListener l)
Removes a mouse listener that is registered for all components. -
Uses of FormMouseListener in net.sf.jguiraffe.gui.builder.window
Methods in net.sf.jguiraffe.gui.builder.window with parameters of type FormMouseListener Modifier and Type Method Description void
Window. addMouseListener(FormMouseListener l)
Adds a listener for mouse events to this window.void
Window. removeMouseListener(FormMouseListener l)
Removes the specified mouse listener from this window.
-