org.eclipse.gmf.runtime.lite.edit.policies
Interface EditPolicyRoles


public interface EditPolicyRoles

Constants that are used as keys for installing edit policies.


Field Summary
static String OPEN_ROLE
          The key used to install an edit policy that handles open requests.
static String SIDE_AFFIXED_LAYOUT_ROLE
          The key used to install an edit policy that layouts side-affixed children.
 

Field Detail

OPEN_ROLE

static final String OPEN_ROLE
The key used to install an edit policy that handles open requests. Typically, this edit policy will open another diagram in response to the request.

See Also:
Constant Field Values

SIDE_AFFIXED_LAYOUT_ROLE

static final String SIDE_AFFIXED_LAYOUT_ROLE
The key used to install an edit policy that layouts side-affixed children.

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.