Uses of Interface
org.cytoscape.property.CyProperty
-
Packages that use CyProperty Package Description org.cytoscape.app 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.org.cytoscape.property This package provides a general property service interface for providing access to different types of property objects as OSGi services.org.cytoscape.session 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 CyProperty Modifier and Type Method Description CyProperty<Properties>
CyAppAdapter. getCoreProperties()
Deprecated.Returns an instance ofCyProperty
of type Properties. -
Uses of CyProperty in org.cytoscape.property
Classes in org.cytoscape.property that implement CyProperty Modifier and Type Class Description class
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.class
SimpleCyProperty<P>
A simple implementation of CyProperty suitable for general purpose use.Constructors in org.cytoscape.property with parameters of type CyProperty Constructor Description PropertyUpdatedEvent(CyProperty<?> source)
Constructs the event. -
Uses of CyProperty in org.cytoscape.session
Methods in org.cytoscape.session that return types with arguments of type CyProperty Modifier and Type Method Description Set<CyProperty<?>>
CySession. getProperties()
Returns a set ofCyProperty
objects defined for this session.Method parameters in org.cytoscape.session with type arguments of type CyProperty Modifier and Type Method Description CySession.Builder
CySession.Builder. properties(Set<CyProperty<?>> p)
Returns an instance of Builder that has at least been configured with the specified properties.
-