Package | Description |
---|---|
net.sf.jguiraffe.gui.builder.components.model |
In this package interfaces for specialized component handlers can be found.
|
net.sf.jguiraffe.gui.builder.event |
The main package for events and event listeners definitions.
|
net.sf.jguiraffe.gui.platform.swing.builder.event |
A package with Swing-specific event implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeExpansionEvent
An event class reporting a change in the expanded state of a tree's node.
|
Modifier and Type | Class and Description |
---|---|
class |
FormActionEvent
A specific event class for dealing with action events.
|
class |
FormChangeEvent
A specific event class for change events.
|
class |
FormFocusEvent
A specific event class dealing with focus events.
|
class |
FormMouseEvent
A specialized event class for reporting events related to mouse actions.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
FormListenerType.callListener(FormEventListener l,
FormEvent event)
Invokes an event listener.
|
void |
FormListenerType.callListeners(EventListenerList listenerList,
FormEvent event)
Invokes all listeners in the specified listener list that are of the
listener type represented by this instance.
|
void |
FormEventManager.fireEvent(FormEvent event,
FormListenerType type)
Sends the specified event to all registered listeners.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SwingEventAdapter.fireEvent(FormEvent event)
Notifies the event manager about a new event.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.