Uses of Interface
org.nasdanika.html.model.bootstrap.Text
-
Packages that use Text Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Text in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Text Modifier and Type Method Description TextBootstrapFactory. createText()Returns a new object of class 'Text'.TextAppearance. getText()Returns the value of the 'Text' containment reference.Methods in org.nasdanika.html.model.bootstrap with parameters of type Text Modifier and Type Method Description voidAppearance. setText(Text value)Sets the value of the 'Text' containment reference. -
Uses of Text in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Text Modifier and Type Class Description classTextImplAn implementation of the model object 'Text'.Methods in org.nasdanika.html.model.bootstrap.impl that return Text Modifier and Type Method Description TextBootstrapFactoryImpl. createText()TextAppearanceImpl. getText()Methods in org.nasdanika.html.model.bootstrap.impl with parameters of type Text Modifier and Type Method Description NotificationChainAppearanceImpl. basicSetText(Text newText, NotificationChain msgs)voidAppearanceImpl. setText(Text newText) -
Uses of Text in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Text Modifier and Type Method Description TBootstrapSwitch. caseText(Text object)Returns the result of interpreting the object as an instance of 'Text'.booleanBootstrapValidator. validateText(Text text, DiagnosticChain diagnostics, Map<Object,Object> context)booleanBootstrapValidator. validateText_attributes(Text text, DiagnosticChain diagnostics, Map<Object,Object> context)Validates the attributes constraint of 'Text'.
-