Klasse ViewAttributeTransformation
java.lang.Object
org.deidentifier.arx.gui.view.impl.define.ViewAttributeTransformation
- Alle implementierten Schnittstellen:
IView
This view displays basic attribute information.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungViewAttributeTransformation(org.eclipse.swt.widgets.Composite root, Controller controller) Constructor. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidactionUpdateAttributeTypes(AttributeType typeNew) Update attribute type of all attributes.voiddispose()Disposes the view.voidreset()Resets the view.voidupdate(ModelEvent event) Updates the view.
-
Konstruktordetails
-
ViewAttributeTransformation
Constructor.- Parameter:
controller-parent-attribute-
-
-
Methodendetails
-
dispose
public void dispose()Beschreibung aus Schnittstelle kopiert:IViewDisposes the view. -
reset
public void reset()Beschreibung aus Schnittstelle kopiert:IViewResets the view. -
update
Beschreibung aus Schnittstelle kopiert:IViewUpdates the view. -
actionUpdateAttributeTypes
Update attribute type of all attributes. Called from the parent layout only.- Parameter:
typeNew-
-