Cytoscape 3.0.1 API

Package org.cytoscape.property

This package provides a general property service interface for providing access to different types of property objects as OSGi services.

See:
          Description

Interface Summary
CyProperty<P> A general property service interface for providing access to different types of property objects as OSGi services.
PropertyUpdatedListener Listener interface for PropertyUpdatedEvent.
 

Class Summary
AbstractConfigDirPropsReader An abstract implementation of CyProperty<Properties> that attempts to read the specified properties file first from the jar file running this code and then appends any properties found in the local configuration directory to that properties object.
PropertyUpdatedEvent This event signals that a CyProperty is updated.
SimpleCyProperty<P> A simple implementation of CyProperty suitable for general purpose use.
 

Enum Summary
CyProperty.SavePolicy SavePolicy specifies how the CyProperty will be saved, or if it will not be saved.
 

Package org.cytoscape.property Description

This package provides a general property service interface for providing access to different types of property objects as OSGi services.


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.