Klasse LayoutExplore

java.lang.Object
org.deidentifier.arx.gui.view.impl.explore.LayoutExplore
Alle implementierten Schnittstellen:
ILayout

public class LayoutExplore extends Object implements ILayout
This class layouts the exploration view.
  • Konstruktordetails

    • LayoutExplore

      public LayoutExplore(org.eclipse.swt.widgets.Composite parent, Controller controller)
      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