Uses of Interface
org.eclipse.graphiti.tb.IContextEntry

Packages that use IContextEntry
org.eclipse.graphiti.tb   
 

Uses of IContextEntry in org.eclipse.graphiti.tb
 

Subinterfaces of IContextEntry in org.eclipse.graphiti.tb
 interface IContextButtonEntry
          The Interface IContextButtonEntry.
 interface IContextMenuEntry
          The Interface IContextMenuEntry.
 

Classes in org.eclipse.graphiti.tb that implement IContextEntry
 class AbstractContextEntry
          The Class AbstractContextEntry.
 class ContextButtonEntry
          The Class ContextButtonEntry.
 class ContextMenuEntry
          The Class ContextMenuEntry.
 class DynamicContextMenuEntry
          The Class DynamicContextMenuEntry.
 

Methods in org.eclipse.graphiti.tb with parameters of type IContextEntry
static void ContextEntryHelper.markAsCollapseContextEntry(IContextEntry entry, boolean collapse)
          Marks the given context entry with collapse or expand figure.
static void ContextEntryHelper.markAsDeleteContextEntry(IContextEntry entry)
          Marks the given context entry with delete from model.
static void ContextEntryHelper.markAsRemoveContextEntry(IContextEntry entry)
          Marks the given context entry with remove figure from diagram.
static void ContextEntryHelper.markAsUpdateContextEntry(IContextEntry entry)
          Marks the given context entry with update figure.
 



Copyright (c) SAP AG 2005, 2010.