java.lang.Object
org.deidentifier.arx.gui.view.impl.common.table.CTContext

public abstract class CTContext extends Object
Table context wrapper
  • Konstruktordetails

    • CTContext

      public CTContext()
  • Methodendetails

    • getTable

      public abstract org.eclipse.nebula.widgets.nattable.NatTable getTable()
      Returns table
      Gibt zurück:
    • isColumnExpanded

      public boolean isColumnExpanded()
      Returns whether column is expanded
      Gibt zurück:
    • isRowExpanded

      public boolean isRowExpanded()
      Returns whether row is expanded
      Gibt zurück:
    • setColumnExpanded

      public void setColumnExpanded(boolean columnExpanded)
      Sets column expanded
      Parameter:
      columnExpanded -
    • setRowExpanded

      public void setRowExpanded(boolean rowExpanded)
      Sets row expanded
      Parameter:
      rowExpanded -