Schnittstelle IView
- Alle bekannten Unterschnittstellen:
ViewStatisticsBasic
- Alle bekannten Implementierungsklassen:
AbstractMenu,ComponentHierarchyMenu,Controller,LayoutRisksAbstract,LayoutRisksBottom,LayoutRisksTop,LayoutTransformationModel,LayoutUtilityStatistics,MainMenu,MainToolBar,MainWindow,ViewAttributeList,ViewAttributeTransformation,ViewAttributeWeights,ViewClipboard,ViewCodingModel,ViewCostBenefitModel,ViewData,ViewDataInput,ViewDataOutput,ViewFilter,ViewLattice,ViewList,ViewPopulationModel,ViewPrivacyModels,ViewProperties,ViewProperties,ViewPropertiesInput,ViewPropertiesOutput,ViewRisks,ViewRisksAttackerModels,ViewRisksHIPAAIdentifiersTable,ViewRisksOverview,ViewRisksPopulationUniques,ViewRisksQuasiIdentifiers,ViewRisksQuasiIdentifiersTable,ViewRisksRiskDistribution,ViewSolutionSpace,ViewStatistics,ViewStatisticsClassification,ViewStatisticsClassificationAttributes,ViewStatisticsClassificationConfiguration,ViewStatisticsClassificationInput,ViewStatisticsClassificationOutput,ViewStatisticsContingencyHeatmap,ViewStatisticsContingencyTable,ViewStatisticsDistributionHistogram,ViewStatisticsDistributionTable,ViewStatisticsEquivalenceClassTable,ViewStatisticsQuality,ViewStatisticsSummaryTable,ViewSubsetDefinition,ViewTiles,ViewTransformationSettings,ViewUtilityMeasures
public interface IView
An interface for views.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoiddispose()Disposes the view.voidreset()Resets the view.voidupdate(ModelEvent event) Updates the view.
-
Methodendetails
-
dispose
void dispose()Disposes the view. -
reset
void reset()Resets the view. -
update
Updates the view.- Parameter:
event-
-