org.eclipse.papyrus.emf.facet.efacet.sdk.ui.dialog
Interface IFacetDialogFactory


public interface IFacetDialogFactory

Interface for the dialogs creation factory.

See Also:
FacetDialogFactoryImpl

Field Summary
static IFacetDialogFactory INSTANCE
          Return a new instance of the concrete implementation of this interface.
 
Method Summary
  openAddAttributeInFacetDialog()
          Create an new Dialog for the creation of an Attribute in a Facet.
  openAddOperationInFacetDialog()
          Create an new Dialog for the creation of an Operation in a Facet.
  openAddParameterInOperationDialog()
          Create an new Dialog for the creation of a Parameter in an Operation.
  openAddReferenceInFacetDialog()
          Create an new Dialog for the creation of an Reference in a Facet.
  openCreateFacetInFacetSetDialog()
          Create an new Dialog for the creation of a Facet in a FacetSet.
  openCreateFacetSetInFacetSetDialog()
          Create an new Dialog for the creation of a FacetSet in a FacetSet.
  openEditFacetAttributeDialog()
          Create an new Dialog for the edition of an Attribute.
  openEditFacetDialog()
          Create an new Dialog for the edition of a Facet.
  openEditFacetOperationDialog()
          Create an new Dialog for the edition of an Operation.
  openEditFacetOperationParameterDialog()
          Create an new Dialog for the edition of a Parameter.
  openEditFacetReferenceDialog()
          Create an new Dialog for the edition of an Reference.
  openEditFacetSetDialog()
          Create an new Dialog for the edition of a FacetSet.
 

Field Detail

INSTANCE

static final IFacetDialogFactory INSTANCE
Return a new instance of the concrete implementation of this interface.

Method Detail

openCreateFacetSetInFacetSetDialog

 openCreateFacetSetInFacetSetDialog()
Create an new Dialog for the creation of a FacetSet in a FacetSet.

Returns:
the dialog.

openCreateFacetInFacetSetDialog

 openCreateFacetInFacetSetDialog()
Create an new Dialog for the creation of a Facet in a FacetSet.

Returns:
the dialog.

openAddAttributeInFacetDialog

 openAddAttributeInFacetDialog()
Create an new Dialog for the creation of an Attribute in a Facet.

Returns:
the dialog.

openAddReferenceInFacetDialog

 openAddReferenceInFacetDialog()
Create an new Dialog for the creation of an Reference in a Facet.

Returns:
the dialog.

openAddOperationInFacetDialog

 openAddOperationInFacetDialog()
Create an new Dialog for the creation of an Operation in a Facet.

Returns:
the dialog.

openAddParameterInOperationDialog

 openAddParameterInOperationDialog()
Create an new Dialog for the creation of a Parameter in an Operation.

Returns:
the dialog.

openEditFacetSetDialog

 openEditFacetSetDialog()
Create an new Dialog for the edition of a FacetSet.

Returns:
the dialog.

openEditFacetDialog

 openEditFacetDialog()
Create an new Dialog for the edition of a Facet.

Returns:
the dialog.

openEditFacetAttributeDialog

 openEditFacetAttributeDialog()
Create an new Dialog for the edition of an Attribute.

Returns:
the dialog.

openEditFacetReferenceDialog

 openEditFacetReferenceDialog()
Create an new Dialog for the edition of an Reference.

Returns:
the dialog.

openEditFacetOperationDialog

 openEditFacetOperationDialog()
Create an new Dialog for the edition of an Operation.

Returns:
the dialog.

openEditFacetOperationParameterDialog

 openEditFacetOperationParameterDialog()
Create an new Dialog for the edition of a Parameter.

Returns:
the dialog.