Klasse ModelViewConfig

java.lang.Object
org.deidentifier.arx.gui.model.ModelViewConfig
Alle implementierten Schnittstellen:
Serializable

public class ModelViewConfig extends Object implements Serializable
This class models the current view configuration.
Siehe auch:
  • Konstruktordetails

    • ModelViewConfig

      public ModelViewConfig()
  • Methodendetails

    • getAttribute

      public String getAttribute()
      Returns the attribute.
      Gibt zurück:
    • getMode

      public ModelViewConfig.Mode getMode()
      Returns the mode.
      Gibt zurück:
    • getSortOrder

      public boolean getSortOrder()
      Returns the sort order.
      Gibt zurück:
    • isChanged

      public boolean isChanged()
      Returns whether the config has changed, and resets the flag to unmodified.
      Gibt zurück:
    • isSubset

      public boolean isSubset()
      Returns whether we show the subset only.
      Gibt zurück:
    • setAttribute

      public void setAttribute(String attribute)
      Sets the attribute.
      Parameter:
      attribute -
    • setMode

      public void setMode(ModelViewConfig.Mode mode)
      Sets the mode.
      Parameter:
      mode -
    • setSortOrder

      public void setSortOrder(boolean order)
      Sets the sort order.
      Parameter:
      order -
    • setSubset

      public void setSubset(boolean subset)
      Sets whether we show the subset only.
      Parameter:
      subset -