Uses of Interface
org.nasdanika.html.model.bootstrap.Appearance
-
Packages that use Appearance Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Appearance in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Appearance Modifier and Type Method Description AppearanceBootstrapFactory. createAppearance()Returns a new object of class 'Appearance'.AppearanceAppearance. effectiveAppearance(String path)AppearanceBootstrapElement. getAppearance()Returns the value of the 'Appearance' containment reference.Methods in org.nasdanika.html.model.bootstrap that return types with arguments of type Appearance Modifier and Type Method Description EMap<String,Appearance>Appearance. getChildren()Returns the value of the 'Children' map.Methods in org.nasdanika.html.model.bootstrap with parameters of type Appearance Modifier and Type Method Description voidBootstrapElement. 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 Appearance Modifier and Type Class Description classAppearanceImplAn implementation of the model object 'Appearance'.Methods in org.nasdanika.html.model.bootstrap.impl that return Appearance Modifier and Type Method Description AppearanceBootstrapFactoryImpl. createAppearance()AppearanceAppearanceImpl. effectiveAppearance(String path)AppearanceBootstrapElementImpl. getAppearance()AppearanceTagImpl. getAppearance()AppearanceAppearanceEntryImpl. getTypedValue()AppearanceAppearanceEntryImpl. getValue()AppearanceAppearanceEntryImpl. setValue(Appearance value)Methods in org.nasdanika.html.model.bootstrap.impl that return types with arguments of type Appearance Modifier and Type Method Description Map.Entry<String,Appearance>BootstrapFactoryImpl. createAppearanceEntry()EMap<String,Appearance>AppearanceImpl. getChildren()EMap<String,Appearance>AppearanceEntryImpl. getEMap()Methods in org.nasdanika.html.model.bootstrap.impl with parameters of type Appearance Modifier and Type Method Description NotificationChainBootstrapElementImpl. basicSetAppearance(Appearance newAppearance, NotificationChain msgs)NotificationChainTagImpl. basicSetAppearance(Appearance newAppearance, NotificationChain msgs)NotificationChainAppearanceEntryImpl. basicSetTypedValue(Appearance newValue, NotificationChain msgs)voidBootstrapElementImpl. setAppearance(Appearance newAppearance)voidTagImpl. setAppearance(Appearance newAppearance)voidAppearanceEntryImpl. setTypedValue(Appearance newValue)AppearanceAppearanceEntryImpl. 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 Appearance Modifier and Type Method Description TBootstrapSwitch. 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 Appearance Modifier and Type Method Description TBootstrapSwitch. caseAppearanceEntry(Map.Entry<String,Appearance> object)Returns the result of interpreting the object as an instance of 'Appearance Entry'.
-