Klasse LayoutExplore
java.lang.Object
org.deidentifier.arx.gui.view.impl.explore.LayoutExplore
- Alle implementierten Schnittstellen:
ILayout
This class layouts the exploration view.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungLayoutExplore(org.eclipse.swt.widgets.Composite parent, Controller controller) Creates a new instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanReturns which view is activebooleanReturns which view is activebooleanReturns which view is activevoidShows the according viewvoidshowList()Shows the according viewvoidShows the according view
-
Konstruktordetails
-
LayoutExplore
Creates a new instance.- Parameter:
parent-controller-
-
-
Methodendetails
-
isShowLattice
public boolean isShowLattice()Returns which view is active- Gibt zurück:
-
isShowList
public boolean isShowList()Returns which view is active- Gibt zurück:
-
isShowTiles
public boolean isShowTiles()Returns which view is active- Gibt zurück:
-
showLattice
public void showLattice()Shows the according view -
showList
public void showList()Shows the according view -
showTiles
public void showTiles()Shows the according view
-