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 voidFormEventManager. addMouseListener(String name, FormMouseListener l)Adds a mouse listener to the specified component.voidFormEventManager. addMouseListener(FormMouseListener l)Adds a mouse listener that will be notified about all mouse events generated for the components in the current form.voidFormEventManager. removeMouseListener(String name, FormMouseListener l)Removes the specified mouse listener from the component with the given name.voidFormEventManager. 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 voidWindow. addMouseListener(FormMouseListener l)Adds a listener for mouse events to this window.voidWindow. removeMouseListener(FormMouseListener l)Removes the specified mouse listener from this window.
-