|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IEvent | |
---|---|
org.eclipse.net4j.util.cache | A generic caching and memory monitoring framework. |
org.eclipse.net4j.util.collection | Additional collection-like interfaces and classes. |
org.eclipse.net4j.util.container | A framework of notifying collections and wiring containers. |
org.eclipse.net4j.util.event | A framework for sending of and listening to events. |
org.eclipse.net4j.util.fsm | A framework for finite state machines. |
org.eclipse.net4j.util.lifecycle | A framework for components with a simple lifecycle. |
org.eclipse.net4j.util.om.monitor | Interfaces and classes for platform-independent progress monitoring. |
org.eclipse.net4j.util.om.pref | Interfaces and classes for platform-independent preference management. |
org.eclipse.net4j.util.options | A framework for option containers that fire change events. |
org.eclipse.net4j.util.ui | Reusable UI components. |
org.eclipse.net4j.util.ui.actions | Reusable actions and action delegates. |
org.eclipse.net4j.util.ui.container | An element wizard framework for managed containers. |
org.eclipse.net4j.util.ui.views | Helpers for Eclipse view parts. |
org.eclipse.net4j.util.ui.widgets | A library with reusable widgets. |
Uses of IEvent in org.eclipse.net4j.util.cache |
---|
Subinterfaces of IEvent in org.eclipse.net4j.util.cache | |
---|---|
interface |
ICacheMonitorEvent
|
Uses of IEvent in org.eclipse.net4j.util.collection |
---|
Subinterfaces of IEvent in org.eclipse.net4j.util.collection | |
---|---|
interface |
IHistoryChangeEvent
|
Uses of IEvent in org.eclipse.net4j.util.container |
---|
Subinterfaces of IEvent in org.eclipse.net4j.util.container | |
---|---|
interface |
IContainerEvent<E>
An event fired from a container when its elements have changed. |
Classes in org.eclipse.net4j.util.container that implement IEvent | |
---|---|
class |
ContainerEvent<E>
A default container event implementation. |
class |
SingleDeltaContainerEvent<E>
A container event with a single element delta . |
Methods in org.eclipse.net4j.util.container with parameters of type IEvent | |
---|---|
void |
Container.fireEvent(IEvent event)
|
void |
ManagedContainer.fireEvent(IEvent event)
|
void |
ContainerEventAdapter.notifyEvent(IEvent event)
|
void |
LifecycleEventConverter.notifyEvent(IEvent event)
|
protected void |
ContainerEventAdapter.notifyOtherEvent(IEvent event)
|
Uses of IEvent in org.eclipse.net4j.util.event |
---|
Classes in org.eclipse.net4j.util.event that implement IEvent | |
---|---|
class |
Event
A default implementation of an event . |
class |
ValueEvent<VALUE>
An IEvent fired from value notifiers after value changes. |
Methods in org.eclipse.net4j.util.event with parameters of type IEvent | |
---|---|
void |
Notifier.fireEvent(IEvent event)
|
void |
Notifier.fireEvent(IEvent event,
IListener[] listeners)
|
void |
IListener.notifyEvent(IEvent event)
|
Uses of IEvent in org.eclipse.net4j.util.fsm |
---|
Classes in org.eclipse.net4j.util.fsm that implement IEvent | |
---|---|
class |
FiniteStateMachine.StateChangedEvent
|
Uses of IEvent in org.eclipse.net4j.util.lifecycle |
---|
Subinterfaces of IEvent in org.eclipse.net4j.util.lifecycle | |
---|---|
interface |
ILifecycleEvent
An event fired from an entity with a lifecycle when its lifecycle state has changed. |
Classes in org.eclipse.net4j.util.lifecycle that implement IEvent | |
---|---|
class |
LifecycleEvent
A default implementation of a lifecycle event . |
Methods in org.eclipse.net4j.util.lifecycle with parameters of type IEvent | |
---|---|
void |
LifecycleEventAdapter.notifyEvent(IEvent event)
|
protected void |
LifecycleEventAdapter.notifyOtherEvent(IEvent event)
|
Uses of IEvent in org.eclipse.net4j.util.om.monitor |
---|
Classes in org.eclipse.net4j.util.om.monitor that implement IEvent | |
---|---|
static class |
NotifyingMonitor.ProgressEvent
|
Uses of IEvent in org.eclipse.net4j.util.om.pref |
---|
Subinterfaces of IEvent in org.eclipse.net4j.util.om.pref | |
---|---|
interface |
OMPreferencesChangeEvent<T>
An event fired from a preferences object when a preference
value has changed. |
Uses of IEvent in org.eclipse.net4j.util.options |
---|
Subinterfaces of IEvent in org.eclipse.net4j.util.options | |
---|---|
interface |
IOptionsEvent
A generic event fired from an options object when an option has changed. |
Classes in org.eclipse.net4j.util.options that implement IEvent | |
---|---|
class |
OptionsEvent
The default implementation of an options event . |
Uses of IEvent in org.eclipse.net4j.util.ui |
---|
Methods in org.eclipse.net4j.util.ui with parameters of type IEvent | |
---|---|
void |
StructuredContentProvider.notifyEvent(IEvent event)
|
Uses of IEvent in org.eclipse.net4j.util.ui.actions |
---|
Methods in org.eclipse.net4j.util.ui.actions with parameters of type IEvent | |
---|---|
void |
SashLayoutAction.Vertical.notifyEvent(IEvent event)
|
void |
SashLayoutAction.Horizontal.notifyEvent(IEvent event)
|
Uses of IEvent in org.eclipse.net4j.util.ui.container |
---|
Methods in org.eclipse.net4j.util.ui.container with parameters of type IEvent | |
---|---|
void |
ElementWizardComposite.notifyEvent(IEvent event)
|
Uses of IEvent in org.eclipse.net4j.util.ui.views |
---|
Methods in org.eclipse.net4j.util.ui.views with parameters of type IEvent | |
---|---|
void |
ContainerItemProvider.LeafNode.notifyEvent(IEvent event)
|
Uses of IEvent in org.eclipse.net4j.util.ui.widgets |
---|
Classes in org.eclipse.net4j.util.ui.widgets that implement IEvent | |
---|---|
class |
SashComposite.OrientationChangedEvent
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |