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 newDatabaseDetailsUIwith the given parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()Disposes theDisposable.voidselectionChanged(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:
selectionChangedin interfaceISelectionChangedListener
-
dispose
public void dispose()
Description copied from interface:DisposableDisposes theDisposable. Can be used to dispose SWT objects and to remove listeners.- Specified by:
disposein interfaceDisposable
-
-