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.
|
Modifier and Type | Method and Description |
---|---|
CyProperty<Properties> |
CyAppAdapter.getCoreProperties()
Returns an instance of
CyProperty of type Properties. |
Modifier and Type | Class and 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.
|
Constructor and Description |
---|
PropertyUpdatedEvent(CyProperty<?> source)
Constructs the event.
|
Modifier and Type | Method and Description |
---|---|
Set<CyProperty<?>> |
CySession.getProperties()
Returns a set of
CyProperty objects defined for this session. |
Modifier and Type | Method and Description |
---|---|
CySession.Builder |
CySession.Builder.properties(Set<CyProperty<?>> p)
Returns an instance of Builder that has at least been configured with the specified properties.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.