intarsys runtime library

Uses of Interface
de.intarsys.tools.event.INotificationSupport

Packages that use INotificationSupport
de.intarsys.tools.event   
de.intarsys.tools.functor   
de.intarsys.tools.logging   
de.intarsys.tools.preferences   
de.intarsys.tools.tree   
de.intarsys.tools.ui   
 

Uses of INotificationSupport in de.intarsys.tools.event
 

Classes in de.intarsys.tools.event with type parameters of type INotificationSupport
 interface INotificationObserver<M extends INotificationSupport>
          An object that observes another.
 

Classes in de.intarsys.tools.event that implement INotificationSupport
 class DeferredEventDispatcher
          Pluggable helper object for management and dispatching of events.
 class EventDispatcher
          Pluggable helper object for management and dispatching of events.
 

Methods in de.intarsys.tools.event that return INotificationSupport
 INotificationSupport LifecycleWatchdog.getObject()
           
 

Methods in de.intarsys.tools.event with parameters of type INotificationSupport
 void EventDispatcher.attach(INotificationSupport support)
           
 void EventDispatcher.detach(INotificationSupport support)
           
 

Constructors in de.intarsys.tools.event with parameters of type INotificationSupport
LifecycleWatchdog(INotificationSupport factory)
           
 

Uses of INotificationSupport in de.intarsys.tools.functor
 

Classes in de.intarsys.tools.functor that implement INotificationSupport
 class FunctorFieldHandler
           
 

Uses of INotificationSupport in de.intarsys.tools.logging
 

Classes in de.intarsys.tools.logging that implement INotificationSupport
 class MemoryLogHandler
          A Handler that keeps its LogRecords in memory.
 

Uses of INotificationSupport in de.intarsys.tools.preferences
 

Classes in de.intarsys.tools.preferences that implement INotificationSupport
 class PreferencesAdapter
          Adapt Preferences to IPreferences.
 

Uses of INotificationSupport in de.intarsys.tools.tree
 

Classes in de.intarsys.tools.tree that implement INotificationSupport
 class BeanPropertiesNode
          A PropertiesNode that reflects the object properties using plain Java beans techniques.
 class CommonNode<T>
          A common implementation for a node in a tree.
 class DeclaredPropertiesNode
          A generic PropertiesNode to collect predefined property children.
 class NoneNode
          The "none" node.
 class PropertiesNode
          A common superclass for a node providing some grouped detail information on a properties subset of its parent.
 class PropertyNode
          A common superclass for a node providing detail information on a specifc property of its parent.
 

Uses of INotificationSupport in de.intarsys.tools.ui
 

Classes in de.intarsys.tools.ui with type parameters of type INotificationSupport
 interface IUIComponent<M extends INotificationSupport,C,T>
          A user interface component abstraction, acting as a mediator to a concrete window toolkit and a link between view and model layer.
 class UIComponent<M extends INotificationSupport,C,T>
          Abstraction of an user interface component.
 class UIWizard<M extends INotificationSupport,C,T>
          A simple wizard like user interface implementation.
 

Constructor parameters in de.intarsys.tools.ui with type arguments of type INotificationSupport
UIComponent(IUIComponent<? extends INotificationSupport,C,T> parent)
           
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.