Cytoscape 3.0.0-beta1 API

org.cytoscape.work
Interface ServiceProperties


public interface ServiceProperties

Reserved keywords for OSGi service properties (meta data). These properties will be used for TaskFactory services.


Field Summary
static String ACCELERATOR
          Shortcut key combination for desktop app.
static String COMMAND
          Name of command used by Command Executor
static String COMMAND_NAMESPACE
          Name space for a command
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_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 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 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
 

Field Detail

ID

static final String ID
Unique ID of an OSGi service. If you need to filter a service from collection of services, use this property as its unique identifier.

See Also:
Constant Field Values

TITLE

static final String TITLE
Human-readable display name of a service

See Also:
Constant Field Values

ENABLE_FOR

static final String ENABLE_FOR
Action should be enabled or disabled by states if this property is set

See Also:
Constant Field Values

PREFERRED_MENU

static final String PREFERRED_MENU
Preferred menu item for an action

See Also:
Constant Field Values

COMMAND

static final String COMMAND
Name of command used by Command Executor

See Also:
Constant Field Values

COMMAND_NAMESPACE

static final String COMMAND_NAMESPACE
Name space for a command

See Also:
Constant Field Values

LARGE_ICON_URL

static final String LARGE_ICON_URL
Location of large icon data for desktop application

See Also:
Constant Field Values

SMALL_ICON_URL

static final String SMALL_ICON_URL
Location of small icon data for desktop application

See Also:
Constant Field Values

TOOLTIP

static final String TOOLTIP
Tool tip text for an action

See Also:
Constant Field Values

IN_TOOL_BAR

static final String IN_TOOL_BAR
Action will be added to tool bar if this flag is set to true

See Also:
Constant Field Values

IN_MENU_BAR

static final String IN_MENU_BAR
Action will be added to menu bar if this flag is set to true

See Also:
Constant Field Values

ACCELERATOR

static final String ACCELERATOR
Shortcut key combination for desktop app.

See Also:
Constant Field Values

MENU_GRAVITY

static final String MENU_GRAVITY
Specify relative location of the action in the menu

See Also:
Constant Field Values

TOOL_BAR_GRAVITY

static final String TOOL_BAR_GRAVITY
Specify relative location of the action in the tool bar

See Also:
Constant Field Values

IN_NETWORK_PANEL_CONTEXT_MENU

static final String IN_NETWORK_PANEL_CONTEXT_MENU
Action will be added to network panel's context menu if this flag is set to true

See Also:
Constant Field Values

PREFERRED_ACTION

static final String PREFERRED_ACTION
Preferred action properties.

See Also:
Constant Field Values

Cytoscape 3.0.0-beta1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.