public interface IFacetDialogFactory
FacetDialogFactoryImpl
Modifier and Type | Field and Description |
---|---|
static IFacetDialogFactory |
INSTANCE
Return a new instance of the concrete implementation of this interface.
|
Modifier and Type | Method and Description |
---|---|
|
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.
|
static final IFacetDialogFactory INSTANCE
openCreateFacetSetInFacetSetDialog()
openCreateFacetInFacetSetDialog()
openAddAttributeInFacetDialog()
openAddReferenceInFacetDialog()
openAddOperationInFacetDialog()
openAddParameterInOperationDialog()
openEditFacetSetDialog()
openEditFacetDialog()
openEditFacetAttributeDialog()
openEditFacetReferenceDialog()
openEditFacetOperationDialog()
openEditFacetOperationParameterDialog()