public interface ServiceProperties
TaskFactory
services.Module: work-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>work-api</artifactId> </dependency>
Modifier and Type | Field and Description |
---|---|
static String |
ACCELERATOR
Shortcut key combination for desktop app.
|
static String |
APPS_MENU
Define standard context menus.
|
static String |
COMMAND
Name of command used by Command Executor
|
static String |
COMMAND_DESCRIPTION
Description for a command
|
static String |
COMMAND_NAMESPACE
Name space for a command
|
static String |
EDGE_APPS_MENU |
static String |
EDGE_DYNAMIC_LINKOUTS_MENU |
static String |
EDGE_EDIT_MENU |
static String |
EDGE_LINKOUTS_MENU |
static String |
EDGE_PREFERENCES_MENU |
static String |
EDGE_SELECT_MENU |
static String |
ENABLE_FOR
Action should be enabled or disabled by states if this property is set
|
static String |
ID
Unique ID of an OSGi service.
|
static String |
IN_CONTEXT_MENU
Action will be added to context menu if this flag is set to true.
|
static String |
IN_MENU_BAR
Action will be added to menu bar if this flag is set to true
|
static String |
IN_NETWORK_PANEL_CONTEXT_MENU
Action will be added to network panel's context menu if this
flag is set to true
|
static String |
IN_TOOL_BAR
Action will be added to tool bar if this flag is set to true
|
static String |
INSERT_SEPARATOR_AFTER
Insert separator after this menu item
|
static String |
INSERT_SEPARATOR_BEFORE
Insert separator before this menu item
|
static String |
LARGE_ICON_URL
Location of large icon data for desktop application
|
static String |
MENU_GRAVITY
Specify relative location of the action in the menu
|
static String |
NETWORK_ADD_MENU |
static String |
NETWORK_APPS_MENU |
static String |
NETWORK_DELETE_MENU |
static String |
NETWORK_EDIT_MENU |
static String |
NETWORK_GROUP_MENU |
static String |
NETWORK_LAYOUT_MENU |
static String |
NETWORK_PREFERENCES_MENU |
static String |
NETWORK_SELECT_MENU |
static String |
NODE_ADD_MENU |
static String |
NODE_APPS_MENU |
static String |
NODE_DYNAMIC_LINKOUTS_MENU |
static String |
NODE_EDIT_MENU |
static String |
NODE_GROUP_MENU |
static String |
NODE_LINKOUTS_MENU |
static String |
NODE_NESTED_NETWORKS_MENU |
static String |
NODE_PREFERENCES_MENU |
static String |
NODE_SELECT_MENU |
static String |
PREFERRED_ACTION
Preferred action properties.
|
static String |
PREFERRED_MENU
Preferred menu item for an action
|
static String |
SMALL_ICON_URL
Location of small icon data for desktop application
|
static String |
TITLE
Human-readable display name of a service
|
static String |
TOOL_BAR_GRAVITY
Specify relative location of the action in the tool bar
|
static String |
TOOLTIP
Tool tip text for an action
|
static final String ID
static final String TITLE
static final String ENABLE_FOR
static final String PREFERRED_MENU
static final String COMMAND
static final String COMMAND_NAMESPACE
static final String COMMAND_DESCRIPTION
static final String LARGE_ICON_URL
static final String SMALL_ICON_URL
static final String TOOLTIP
static final String IN_TOOL_BAR
static final String IN_MENU_BAR
static final String IN_CONTEXT_MENU
This service property only affects:
NodeViewTaskFactory
EdgeViewTaskFactory
NetworkViewTaskFactory
If no value is defined, the default value is true
.
static final String ACCELERATOR
static final String MENU_GRAVITY
static final String TOOL_BAR_GRAVITY
static final String IN_NETWORK_PANEL_CONTEXT_MENU
static final String PREFERRED_ACTION
static final String INSERT_SEPARATOR_BEFORE
static final String INSERT_SEPARATOR_AFTER
static final String APPS_MENU
static final String NETWORK_ADD_MENU
static final String NETWORK_DELETE_MENU
static final String NETWORK_EDIT_MENU
static final String NETWORK_SELECT_MENU
static final String NETWORK_GROUP_MENU
static final String NETWORK_LAYOUT_MENU
static final String NETWORK_APPS_MENU
static final String NETWORK_PREFERENCES_MENU
static final String NODE_ADD_MENU
static final String NODE_EDIT_MENU
static final String NODE_SELECT_MENU
static final String NODE_GROUP_MENU
static final String NODE_NESTED_NETWORKS_MENU
static final String NODE_APPS_MENU
static final String NODE_LINKOUTS_MENU
static final String NODE_DYNAMIC_LINKOUTS_MENU
static final String NODE_PREFERENCES_MENU
static final String EDGE_EDIT_MENU
static final String EDGE_SELECT_MENU
static final String EDGE_APPS_MENU
static final String EDGE_LINKOUTS_MENU
static final String EDGE_DYNAMIC_LINKOUTS_MENU
static final String EDGE_PREFERENCES_MENU
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.