Package org.objectweb.fractal.gui.model

Provides a model for component configurations.

See:
          Description

Interface Summary
Binding A binding between a client and a server interface.
ClientInterface A client interface.
Component A primitive or composite component.
Configuration A model for a component configuration.
ConfigurationListener An interface to be notified of changes in a Configuration model.
Factory A factory to create components and interfaces.
Interface A component interface.
ServerInterface A server interface.
VetoableConfigurationListener An interface to veto changes in a Configuration model.
 

Class Summary
AbstractComponent Abstract implementation of the Component interface.
BasicBinding Basic implementation of the Binding interface.
BasicClientInterface Basic implementation of the ClientInterface interface.
BasicComponent Basic implementation of the Component interface.
BasicConfiguration Basic implementation of the Configuration interface.
BasicInterface Abstract implementation of the Interface interface.
BasicServerInterface Basic implementation of the ServerInterface interface.
ConfigurationNotifier A ConfigurationListener that notifies other ConfigurationListeners.
DerivedConfiguration A sub Configuration of another Configuration.
SharedClientInterface An implementation of the ClientInterface interface for slave components.
SharedComponent An implementation of the Component interface for slave components.
SharedInterface Abstract implementation of the Interface interface for interfaces of slave components.
SharedServerInterface An implementation of the ServerInterface interface for slave components.
StatusManager A ConfigurationListener to manage the status of components, interfaces and bindings.
 

Exception Summary
IllegalOperationException Thrown when an illegal operation is performed on a configuration.
 

Package org.objectweb.fractal.gui.model Description

Provides a model for component configurations. See here for an overview of this model.

Since:
Fractal 1.1