Klasse LayoutUtilityStatistics
java.lang.Object
org.deidentifier.arx.gui.view.impl.utility.LayoutUtilityStatistics
Layouts the visualization and allows enabling/disabling them.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungLayoutUtilityStatistics(org.eclipse.swt.widgets.Composite parent, Controller controller, ModelEvent.ModelPart target, ModelEvent.ModelPart reset) Creates a new instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaddSelectionListener(org.eclipse.swt.events.SelectionListener listener) Adds a selection listener.voiddispose()Disposes the view.Returns the selection index.Returns all visible itemsvoidreset()Resets the view.voidsetItemVisibilityListener(org.eclipse.swt.events.SelectionListener listener) Sets the according listenervoidSets the selected view typevoidsetVisibleItems(List<String> items) Sets all visible itemsvoidupdate(ModelEvent event) Updates the view.
-
Konstruktordetails
-
LayoutUtilityStatistics
public LayoutUtilityStatistics(org.eclipse.swt.widgets.Composite parent, Controller controller, ModelEvent.ModelPart target, ModelEvent.ModelPart reset) Creates a new instance.- Parameter:
parent-controller-target-reset-
-
-
Methodendetails
-
addSelectionListener
public void addSelectionListener(org.eclipse.swt.events.SelectionListener listener) Adds a selection listener.- Parameter:
listener-
-
dispose
public void dispose()Beschreibung aus Schnittstelle kopiert:IViewDisposes the view. -
getSelectedView
Returns the selection index.- Gibt zurück:
-
getVisibleItems
Returns all visible items- Gibt zurück:
-
reset
public void reset()Beschreibung aus Schnittstelle kopiert:IViewResets the view. -
setItemVisibilityListener
public void setItemVisibilityListener(org.eclipse.swt.events.SelectionListener listener) Sets the according listener- Parameter:
listener-
-
setSelectedView
Sets the selected view type- Parameter:
type-
-
setVisibleItems
Sets all visible items- Parameter:
items-
-
update
Beschreibung aus Schnittstelle kopiert:IViewUpdates the view.
-