Class DatabaseDetailsUI
- java.lang.Object
-
- org.palladiosimulator.pcmtx.pcmtxviews.ui.DatabaseDetailsUI
-
- All Implemented Interfaces:
ISelectionChangedListener
,DetailsUI
,Disposable
public class DatabaseDetailsUI extends Object implements ISelectionChangedListener, DetailsUI
-
-
Constructor Summary
Constructors Constructor Description DatabaseDetailsUI(Composite parent, Viewer viewer)
Creates a newDatabaseDetailsUI
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)
Enables the elements if a Database is selected in the viewer.
-
-
-
Method Detail
-
selectionChanged
public void selectionChanged(SelectionChangedEvent event)
Enables the elements if a Database is selected in the viewer.- 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
-
-