Package org.deidentifier.arx.gui.model
Klasse ModelViewConfig
java.lang.Object
org.deidentifier.arx.gui.model.ModelViewConfig
- Alle implementierten Schnittstellen:
Serializable
This class models the current view configuration.
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the attribute.getMode()Returns the mode.booleanReturns the sort order.booleanReturns whether the config has changed, and resets the flag to unmodified.booleanisSubset()Returns whether we show the subset only.voidsetAttribute(String attribute) Sets the attribute.voidsetMode(ModelViewConfig.Mode mode) Sets the mode.voidsetSortOrder(boolean order) Sets the sort order.voidsetSubset(boolean subset) Sets whether we show the subset only.
-
Konstruktordetails
-
ModelViewConfig
public ModelViewConfig()
-
-
Methodendetails
-
getAttribute
Returns the attribute.- Gibt zurück:
-
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
Sets the attribute.- Parameter:
attribute-
-
setMode
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-
-