org.eclipse.gmf.tooldef
Interface GMFToolPackage
-
All Superinterfaces:
- org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
-
All Known Implementing Classes:
-
GMFToolPackageImpl
-
public interface GMFToolPackage
- extends org.eclipse.emf.ecore.EPackage
The Package for the model.
It contains accessors for the meta objects to represent
- each class,
- each feature of each class,
- each enum,
- and each data type
-
See Also:
-
GMFToolFactory
-
** Generated **
-
-
Model:
- kind="package"
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
|
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
|
Methods inherited from interface org.eclipse.emf.ecore.EPackage
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
|
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
|
getName, setName
|
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
|
getEAnnotation, getEAnnotations
|
Methods inherited from interface org.eclipse.emf.ecore.EObject
|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
|
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
|
eAdapters, eDeliver, eNotify, eSetDeliver
|
eNAME
static final java.lang.String eNAME
- The package name.
-
See Also:
-
Constant Field Values
-
** Generated **
-
eNS_URI
static final java.lang.String eNS_URI
- The package namespace URI.
-
See Also:
-
Constant Field Values
-
** Generated **
-
eNS_PREFIX
static final java.lang.String eNS_PREFIX
- The package namespace name.
-
See Also:
-
Constant Field Values
-
** Generated **
-
eINSTANCE
static final
GMFToolPackage eINSTANCE
- The singleton instance of the package.
-
** Generated **
-
TOOL_REGISTRY
static final int TOOL_REGISTRY
- The meta object id for the '
Tool Registry
' class.
-
See Also:
-
ToolRegistryImpl
,
GMFToolPackageImpl.getToolRegistry()
,
Constant Field Values
-
** Generated **
-
TOOL_REGISTRY__SHARED_ACTIONS
static final int TOOL_REGISTRY__SHARED_ACTIONS
- The feature id for the '
Shared Actions
' containment reference list.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_REGISTRY__ALL_MENUS
static final int TOOL_REGISTRY__ALL_MENUS
- The feature id for the '
All Menus
' containment reference list.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_REGISTRY__PALETTE
static final int TOOL_REGISTRY__PALETTE
- The feature id for the '
Palette
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_REGISTRY_FEATURE_COUNT
static final int TOOL_REGISTRY_FEATURE_COUNT
- The number of structural features of the 'Tool Registry' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
ABSTRACT_TOOL
static final int ABSTRACT_TOOL
- The meta object id for the '
Abstract Tool
' class.
-
See Also:
-
AbstractToolImpl
,
GMFToolPackageImpl.getAbstractTool()
,
Constant Field Values
-
** Generated **
-
ABSTRACT_TOOL__SMALL_ICON
static final int ABSTRACT_TOOL__SMALL_ICON
- The feature id for the '
Small Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
ABSTRACT_TOOL__LARGE_ICON
static final int ABSTRACT_TOOL__LARGE_ICON
- The feature id for the '
Large Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
ABSTRACT_TOOL__TITLE
static final int ABSTRACT_TOOL__TITLE
- The feature id for the '
Title
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
ABSTRACT_TOOL__DESCRIPTION
static final int ABSTRACT_TOOL__DESCRIPTION
- The feature id for the '
Description
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
ABSTRACT_TOOL_FEATURE_COUNT
static final int ABSTRACT_TOOL_FEATURE_COUNT
- The number of structural features of the 'Abstract Tool' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_CONTAINER
static final int TOOL_CONTAINER
- The meta object id for the '
Tool Container
' class.
-
See Also:
-
ToolContainerImpl
,
GMFToolPackageImpl.getToolContainer()
,
Constant Field Values
-
** Generated **
-
TOOL_CONTAINER__SMALL_ICON
static final int TOOL_CONTAINER__SMALL_ICON
- The feature id for the '
Small Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_CONTAINER__LARGE_ICON
static final int TOOL_CONTAINER__LARGE_ICON
- The feature id for the '
Large Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_CONTAINER__TITLE
static final int TOOL_CONTAINER__TITLE
- The feature id for the '
Title
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_CONTAINER__DESCRIPTION
static final int TOOL_CONTAINER__DESCRIPTION
- The feature id for the '
Description
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_CONTAINER__TOOLS
static final int TOOL_CONTAINER__TOOLS
- The feature id for the '
Tools
' containment reference list.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_CONTAINER_FEATURE_COUNT
static final int TOOL_CONTAINER_FEATURE_COUNT
- The number of structural features of the 'Tool Container' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
PALETTE_SEPARATOR
static final int PALETTE_SEPARATOR
- The meta object id for the '
Palette Separator
' class.
-
See Also:
-
PaletteSeparatorImpl
,
GMFToolPackageImpl.getPaletteSeparator()
,
Constant Field Values
-
** Generated **
-
PALETTE_SEPARATOR__SMALL_ICON
static final int PALETTE_SEPARATOR__SMALL_ICON
- The feature id for the '
Small Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
PALETTE_SEPARATOR__LARGE_ICON
static final int PALETTE_SEPARATOR__LARGE_ICON
- The feature id for the '
Large Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
PALETTE_SEPARATOR__TITLE
static final int PALETTE_SEPARATOR__TITLE
- The feature id for the '
Title
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
PALETTE_SEPARATOR__DESCRIPTION
static final int PALETTE_SEPARATOR__DESCRIPTION
- The feature id for the '
Description
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
PALETTE_SEPARATOR_FEATURE_COUNT
static final int PALETTE_SEPARATOR_FEATURE_COUNT
- The number of structural features of the 'Palette Separator' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_GROUP
static final int TOOL_GROUP
- The meta object id for the '
Tool Group
' class.
-
See Also:
-
ToolGroupImpl
,
GMFToolPackageImpl.getToolGroup()
,
Constant Field Values
-
** Generated **
-
TOOL_GROUP__SMALL_ICON
static final int TOOL_GROUP__SMALL_ICON
- The feature id for the '
Small Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_GROUP__LARGE_ICON
static final int TOOL_GROUP__LARGE_ICON
- The feature id for the '
Large Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_GROUP__TITLE
static final int TOOL_GROUP__TITLE
- The feature id for the '
Title
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_GROUP__DESCRIPTION
static final int TOOL_GROUP__DESCRIPTION
- The feature id for the '
Description
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_GROUP__TOOLS
static final int TOOL_GROUP__TOOLS
- The feature id for the '
Tools
' containment reference list.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_GROUP__COLLAPSIBLE
static final int TOOL_GROUP__COLLAPSIBLE
- The feature id for the '
Collapsible
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_GROUP__STACK
static final int TOOL_GROUP__STACK
- The feature id for the '
Stack
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_GROUP__ACTIVE
static final int TOOL_GROUP__ACTIVE
- The feature id for the '
Active
' reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOL_GROUP_FEATURE_COUNT
static final int TOOL_GROUP_FEATURE_COUNT
- The number of structural features of the 'Tool Group' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
PALETTE
static final int PALETTE
- The meta object id for the '
Palette
' class.
-
See Also:
-
PaletteImpl
,
GMFToolPackageImpl.getPalette()
,
Constant Field Values
-
** Generated **
-
PALETTE__SMALL_ICON
static final int PALETTE__SMALL_ICON
- The feature id for the '
Small Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
PALETTE__LARGE_ICON
static final int PALETTE__LARGE_ICON
- The feature id for the '
Large Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
PALETTE__TITLE
static final int PALETTE__TITLE
- The feature id for the '
Title
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
PALETTE__DESCRIPTION
static final int PALETTE__DESCRIPTION
- The feature id for the '
Description
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
PALETTE__TOOLS
static final int PALETTE__TOOLS
- The feature id for the '
Tools
' containment reference list.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
PALETTE__DEFAULT
static final int PALETTE__DEFAULT
- The feature id for the '
Default
' reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
PALETTE_FEATURE_COUNT
static final int PALETTE_FEATURE_COUNT
- The number of structural features of the 'Palette' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
STANDARD_TOOL
static final int STANDARD_TOOL
- The meta object id for the '
Standard Tool
' class.
-
See Also:
-
StandardToolImpl
,
GMFToolPackageImpl.getStandardTool()
,
Constant Field Values
-
** Generated **
-
STANDARD_TOOL__SMALL_ICON
static final int STANDARD_TOOL__SMALL_ICON
- The feature id for the '
Small Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
STANDARD_TOOL__LARGE_ICON
static final int STANDARD_TOOL__LARGE_ICON
- The feature id for the '
Large Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
STANDARD_TOOL__TITLE
static final int STANDARD_TOOL__TITLE
- The feature id for the '
Title
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
STANDARD_TOOL__DESCRIPTION
static final int STANDARD_TOOL__DESCRIPTION
- The feature id for the '
Description
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
STANDARD_TOOL__TOOL_KIND
static final int STANDARD_TOOL__TOOL_KIND
- The feature id for the '
Tool Kind
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
STANDARD_TOOL_FEATURE_COUNT
static final int STANDARD_TOOL_FEATURE_COUNT
- The number of structural features of the 'Standard Tool' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
CREATION_TOOL
static final int CREATION_TOOL
- The meta object id for the '
Creation Tool
' class.
-
See Also:
-
CreationToolImpl
,
GMFToolPackageImpl.getCreationTool()
,
Constant Field Values
-
** Generated **
-
CREATION_TOOL__SMALL_ICON
static final int CREATION_TOOL__SMALL_ICON
- The feature id for the '
Small Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
CREATION_TOOL__LARGE_ICON
static final int CREATION_TOOL__LARGE_ICON
- The feature id for the '
Large Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
CREATION_TOOL__TITLE
static final int CREATION_TOOL__TITLE
- The feature id for the '
Title
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
CREATION_TOOL__DESCRIPTION
static final int CREATION_TOOL__DESCRIPTION
- The feature id for the '
Description
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
CREATION_TOOL_FEATURE_COUNT
static final int CREATION_TOOL_FEATURE_COUNT
- The number of structural features of the 'Creation Tool' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
GENERIC_TOOL
static final int GENERIC_TOOL
- The meta object id for the '
Generic Tool
' class.
-
See Also:
-
GenericToolImpl
,
GMFToolPackageImpl.getGenericTool()
,
Constant Field Values
-
** Generated **
-
GENERIC_TOOL__SMALL_ICON
static final int GENERIC_TOOL__SMALL_ICON
- The feature id for the '
Small Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
GENERIC_TOOL__LARGE_ICON
static final int GENERIC_TOOL__LARGE_ICON
- The feature id for the '
Large Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
GENERIC_TOOL__TITLE
static final int GENERIC_TOOL__TITLE
- The feature id for the '
Title
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
GENERIC_TOOL__DESCRIPTION
static final int GENERIC_TOOL__DESCRIPTION
- The feature id for the '
Description
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
GENERIC_TOOL__TOOL_CLASS
static final int GENERIC_TOOL__TOOL_CLASS
- The feature id for the '
Tool Class
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
GENERIC_TOOL_FEATURE_COUNT
static final int GENERIC_TOOL_FEATURE_COUNT
- The number of structural features of the 'Generic Tool' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
ITEM_BASE
static final int ITEM_BASE
- The meta object id for the '
Item Base
' class.
-
See Also:
-
ItemBase
,
GMFToolPackageImpl.getItemBase()
,
Constant Field Values
-
** Generated **
-
ITEM_BASE_FEATURE_COUNT
static final int ITEM_BASE_FEATURE_COUNT
- The number of structural features of the 'Item Base' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
MENU
static final int MENU
- The meta object id for the '
Menu
' class.
-
See Also:
-
MenuImpl
,
GMFToolPackageImpl.getMenu()
,
Constant Field Values
-
** Generated **
-
MENU__ITEMS
static final int MENU__ITEMS
- The feature id for the '
Items
' containment reference list.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
MENU_FEATURE_COUNT
static final int MENU_FEATURE_COUNT
- The number of structural features of the 'Menu' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
SEPARATOR
static final int SEPARATOR
- The meta object id for the '
Separator
' class.
-
See Also:
-
SeparatorImpl
,
GMFToolPackageImpl.getSeparator()
,
Constant Field Values
-
** Generated **
-
SEPARATOR__NAME
static final int SEPARATOR__NAME
- The feature id for the '
Name
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
SEPARATOR_FEATURE_COUNT
static final int SEPARATOR_FEATURE_COUNT
- The number of structural features of the 'Separator' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
PREDEFINED_ITEM
static final int PREDEFINED_ITEM
- The meta object id for the '
Predefined Item
' class.
-
See Also:
-
PredefinedItemImpl
,
GMFToolPackageImpl.getPredefinedItem()
,
Constant Field Values
-
** Generated **
-
PREDEFINED_ITEM__IDENTIFIER
static final int PREDEFINED_ITEM__IDENTIFIER
- The feature id for the '
Identifier
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
PREDEFINED_ITEM_FEATURE_COUNT
static final int PREDEFINED_ITEM_FEATURE_COUNT
- The number of structural features of the 'Predefined Item' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
PREDEFINED_MENU
static final int PREDEFINED_MENU
- The meta object id for the '
Predefined Menu
' class.
-
See Also:
-
PredefinedMenuImpl
,
GMFToolPackageImpl.getPredefinedMenu()
,
Constant Field Values
-
** Generated **
-
PREDEFINED_MENU__ITEMS
static final int PREDEFINED_MENU__ITEMS
- The feature id for the '
Items
' containment reference list.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
PREDEFINED_MENU__IDENTIFIER
static final int PREDEFINED_MENU__IDENTIFIER
- The feature id for the '
Identifier
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
PREDEFINED_MENU_FEATURE_COUNT
static final int PREDEFINED_MENU_FEATURE_COUNT
- The number of structural features of the 'Predefined Menu' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
CONTRIBUTION_ITEM
static final int CONTRIBUTION_ITEM
- The meta object id for the '
Contribution Item
' class.
-
See Also:
-
ContributionItem
,
GMFToolPackageImpl.getContributionItem()
,
Constant Field Values
-
** Generated **
-
CONTRIBUTION_ITEM__ICON
static final int CONTRIBUTION_ITEM__ICON
- The feature id for the '
Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
CONTRIBUTION_ITEM__TITLE
static final int CONTRIBUTION_ITEM__TITLE
- The feature id for the '
Title
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
CONTRIBUTION_ITEM_FEATURE_COUNT
static final int CONTRIBUTION_ITEM_FEATURE_COUNT
- The number of structural features of the 'Contribution Item' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
MENU_ACTION
static final int MENU_ACTION
- The meta object id for the '
Menu Action
' class.
-
See Also:
-
MenuActionImpl
,
GMFToolPackageImpl.getMenuAction()
,
Constant Field Values
-
** Generated **
-
MENU_ACTION__ICON
static final int MENU_ACTION__ICON
- The feature id for the '
Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
MENU_ACTION__TITLE
static final int MENU_ACTION__TITLE
- The feature id for the '
Title
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
MENU_ACTION__KIND
static final int MENU_ACTION__KIND
- The feature id for the '
Kind
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
MENU_ACTION__HOT_KEY
static final int MENU_ACTION__HOT_KEY
- The feature id for the '
Hot Key
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
MENU_ACTION_FEATURE_COUNT
static final int MENU_ACTION_FEATURE_COUNT
- The number of structural features of the 'Menu Action' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
ITEM_REF
static final int ITEM_REF
- The meta object id for the '
Item Ref
' class.
-
See Also:
-
ItemRefImpl
,
GMFToolPackageImpl.getItemRef()
,
Constant Field Values
-
** Generated **
-
ITEM_REF__ITEM
static final int ITEM_REF__ITEM
- The feature id for the '
Item
' reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
ITEM_REF_FEATURE_COUNT
static final int ITEM_REF_FEATURE_COUNT
- The number of structural features of the 'Item Ref' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
CONTEXT_MENU
static final int CONTEXT_MENU
- The meta object id for the '
Context Menu
' class.
-
See Also:
-
ContextMenuImpl
,
GMFToolPackageImpl.getContextMenu()
,
Constant Field Values
-
** Generated **
-
CONTEXT_MENU__ITEMS
static final int CONTEXT_MENU__ITEMS
- The feature id for the '
Items
' containment reference list.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
CONTEXT_MENU__DEFAULT
static final int CONTEXT_MENU__DEFAULT
- The feature id for the '
Default
' reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
CONTEXT_MENU_FEATURE_COUNT
static final int CONTEXT_MENU_FEATURE_COUNT
- The number of structural features of the 'Context Menu' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
POPUP_MENU
static final int POPUP_MENU
- The meta object id for the '
Popup Menu
' class.
-
See Also:
-
PopupMenuImpl
,
GMFToolPackageImpl.getPopupMenu()
,
Constant Field Values
-
** Generated **
-
POPUP_MENU__ITEMS
static final int POPUP_MENU__ITEMS
- The feature id for the '
Items
' containment reference list.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
POPUP_MENU__ICON
static final int POPUP_MENU__ICON
- The feature id for the '
Icon
' containment reference.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
POPUP_MENU__TITLE
static final int POPUP_MENU__TITLE
- The feature id for the '
Title
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
POPUP_MENU__ID
static final int POPUP_MENU__ID
- The feature id for the '
ID
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
POPUP_MENU_FEATURE_COUNT
static final int POPUP_MENU_FEATURE_COUNT
- The number of structural features of the 'Popup Menu' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
MAIN_MENU
static final int MAIN_MENU
- The meta object id for the '
Main Menu
' class.
-
See Also:
-
MainMenuImpl
,
GMFToolPackageImpl.getMainMenu()
,
Constant Field Values
-
** Generated **
-
MAIN_MENU__ITEMS
static final int MAIN_MENU__ITEMS
- The feature id for the '
Items
' containment reference list.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
MAIN_MENU__TITLE
static final int MAIN_MENU__TITLE
- The feature id for the '
Title
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
MAIN_MENU_FEATURE_COUNT
static final int MAIN_MENU_FEATURE_COUNT
- The number of structural features of the 'Main Menu' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOLBAR
static final int TOOLBAR
- The meta object id for the '
Toolbar
' class.
-
See Also:
-
ToolbarImpl
,
GMFToolPackageImpl.getToolbar()
,
Constant Field Values
-
** Generated **
-
TOOLBAR__ITEMS
static final int TOOLBAR__ITEMS
- The feature id for the '
Items
' containment reference list.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
TOOLBAR_FEATURE_COUNT
static final int TOOLBAR_FEATURE_COUNT
- The number of structural features of the 'Toolbar' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
IMAGE
static final int IMAGE
- The meta object id for the '
Image
' class.
-
See Also:
-
Image
,
GMFToolPackageImpl.getImage()
,
Constant Field Values
-
** Generated **
-
IMAGE_FEATURE_COUNT
static final int IMAGE_FEATURE_COUNT
- The number of structural features of the 'Image' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
DEFAULT_IMAGE
static final int DEFAULT_IMAGE
- The meta object id for the '
Default Image
' class.
-
See Also:
-
DefaultImageImpl
,
GMFToolPackageImpl.getDefaultImage()
,
Constant Field Values
-
** Generated **
-
DEFAULT_IMAGE_FEATURE_COUNT
static final int DEFAULT_IMAGE_FEATURE_COUNT
- The number of structural features of the 'Default Image' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
BUNDLE_IMAGE
static final int BUNDLE_IMAGE
- The meta object id for the '
Bundle Image
' class.
-
See Also:
-
BundleImageImpl
,
GMFToolPackageImpl.getBundleImage()
,
Constant Field Values
-
** Generated **
-
BUNDLE_IMAGE__PATH
static final int BUNDLE_IMAGE__PATH
- The feature id for the '
Path
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
BUNDLE_IMAGE__BUNDLE
static final int BUNDLE_IMAGE__BUNDLE
- The feature id for the '
Bundle
' attribute.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
BUNDLE_IMAGE_FEATURE_COUNT
static final int BUNDLE_IMAGE_FEATURE_COUNT
- The number of structural features of the 'Bundle Image' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
STYLE_SELECTOR
static final int STYLE_SELECTOR
- The meta object id for the '
Style Selector
' class.
-
See Also:
-
StyleSelector
,
GMFToolPackageImpl.getStyleSelector()
,
Constant Field Values
-
** Generated **
-
STYLE_SELECTOR_FEATURE_COUNT
static final int STYLE_SELECTOR_FEATURE_COUNT
- The number of structural features of the 'Style Selector' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
GENERIC_STYLE_SELECTOR
static final int GENERIC_STYLE_SELECTOR
- The meta object id for the '
Generic Style Selector
' class.
-
See Also:
-
GenericStyleSelectorImpl
,
GMFToolPackageImpl.getGenericStyleSelector()
,
Constant Field Values
-
** Generated **
-
GENERIC_STYLE_SELECTOR__VALUES
static final int GENERIC_STYLE_SELECTOR__VALUES
- The feature id for the '
Values
' attribute list.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
GENERIC_STYLE_SELECTOR_FEATURE_COUNT
static final int GENERIC_STYLE_SELECTOR_FEATURE_COUNT
- The number of structural features of the 'Generic Style Selector' class.
-
See Also:
-
Constant Field Values
-
** Generated **
-
-
Ordered:
-
STANDARD_TOOL_KIND
static final int STANDARD_TOOL_KIND
- The meta object id for the '
Standard Tool Kind
' enum.
-
See Also:
-
StandardToolKind
,
GMFToolPackageImpl.getStandardToolKind()
,
Constant Field Values
-
** Generated **
-
ACTION_KIND
static final int ACTION_KIND
- The meta object id for the '
Action Kind
' enum.
-
See Also:
-
ActionKind
,
GMFToolPackageImpl.getActionKind()
,
Constant Field Values
-
** Generated **
-
APPEARANCE_STYLE
static final int APPEARANCE_STYLE
- The meta object id for the '
Appearance Style
' enum.
-
See Also:
-
AppearanceStyle
,
GMFToolPackageImpl.getAppearanceStyle()
,
Constant Field Values
-
** Generated **
-
getToolRegistry
org.eclipse.emf.ecore.EClass getToolRegistry()
- Returns the meta object for class '
Tool Registry
'.
-
-
-
Returns:
- the meta object for class 'Tool Registry'.
-
See Also:
-
ToolRegistry
-
** Generated **
-
getToolRegistry_SharedActions
org.eclipse.emf.ecore.EReference getToolRegistry_SharedActions()
- Returns the meta object for the containment reference list '
Shared Actions
'.
-
-
-
Returns:
- the meta object for the containment reference list 'Shared Actions'.
-
See Also:
-
ToolRegistry.getSharedActions()
,
getToolRegistry()
-
** Generated **
-
getToolRegistry_AllMenus
org.eclipse.emf.ecore.EReference getToolRegistry_AllMenus()
- Returns the meta object for the containment reference list '
All Menus
'.
-
-
-
Returns:
- the meta object for the containment reference list 'All Menus'.
-
See Also:
-
ToolRegistry.getAllMenus()
,
getToolRegistry()
-
** Generated **
-
getToolRegistry_Palette
org.eclipse.emf.ecore.EReference getToolRegistry_Palette()
- Returns the meta object for the containment reference '
Palette
'.
-
-
-
Returns:
- the meta object for the containment reference 'Palette'.
-
See Also:
-
ToolRegistry.getPalette()
,
getToolRegistry()
-
** Generated **
-
getAbstractTool
org.eclipse.emf.ecore.EClass getAbstractTool()
- Returns the meta object for class '
Abstract Tool
'.
-
-
-
Returns:
- the meta object for class 'Abstract Tool'.
-
See Also:
-
AbstractTool
-
** Generated **
-
getAbstractTool_SmallIcon
org.eclipse.emf.ecore.EReference getAbstractTool_SmallIcon()
- Returns the meta object for the containment reference '
Small Icon
'.
-
-
-
Returns:
- the meta object for the containment reference 'Small Icon'.
-
See Also:
-
AbstractTool.getSmallIcon()
,
getAbstractTool()
-
** Generated **
-
getAbstractTool_LargeIcon
org.eclipse.emf.ecore.EReference getAbstractTool_LargeIcon()
- Returns the meta object for the containment reference '
Large Icon
'.
-
-
-
Returns:
- the meta object for the containment reference 'Large Icon'.
-
See Also:
-
AbstractTool.getLargeIcon()
,
getAbstractTool()
-
** Generated **
-
getAbstractTool_Title
org.eclipse.emf.ecore.EAttribute getAbstractTool_Title()
- Returns the meta object for the attribute '
Title
'.
-
-
-
Returns:
- the meta object for the attribute 'Title'.
-
See Also:
-
AbstractTool.getTitle()
,
getAbstractTool()
-
** Generated **
-
getAbstractTool_Description
org.eclipse.emf.ecore.EAttribute getAbstractTool_Description()
- Returns the meta object for the attribute '
Description
'.
-
-
-
Returns:
- the meta object for the attribute 'Description'.
-
See Also:
-
AbstractTool.getDescription()
,
getAbstractTool()
-
** Generated **
-
getToolContainer
org.eclipse.emf.ecore.EClass getToolContainer()
- Returns the meta object for class '
Tool Container
'.
-
-
-
Returns:
- the meta object for class 'Tool Container'.
-
See Also:
-
ToolContainer
-
** Generated **
-
getToolContainer_Tools
org.eclipse.emf.ecore.EReference getToolContainer_Tools()
- Returns the meta object for the containment reference list '
Tools
'.
-
-
-
Returns:
- the meta object for the containment reference list 'Tools'.
-
See Also:
-
ToolContainer.getTools()
,
getToolContainer()
-
** Generated **
-
getPaletteSeparator
org.eclipse.emf.ecore.EClass getPaletteSeparator()
- Returns the meta object for class '
Palette Separator
'.
-
-
-
Returns:
- the meta object for class 'Palette Separator'.
-
See Also:
-
PaletteSeparator
-
** Generated **
-
getToolGroup
org.eclipse.emf.ecore.EClass getToolGroup()
- Returns the meta object for class '
Tool Group
'.
-
-
-
Returns:
- the meta object for class 'Tool Group'.
-
See Also:
-
ToolGroup
-
** Generated **
-
getToolGroup_Collapsible
org.eclipse.emf.ecore.EAttribute getToolGroup_Collapsible()
- Returns the meta object for the attribute '
Collapsible
'.
-
-
-
Returns:
- the meta object for the attribute 'Collapsible'.
-
See Also:
-
ToolGroup.isCollapsible()
,
getToolGroup()
-
** Generated **
-
getToolGroup_Stack
org.eclipse.emf.ecore.EAttribute getToolGroup_Stack()
- Returns the meta object for the attribute '
Stack
'.
-
-
-
Returns:
- the meta object for the attribute 'Stack'.
-
See Also:
-
ToolGroup.isStack()
,
getToolGroup()
-
** Generated **
-
getToolGroup_Active
org.eclipse.emf.ecore.EReference getToolGroup_Active()
- Returns the meta object for the reference '
Active
'.
-
-
-
Returns:
- the meta object for the reference 'Active'.
-
See Also:
-
ToolGroup.getActive()
,
getToolGroup()
-
** Generated **
-
getPalette
org.eclipse.emf.ecore.EClass getPalette()
- Returns the meta object for class '
Palette
'.
-
-
-
Returns:
- the meta object for class 'Palette'.
-
See Also:
-
Palette
-
** Generated **
-
getPalette_Default
org.eclipse.emf.ecore.EReference getPalette_Default()
- Returns the meta object for the reference '
Default
'.
-
-
-
Returns:
- the meta object for the reference 'Default'.
-
See Also:
-
Palette.getDefault()
,
getPalette()
-
** Generated **
-
getStandardTool
org.eclipse.emf.ecore.EClass getStandardTool()
- Returns the meta object for class '
Standard Tool
'.
-
-
-
Returns:
- the meta object for class 'Standard Tool'.
-
See Also:
-
StandardTool
-
** Generated **
-
getStandardTool_ToolKind
org.eclipse.emf.ecore.EAttribute getStandardTool_ToolKind()
- Returns the meta object for the attribute '
Tool Kind
'.
-
-
-
Returns:
- the meta object for the attribute 'Tool Kind'.
-
See Also:
-
StandardTool.getToolKind()
,
getStandardTool()
-
** Generated **
-
getCreationTool
org.eclipse.emf.ecore.EClass getCreationTool()
- Returns the meta object for class '
Creation Tool
'.
-
-
-
Returns:
- the meta object for class 'Creation Tool'.
-
See Also:
-
CreationTool
-
** Generated **
-
getGenericTool
org.eclipse.emf.ecore.EClass getGenericTool()
- Returns the meta object for class '
Generic Tool
'.
-
-
-
Returns:
- the meta object for class 'Generic Tool'.
-
See Also:
-
GenericTool
-
** Generated **
-
getGenericTool_ToolClass
org.eclipse.emf.ecore.EAttribute getGenericTool_ToolClass()
- Returns the meta object for the attribute '
Tool Class
'.
-
-
-
Returns:
- the meta object for the attribute 'Tool Class'.
-
See Also:
-
GenericTool.getToolClass()
,
getGenericTool()
-
** Generated **
-
getItemBase
org.eclipse.emf.ecore.EClass getItemBase()
- Returns the meta object for class '
Item Base
'.
-
-
-
Returns:
- the meta object for class 'Item Base'.
-
See Also:
-
ItemBase
-
** Generated **
-
getMenu
org.eclipse.emf.ecore.EClass getMenu()
- Returns the meta object for class '
Menu
'.
-
-
-
Returns:
- the meta object for class 'Menu'.
-
See Also:
-
Menu
-
** Generated **
-
getMenu_Items
org.eclipse.emf.ecore.EReference getMenu_Items()
- Returns the meta object for the containment reference list '
Items
'.
-
-
-
Returns:
- the meta object for the containment reference list 'Items'.
-
See Also:
-
Menu.getItems()
,
getMenu()
-
** Generated **
-
getSeparator
org.eclipse.emf.ecore.EClass getSeparator()
- Returns the meta object for class '
Separator
'.
-
-
-
Returns:
- the meta object for class 'Separator'.
-
See Also:
-
Separator
-
** Generated **
-
getSeparator_Name
org.eclipse.emf.ecore.EAttribute getSeparator_Name()
- Returns the meta object for the attribute '
Name
'.
-
-
-
Returns:
- the meta object for the attribute 'Name'.
-
See Also:
-
Separator.getName()
,
getSeparator()
-
** Generated **
-
getPredefinedItem
org.eclipse.emf.ecore.EClass getPredefinedItem()
- Returns the meta object for class '
Predefined Item
'.
-
-
-
Returns:
- the meta object for class 'Predefined Item'.
-
See Also:
-
PredefinedItem
-
** Generated **
-
getPredefinedItem_Identifier
org.eclipse.emf.ecore.EAttribute getPredefinedItem_Identifier()
- Returns the meta object for the attribute '
Identifier
'.
-
-
-
Returns:
- the meta object for the attribute 'Identifier'.
-
See Also:
-
PredefinedItem.getIdentifier()
,
getPredefinedItem()
-
** Generated **
-
getPredefinedMenu
org.eclipse.emf.ecore.EClass getPredefinedMenu()
- Returns the meta object for class '
Predefined Menu
'.
-
-
-
Returns:
- the meta object for class 'Predefined Menu'.
-
See Also:
-
PredefinedMenu
-
** Generated **
-
getContributionItem
org.eclipse.emf.ecore.EClass getContributionItem()
- Returns the meta object for class '
Contribution Item
'.
-
-
-
Returns:
- the meta object for class 'Contribution Item'.
-
See Also:
-
ContributionItem
-
** Generated **
-
getContributionItem_Icon
org.eclipse.emf.ecore.EReference getContributionItem_Icon()
- Returns the meta object for the containment reference '
Icon
'.
-
-
-
Returns:
- the meta object for the containment reference 'Icon'.
-
See Also:
-
ContributionItem.getIcon()
,
getContributionItem()
-
** Generated **
-
getContributionItem_Title
org.eclipse.emf.ecore.EAttribute getContributionItem_Title()
- Returns the meta object for the attribute '
Title
'.
-
-
-
Returns:
- the meta object for the attribute 'Title'.
-
See Also:
-
ContributionItem.getTitle()
,
getContributionItem()
-
** Generated **
-
getMenuAction
org.eclipse.emf.ecore.EClass getMenuAction()
- Returns the meta object for class '
Menu Action
'.
-
-
-
Returns:
- the meta object for class 'Menu Action'.
-
See Also:
-
MenuAction
-
** Generated **
-
getMenuAction_Kind
org.eclipse.emf.ecore.EAttribute getMenuAction_Kind()
- Returns the meta object for the attribute '
Kind
'.
-
-
-
Returns:
- the meta object for the attribute 'Kind'.
-
See Also:
-
MenuAction.getKind()
,
getMenuAction()
-
** Generated **
-
getMenuAction_HotKey
org.eclipse.emf.ecore.EAttribute getMenuAction_HotKey()
- Returns the meta object for the attribute '
Hot Key
'.
-
-
-
Returns:
- the meta object for the attribute 'Hot Key'.
-
See Also:
-
MenuAction.getHotKey()
,
getMenuAction()
-
** Generated **
-
getItemRef
org.eclipse.emf.ecore.EClass getItemRef()
- Returns the meta object for class '
Item Ref
'.
-
-
-
Returns:
- the meta object for class 'Item Ref'.
-
See Also:
-
ItemRef
-
** Generated **
-
getItemRef_Item
org.eclipse.emf.ecore.EReference getItemRef_Item()
- Returns the meta object for the reference '
Item
'.
-
-
-
Returns:
- the meta object for the reference 'Item'.
-
See Also:
-
ItemRef.getItem()
,
getItemRef()
-
** Generated **
-
getContextMenu
org.eclipse.emf.ecore.EClass getContextMenu()
- Returns the meta object for class '
Context Menu
'.
-
-
-
Returns:
- the meta object for class 'Context Menu'.
-
See Also:
-
ContextMenu
-
** Generated **
-
getContextMenu_Default
org.eclipse.emf.ecore.EReference getContextMenu_Default()
- Returns the meta object for the reference '
Default
'.
-
-
-
Returns:
- the meta object for the reference 'Default'.
-
See Also:
-
ContextMenu.getDefault()
,
getContextMenu()
-
** Generated **
-
getPopupMenu
org.eclipse.emf.ecore.EClass getPopupMenu()
- Returns the meta object for class '
Popup Menu
'.
-
-
-
Returns:
- the meta object for class 'Popup Menu'.
-
See Also:
-
PopupMenu
-
** Generated **
-
getPopupMenu_ID
org.eclipse.emf.ecore.EAttribute getPopupMenu_ID()
- Returns the meta object for the attribute '
ID
'.
-
-
-
Returns:
- the meta object for the attribute 'ID'.
-
See Also:
-
PopupMenu.getID()
,
getPopupMenu()
-
** Generated **
-
getMainMenu
org.eclipse.emf.ecore.EClass getMainMenu()
- Returns the meta object for class '
Main Menu
'.
-
-
-
Returns:
- the meta object for class 'Main Menu'.
-
See Also:
-
MainMenu
-
** Generated **
-
getMainMenu_Title
org.eclipse.emf.ecore.EAttribute getMainMenu_Title()
- Returns the meta object for the attribute '
Title
'.
-
-
-
Returns:
- the meta object for the attribute 'Title'.
-
See Also:
-
MainMenu.getTitle()
,
getMainMenu()
-
** Generated **
-
getToolbar
org.eclipse.emf.ecore.EClass getToolbar()
- Returns the meta object for class '
Toolbar
'.
-
-
-
Returns:
- the meta object for class 'Toolbar'.
-
See Also:
-
Toolbar
-
** Generated **
-
getImage
org.eclipse.emf.ecore.EClass getImage()
- Returns the meta object for class '
Image
'.
-
-
-
Returns:
- the meta object for class 'Image'.
-
See Also:
-
Image
-
** Generated **
-
getDefaultImage
org.eclipse.emf.ecore.EClass getDefaultImage()
- Returns the meta object for class '
Default Image
'.
-
-
-
Returns:
- the meta object for class 'Default Image'.
-
See Also:
-
DefaultImage
-
** Generated **
-
getBundleImage
org.eclipse.emf.ecore.EClass getBundleImage()
- Returns the meta object for class '
Bundle Image
'.
-
-
-
Returns:
- the meta object for class 'Bundle Image'.
-
See Also:
-
BundleImage
-
** Generated **
-
getBundleImage_Path
org.eclipse.emf.ecore.EAttribute getBundleImage_Path()
- Returns the meta object for the attribute '
Path
'.
-
-
-
Returns:
- the meta object for the attribute 'Path'.
-
See Also:
-
BundleImage.getPath()
,
getBundleImage()
-
** Generated **
-
getBundleImage_Bundle
org.eclipse.emf.ecore.EAttribute getBundleImage_Bundle()
- Returns the meta object for the attribute '
Bundle
'.
-
-
-
Returns:
- the meta object for the attribute 'Bundle'.
-
See Also:
-
BundleImage.getBundle()
,
getBundleImage()
-
** Generated **
-
getStyleSelector
org.eclipse.emf.ecore.EClass getStyleSelector()
- Returns the meta object for class '
Style Selector
'.
-
-
-
Returns:
- the meta object for class 'Style Selector'.
-
See Also:
-
StyleSelector
-
** Generated **
-
getGenericStyleSelector
org.eclipse.emf.ecore.EClass getGenericStyleSelector()
- Returns the meta object for class '
Generic Style Selector
'.
-
-
-
Returns:
- the meta object for class 'Generic Style Selector'.
-
See Also:
-
GenericStyleSelector
-
** Generated **
-
getGenericStyleSelector_Values
org.eclipse.emf.ecore.EAttribute getGenericStyleSelector_Values()
- Returns the meta object for the attribute list '
Values
'.
-
-
-
Returns:
- the meta object for the attribute list 'Values'.
-
See Also:
-
GenericStyleSelector.getValues()
,
getGenericStyleSelector()
-
** Generated **
-
getStandardToolKind
org.eclipse.emf.ecore.EEnum getStandardToolKind()
- Returns the meta object for enum '
Standard Tool Kind
'.
-
-
-
Returns:
- the meta object for enum 'Standard Tool Kind'.
-
See Also:
-
StandardToolKind
-
** Generated **
-
getActionKind
org.eclipse.emf.ecore.EEnum getActionKind()
- Returns the meta object for enum '
Action Kind
'.
-
-
-
Returns:
- the meta object for enum 'Action Kind'.
-
See Also:
-
ActionKind
-
** Generated **
-
getAppearanceStyle
org.eclipse.emf.ecore.EEnum getAppearanceStyle()
- Returns the meta object for enum '
Appearance Style
'.
-
-
-
Returns:
- the meta object for enum 'Appearance Style'.
-
See Also:
-
AppearanceStyle
-
** Generated **
-
getGMFToolFactory
GMFToolFactory getGMFToolFactory()
- Returns the factory that creates the instances of the model.
-
-
-
Returns:
- the factory that creates the instances of the model.
-
** Generated **
-
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.