public interface CyColumnPresentation
Properties props = new Properties(); props.put(CyColumnPresentation.NAMESPACE, "myNamespace"); registerService(bc, new MyColumnPresentation(), CyColumnPresentation.class, props);
CyColumn
Module: swing-application-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>swing-application-api</artifactId> </dependency>
Modifier and Type | Field and Description |
---|---|
static String |
NAMESPACE
OSGi property, use to provide the namespace to associate this presentation with.
|
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceDescription()
Returns a String description of the namespace.
|
Icon |
getNamespaceIcon()
Returns an icon associated with the namespace.
|
static final String NAMESPACE
Icon getNamespaceIcon()
String getNamespaceDescription()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.