|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Customization in org.eclipse.emf.facet.custom.core |
|---|
| Methods in org.eclipse.emf.facet.custom.core that return types with arguments of type Customization | |
|---|---|
java.util.List<Customization> |
ICustomizationCatalogManager.getCustomizationsApplicableOn(java.util.Collection<EObject> eObjects)
This method is used to get all the customization which can be applied on a list of eObjects and on the sub elements of those eObjects. |
java.util.List<Customization> |
ICustomizationManager.getManagedCustomizations()
This method is used to get the customization stack. |
java.util.List<Customization> |
ICustomizationCatalogManager.getRegisteredCustomizations()
This method is used to get all the registered customizations. |
| Methods in org.eclipse.emf.facet.custom.core with parameters of type Customization | |
|---|---|
void |
ICustomizationCatalogManager.registerCustomization(Customization customization)
This method is used to register a customization which has not been declared through the regular way (extension point). |
| Uses of Customization in org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom |
|---|
| Methods in org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom that return Customization | |
|---|---|
Customization |
CustomFactory.createCustomization()
Returns a new object of class 'Customization'. |
| Uses of Customization in org.eclipse.emf.facet.custom.ui.internal.exported |
|---|
| Methods in org.eclipse.emf.facet.custom.ui.internal.exported that return types with arguments of type Customization | |
|---|---|
ICommandFactoryResult<Customization> |
ICustomizationCommandFactory.createCustomization(java.lang.String name)
|
| Methods in org.eclipse.emf.facet.custom.ui.internal.exported with parameters of type Customization | |
|---|---|
ICommandFactoryResult<EClassCustomization> |
ICustomizationCommandFactory.createEClassCustomization(Customization customization,
EClass customedEClass,
Query conformanceQuery)
|
ICommandFactoryResult<FacetCustomization> |
ICustomizationCommandFactory.createFacetCustomization(Customization customization,
Facet customizedFacet)
|
| Uses of Customization in org.eclipse.emf.facet.custom.ui.internal.exported.dialog |
|---|
| Methods in org.eclipse.emf.facet.custom.ui.internal.exported.dialog that return types with arguments of type Customization | |
|---|---|
java.util.List<Customization> |
ILoadCustomizationsDialog.getAvailableCustomizations()
The intersection between getSelectedCustomizations() and getAvailableCustomizations') has to be empty. |
java.util.List<Customization> |
ILoadCustomizationsDialog.getSelectedCustomizations()
The intersection between getSelectedCustomizations() and getAvailableCustomizations') has to be empty. |
| Methods in org.eclipse.emf.facet.custom.ui.internal.exported.dialog with parameters of type Customization | |
|---|---|
void |
ILoadCustomizationsDialog.addCustomization(Customization customization)
This method is used to add a customization on the top of the customization stack. |
void |
ILoadCustomizationsDialog.pushDown(Customization customization)
This method is used to push down a customization. |
void |
ILoadCustomizationsDialog.pushUp(Customization customization)
This method is used to push up a customization. |
void |
ILoadCustomizationsDialog.removeCustomization(Customization customization)
This method is used to remove a customization from the list. |
void |
ILoadCustomizationsDialog.selectAvailableCustom(Customization customization)
Selects the given customization in the left "available customizations" pane |
void |
ILoadCustomizationsDialog.selectSelectedCustom(Customization customization)
Selects the given customization in the right "loaded customizations" pane |
| Method parameters in org.eclipse.emf.facet.custom.ui.internal.exported.dialog with type arguments of type Customization | ||
|---|---|---|
void |
ILoadCustomizationsDialog.addCustomizations(java.util.List<Customization> customizations)
This method is used to add customizations on the top of the customization stack. |
|
|
ILoadCustomizationsDialogFactory.createLoadCustomizationDialog(Shell parent,
java.util.List<Customization> availableCustoms,
java.util.List<Customization> selectedCustoms,
IDialogCallbackWithPreCommit<java.util.List<Customization>,java.lang.Boolean,D> callback)
|
|
|
ILoadCustomizationsDialogFactory.createLoadCustomizationDialog(Shell parent,
java.util.List<Customization> availableCustoms,
java.util.List<Customization> selectedCustoms,
IDialogCallbackWithPreCommit<java.util.List<Customization>,java.lang.Boolean,D> callback)
|
|
|
ILoadCustomizationsDialogFactory.createLoadCustomizationDialog(Shell parent,
java.util.List<Customization> availableCustoms,
java.util.List<Customization> selectedCustoms,
IDialogCallbackWithPreCommit<java.util.List<Customization>,java.lang.Boolean,D> callback)
|
|
|
ILoadCustomizationsDialogFactory.createLoadCustomizationDialog(Shell parent,
java.util.List<Customization> availableCustoms,
java.util.List<Customization> selectedCustoms,
java.util.List<Customization> lockedCustoms,
IDialogCallbackWithPreCommit<java.util.List<Customization>,java.lang.Boolean,D> callback,
java.lang.String lockMsg)
|
|
|
ILoadCustomizationsDialogFactory.createLoadCustomizationDialog(Shell parent,
java.util.List<Customization> availableCustoms,
java.util.List<Customization> selectedCustoms,
java.util.List<Customization> lockedCustoms,
IDialogCallbackWithPreCommit<java.util.List<Customization>,java.lang.Boolean,D> callback,
java.lang.String lockMsg)
|
|
|
ILoadCustomizationsDialogFactory.createLoadCustomizationDialog(Shell parent,
java.util.List<Customization> availableCustoms,
java.util.List<Customization> selectedCustoms,
java.util.List<Customization> lockedCustoms,
IDialogCallbackWithPreCommit<java.util.List<Customization>,java.lang.Boolean,D> callback,
java.lang.String lockMsg)
|
|
|
ILoadCustomizationsDialogFactory.createLoadCustomizationDialog(Shell parent,
java.util.List<Customization> availableCustoms,
java.util.List<Customization> selectedCustoms,
java.util.List<Customization> lockedCustoms,
IDialogCallbackWithPreCommit<java.util.List<Customization>,java.lang.Boolean,D> callback,
java.lang.String lockMsg)
|
|
void |
ILoadCustomizationsDialog.removeCustomizations(java.util.List<Customization> customizations)
This method is used to remove a list of customization from the list. |
|
| Uses of Customization in org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table |
|---|
| Methods in org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table that return Customization | |
|---|---|
Customization |
TableInstance.getLocalCustomization()
Returns the value of the 'Local Customization' containment reference. |
| Methods in org.eclipse.emf.facet.widgets.table.metamodel.v0_2_0.table with parameters of type Customization | |
|---|---|
void |
TableInstance.setLocalCustomization(Customization value)
Sets the value of the ' Local Customization' containment reference. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||