Class Summary |
BaseMapperSection |
This base class provides all of the general methods for a mapper
section that may be used by any derived class. |
BasePropertySection |
Base class for Properites View tabs that contains the common
infrastructure for creating and managing properties. |
CustomMediationTaskGeneralSection |
CustomMediationTaskGeneralSection defines a general properties section for
a user defined mediation task.This abstract class provides methods for
creating SWT controls based on the type of the EAttribute property that is
defined by user using the mediation task model wizard or the ECore editors. |
CustomMediationTaskGeneralSectionV21 |
CustomMediationTaskGeneralSectionV21 defines a general properties section for
a user defined mediation task built with AMSB 2.1. |
MediationTaskGeneralSection |
Mediation tasks can use this section to provide a common General tab
for their property view by extending these methods and invoking this
super class infrastructure. |
MediationTaskMapperAdapter |
Helper class used by the mapper to define the labels and values for
the left and right sides of the mapper user interface. |
MediationTaskMapperSection |
Mediation tasks extend this class to provide a mapper section to their
properties view. |
MediationTaskOutputSection |
Common properties tab used to show output from a given mediation task. |
MultiLineTextListener |
A text area wishing to expand itself as the user adds lines
can add this modify listener and the expansion will happen
automagically. |
PropertyAdapter |
Notification mechanism to propagate changes in model objects
to the BasePropertySection objects so they can refresh. |
TaskEditPart |
Place holder class provided by extensions to allow the custom mediation
tasks to be selected in the diagram. |