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 |
---|---|
<any> |
openAddAttributeInFacetDialog()
Create an new Dialog for the creation of an Attribute in a Facet.
|
<any> |
openAddOperationInFacetDialog()
Create an new Dialog for the creation of an Operation in a Facet.
|
<any> |
openAddParameterInOperationDialog()
Create an new Dialog for the creation of a Parameter in an Operation.
|
<any> |
openAddReferenceInFacetDialog()
Create an new Dialog for the creation of an Reference in a Facet.
|
<any> |
openCreateFacetInFacetSetDialog()
Create an new Dialog for the creation of a Facet in a FacetSet.
|
<any> |
openCreateFacetSetInFacetSetDialog()
Create an new Dialog for the creation of a FacetSet in a FacetSet.
|
<any> |
openEditFacetAttributeDialog()
Create an new Dialog for the edition of an Attribute.
|
<any> |
openEditFacetDialog()
Create an new Dialog for the edition of a Facet.
|
<any> |
openEditFacetOperationDialog()
Create an new Dialog for the edition of an Operation.
|
<any> |
openEditFacetOperationParameterDialog()
Create an new Dialog for the edition of a Parameter.
|
<any> |
openEditFacetReferenceDialog()
Create an new Dialog for the edition of an Reference.
|
<any> |
openEditFacetSetDialog()
Create an new Dialog for the edition of a FacetSet.
|
static final IFacetDialogFactory INSTANCE
<any> openCreateFacetSetInFacetSetDialog()
<any> openCreateFacetInFacetSetDialog()
<any> openAddAttributeInFacetDialog()
<any> openAddReferenceInFacetDialog()
<any> openAddOperationInFacetDialog()
<any> openAddParameterInOperationDialog()
<any> openEditFacetSetDialog()
<any> openEditFacetDialog()
<any> openEditFacetAttributeDialog()
<any> openEditFacetReferenceDialog()
<any> openEditFacetOperationDialog()
<any> openEditFacetOperationParameterDialog()