|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CyProperty | |
---|---|
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 | |
---|---|
CyProperty<Properties> |
CyAppAdapter.getCoreProperties()
Returns an instance of CyProperty of type Properties. |
Uses of CyProperty in org.cytoscape.property |
---|
Classes in org.cytoscape.property that implement CyProperty | |
---|---|
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 | |
---|---|
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 | |
---|---|
Set<CyProperty<?>> |
CySession.getProperties()
Returns a set of CyProperty objects defined for this session. |
Method parameters in org.cytoscape.session with type arguments of type CyProperty | |
---|---|
CySession.Builder |
CySession.Builder.properties(Set<CyProperty<?>> p)
Returns an instance of Builder that has at least been configured with the specified properties. |
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |