Cytoscape 3.0.1 API

Uses of Class
org.cytoscape.property.CyProperty.SavePolicy

Packages that use CyProperty.SavePolicy
org.cytoscape.property This package provides a general property service interface for providing access to different types of property objects as OSGi services. 
 

Uses of CyProperty.SavePolicy in org.cytoscape.property
 

Fields in org.cytoscape.property declared as CyProperty.SavePolicy
protected  CyProperty.SavePolicy AbstractConfigDirPropsReader.savePolicy
          The SavePolicy of this CyProperty.
 

Methods in org.cytoscape.property that return CyProperty.SavePolicy
 CyProperty.SavePolicy SimpleCyProperty.getSavePolicy()
          Returns the CyProperty.SavePolicy of the CyProperty.
 CyProperty.SavePolicy CyProperty.getSavePolicy()
          Returns the CyProperty.SavePolicy of the CyProperty.
 CyProperty.SavePolicy AbstractConfigDirPropsReader.getSavePolicy()
          Returns the CyProperty.SavePolicy of the CyProperty.
static CyProperty.SavePolicy CyProperty.SavePolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CyProperty.SavePolicy[] CyProperty.SavePolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.cytoscape.property with parameters of type CyProperty.SavePolicy
AbstractConfigDirPropsReader(String name, String propFileName, CyProperty.SavePolicy savePolicy)
          Creates a new AbstractConfigDirPropsReader object.
SimpleCyProperty(String name, P properties, Class<? extends P> propertyType, CyProperty.SavePolicy savePolicy)
          Properties is a non-null Properties object that this CyProperty object should encapsulate.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.