Uses of Interface
org.cytoscape.property.CyProperty
Packages that use CyProperty
Package
Description
This is the Cytoscape App API, which supports development of Cytoscape 3.X
apps in a manner similar to apps developed in Cytoscape 2.X.
This package provides a general property service interface for providing access
to different types of property objects as OSGi services.
This package contains the interfaces and classes necessary to capturing,
storing, and retrieving the state of a Cytoscape session.
-
Uses of CyProperty in org.cytoscape.app
Methods in org.cytoscape.app that return CyPropertyModifier and TypeMethodDescriptionCyAppAdapter.getCoreProperties()
Deprecated.Returns an instance ofCyProperty
of type Properties. -
Uses of CyProperty in org.cytoscape.property
Classes in org.cytoscape.property that implement CyPropertyModifier and TypeClassDescriptionclass
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.class
A simple implementation of CyProperty suitable for general purpose use.Constructors in org.cytoscape.property with parameters of type CyProperty -
Uses of CyProperty in org.cytoscape.session
Methods in org.cytoscape.session that return types with arguments of type CyPropertyModifier and TypeMethodDescriptionSet<CyProperty<?>>
CySession.getProperties()
Note: This is NOT the correct way for Apps to access CyProperty settings.Method parameters in org.cytoscape.session with type arguments of type CyPropertyModifier and TypeMethodDescriptionCySession.Builder.properties(Set<CyProperty<?>> p)
Returns an instance of Builder that has at least been configured with the specified properties.