Klasse HierarchyWizardModelDate
java.lang.Object
org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardModelAbstract<Date>
org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardModelDate
A model for date-based builders.
-
Feldübersicht
Von Klasse geerbte Felder org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardModelAbstract
data, error, groupsizes, hierarchy, view, visible -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungHierarchyWizardModelDate(DataType<Date> dataType, String[] data) Creates a new instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected voidbuild()Implement this to run the builder.Returns the bottom coding boundgetBuilder(boolean serializable) Returns the builder currently configured.Returns the top-coding boundvoidparse(HierarchyBuilder<Date> hierarchyBuilder) Parses a builder and updates the model accordingly.voidsetBottomCodingBound(Date bottomCodingBound) voidsetFormat(HierarchyBuilderDate.Format format) voidsetGranularities(List<HierarchyBuilderDate.Granularity> granularities) voidsetTimeZone(TimeZone timeZone) voidsetTopCodingBound(Date topCodingBound) voidUpdates all UI components apart from the senderVon Klasse geerbte Methoden org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardModelAbstract
getData, getError, getGroups, getHierarchy, setView, setVisible, update
-
Konstruktordetails
-
HierarchyWizardModelDate
Creates a new instance.- Parameter:
dataType-data-
-
-
Methodendetails
-
getBottomCodingBound
Returns the bottom coding bound- Gibt zurück:
-
getBuilder
Beschreibung aus Klasse kopiert:HierarchyWizardModelAbstractReturns the builder currently configured.- Angegeben von:
getBuilderin KlasseHierarchyWizardModelAbstract<Date>- Parameter:
serializable-- Gibt zurück:
-
getDataType
- Gibt zurück:
- the dataType
-
getFormat
- Gibt zurück:
- the format
-
getGranularities
- Gibt zurück:
- the granularities
-
getTimeZone
- Gibt zurück:
- the timeZone
-
getTopCodingBound
Returns the top-coding bound- Gibt zurück:
-
parse
Beschreibung aus Klasse kopiert:HierarchyWizardModelAbstractParses a builder and updates the model accordingly.- Angegeben von:
parsein KlasseHierarchyWizardModelAbstract<Date>- Parameter:
hierarchyBuilder-
-
setBottomCodingBound
- Parameter:
bottomCodingBound- the bottomCodingBound to set
-
setFormat
- Parameter:
format- the format to set
-
setGranularities
- Parameter:
granularities- the granularities to set
-
setTimeZone
- Parameter:
timeZone- the timeZone to set
-
setTopCodingBound
- Parameter:
topCodingBound- the topCodingBound to set
-
updateUI
Beschreibung aus Klasse kopiert:HierarchyWizardModelAbstractUpdates all UI components apart from the sender- Angegeben von:
updateUIin KlasseHierarchyWizardModelAbstract<Date>
-
build
protected void build()Beschreibung aus Klasse kopiert:HierarchyWizardModelAbstractImplement this to run the builder.- Angegeben von:
buildin KlasseHierarchyWizardModelAbstract<Date>
-