Class EntityTypeDetailsUI
- java.lang.Object
-
- org.palladiosimulator.pcmtx.pcmtxviews.ui.EntityTypeDetailsUI
-
- All Implemented Interfaces:
ISelectionChangedListener
,DetailsUI
,Disposable
public class EntityTypeDetailsUI extends Object implements ISelectionChangedListener, DetailsUI
This class represents a detail UI for aEntityType
. It provides controls for modifying and viewing attributes of theEntityType
.
-
-
Constructor Summary
Constructors Constructor Description EntityTypeDetailsUI(Composite parent, Viewer viewer)
Creates a newEntityTypeDetailsUI
with the given parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
Disposes theDisposable
.void
selectionChanged(SelectionChangedEvent event)
-
-
-
Constructor Detail
-
EntityTypeDetailsUI
public EntityTypeDetailsUI(Composite parent, Viewer viewer)
Creates a newEntityTypeDetailsUI
with the given parameters.- Parameters:
parent
- the parentcomposite
viewer
- the viewer theEntityType
to view details for is selected
-
-
Method Detail
-
selectionChanged
public void selectionChanged(SelectionChangedEvent event)
- Specified by:
selectionChanged
in interfaceISelectionChangedListener
-
dispose
public void dispose()
Description copied from interface:Disposable
Disposes theDisposable
. Can be used to dispose SWT objects and to remove listeners.- Specified by:
dispose
in interfaceDisposable
-
-