Uses of Interface
org.nasdanika.html.model.bootstrap.Appearance
Packages that use Appearance
Package
Description
-
Uses of Appearance in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return AppearanceModifier and TypeMethodDescriptionBootstrapFactory.createAppearance()Returns a new object of class 'Appearance'.Appearance.effectiveAppearance(String path) BootstrapElement.getAppearance()Returns the value of the 'Appearance' containment reference.Methods in org.nasdanika.html.model.bootstrap that return types with arguments of type AppearanceModifier and TypeMethodDescriptionAppearance.getChildren()Returns the value of the 'Children' map.Methods in org.nasdanika.html.model.bootstrap with parameters of type AppearanceModifier and TypeMethodDescriptionvoidBootstrapElement.setAppearance(Appearance value) Sets the value of the 'Appearance' containment reference. -
Uses of Appearance in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement AppearanceModifier and TypeClassDescriptionclassAn implementation of the model object 'Appearance'.Methods in org.nasdanika.html.model.bootstrap.impl that return AppearanceModifier and TypeMethodDescriptionBootstrapFactoryImpl.createAppearance()AppearanceImpl.effectiveAppearance(String path) BootstrapElementImpl.getAppearance()TagImpl.getAppearance()AppearanceEntryImpl.getTypedValue()AppearanceEntryImpl.getValue()AppearanceEntryImpl.setValue(Appearance value) Methods in org.nasdanika.html.model.bootstrap.impl that return types with arguments of type AppearanceModifier and TypeMethodDescriptionBootstrapFactoryImpl.createAppearanceEntry()AppearanceImpl.getChildren()AppearanceEntryImpl.getEMap()Methods in org.nasdanika.html.model.bootstrap.impl with parameters of type AppearanceModifier and TypeMethodDescriptionBootstrapElementImpl.basicSetAppearance(Appearance newAppearance, NotificationChain msgs) TagImpl.basicSetAppearance(Appearance newAppearance, NotificationChain msgs) AppearanceEntryImpl.basicSetTypedValue(Appearance newValue, NotificationChain msgs) voidBootstrapElementImpl.setAppearance(Appearance newAppearance) voidTagImpl.setAppearance(Appearance newAppearance) voidAppearanceEntryImpl.setTypedValue(Appearance newValue) AppearanceEntryImpl.setValue(Appearance value) -
Uses of Appearance in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type AppearanceModifier and TypeMethodDescriptionBootstrapSwitch.caseAppearance(Appearance object) Returns the result of interpreting the object as an instance of 'Appearance'.booleanBootstrapValidator.validateAppearance(Appearance appearance, DiagnosticChain diagnostics, Map<Object, Object> context) booleanBootstrapValidator.validateAppearance_attributes(Appearance appearance, DiagnosticChain diagnostics, Map<Object, Object> context) Validates the attributes constraint of 'Appearance'.booleanBootstrapValidator.validateAppearance_background(Appearance appearance, DiagnosticChain diagnostics, Map<Object, Object> context) Validates the background constraint of 'Appearance'.booleanBootstrapValidator.validateAppearance_border_overlap(Appearance appearance, DiagnosticChain diagnostics, Map<Object, Object> context) Validates the border_overlap constraint of 'Appearance'.Method parameters in org.nasdanika.html.model.bootstrap.util with type arguments of type AppearanceModifier and TypeMethodDescriptionBootstrapSwitch.caseAppearanceEntry(Map.Entry<String, Appearance> object) Returns the result of interpreting the object as an instance of 'Appearance Entry'.