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.
|
net.sf.jguiraffe.gui.platform.swing.builder.components |
A package with Swing-specific
ComponentHandler implementations. |
net.sf.jguiraffe.gui.platform.swing.builder.event |
A package with Swing-specific event implementations.
|
Modifier and Type | Method and Description |
---|---|
PlatformEventManager |
ComponentManagerWrapper.createEventManager()
Returns a concrete implementation of the
PlatformEventManager interface for dealing with event
notifications. |
PlatformEventManager |
ComponentManager.createEventManager()
Returns a concrete implementation of the
PlatformEventManager interface for dealing with event
notifications. |
protected PlatformEventManager |
ComponentBuilderData.createPlatformEventManager()
Creates the platform specific event manager.
|
Modifier and Type | Method and Description |
---|---|
PlatformEventManager |
FormEventManager.getPlatformEventManager()
Returns the platform specific event manager.
|
Constructor and Description |
---|
FormEventManager(PlatformEventManager platformEventManager)
Creates a new instance of
FormEventManager and sets the
platform specific event manager. |
Modifier and Type | Method and Description |
---|---|
PlatformEventManager |
SwingComponentManager.createEventManager()
Creates the Swing specific platform event manager.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingEventManager
Swing specific implementation of the
PlatformEventManager
interface. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.