Uses of Interface
net.sf.jguiraffe.gui.builder.event.PlatformEventManager
-
Packages that use PlatformEventManager Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.net.sf.jguiraffe.gui.builder.event The main package for events and event listeners definitions. -
-
Uses of PlatformEventManager in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components that return PlatformEventManager Modifier and Type Method Description PlatformEventManager
ComponentManager. createEventManager()
Returns a concrete implementation of thePlatformEventManager
interface for dealing with event notifications.PlatformEventManager
ComponentManagerWrapper. createEventManager()
Returns a concrete implementation of thePlatformEventManager
interface for dealing with event notifications.protected PlatformEventManager
ComponentBuilderData. createPlatformEventManager()
Creates the platform specific event manager. -
Uses of PlatformEventManager in net.sf.jguiraffe.gui.builder.event
Methods in net.sf.jguiraffe.gui.builder.event that return PlatformEventManager Modifier and Type Method Description PlatformEventManager
FormEventManager. getPlatformEventManager()
Returns the platform specific event manager.Constructors in net.sf.jguiraffe.gui.builder.event with parameters of type PlatformEventManager Constructor Description FormEventManager(PlatformEventManager platformEventManager)
Creates a new instance ofFormEventManager
and sets the platform specific event manager.
-