Uses of Class
de.lessvoid.xml.xpp3.Attributes

Packages that use Attributes
de.lessvoid.nifty   
de.lessvoid.nifty.controls   
de.lessvoid.nifty.controls.dynamic.attributes   
de.lessvoid.nifty.effects   
de.lessvoid.nifty.elements   
de.lessvoid.nifty.loaderv2.types   
de.lessvoid.nifty.loaderv2.types.apply   
de.lessvoid.xml.lwxs   
de.lessvoid.xml.lwxs.elements   
de.lessvoid.xml.lwxs.processor   
de.lessvoid.xml.xpp3   
 

Uses of Attributes in de.lessvoid.nifty
 

Methods in de.lessvoid.nifty with parameters of type Attributes
 Element Nifty.createPopupWithStyle(String popupId, String style, Attributes parameters)
           
 

Uses of Attributes in de.lessvoid.nifty.controls
 

Methods in de.lessvoid.nifty.controls with parameters of type Attributes
 void MenuItemControl.bind(Nifty nifty, Screen screenParam, Element newElement, Properties properties, Attributes controlDefinitionAttributes)
           
 void DefaultController.bind(Nifty nifty, Screen screen, Element element, Properties parameter, Attributes controlDefinitionAttributes)
           
 void Controller.bind(Nifty nifty, Screen screen, Element element, Properties parameter, Attributes controlDefinitionAttributes)
          Bind this Controller to a certain element.
 void NiftyInputControl.bindControl(Nifty nifty, Screen screen, Element element, Attributes attributes)
           
 void DefaultController.init(Properties parameter, Attributes controlDefinitionAttributes)
           
 void Controller.init(Properties parameter, Attributes controlDefinitionAttributes)
          Init the Controller.
 void AbstractController.init(Properties parameter, Attributes controlDefinitionAttributes)
           
 void NiftyInputControl.initControl(Attributes attributes)
           
 

Uses of Attributes in de.lessvoid.nifty.controls.dynamic.attributes
 

Fields in de.lessvoid.nifty.controls.dynamic.attributes declared as Attributes
protected  Attributes ControlInteractAttributes.attributes
           
protected  Attributes ControlEffectAttributes.attributes
           
protected  Attributes ControlAttributes.attributes
           
 

Methods in de.lessvoid.nifty.controls.dynamic.attributes that return Attributes
 Attributes ControlEffectsAttributes.getAttributes()
           
 

Methods in de.lessvoid.nifty.controls.dynamic.attributes with parameters of type Attributes
 StyleType ControlAttributes.createStyleType(Attributes styleAttributes)
           
 void ControlAttributes.refreshAttributes(Attributes attrib)
           
 

Constructors in de.lessvoid.nifty.controls.dynamic.attributes with parameters of type Attributes
ControlEffectAttributes(Attributes attributes, ArrayList<EffectValueType> effectValues)
           
ControlEffectOnHoverAttributes(Attributes attributes, ArrayList<EffectValueType> effectValues, HoverType hoverType)
           
 

Uses of Attributes in de.lessvoid.nifty.effects
 

Methods in de.lessvoid.nifty.effects that return types with arguments of type Attributes
 List<Attributes> EffectPropertiesValues.getValues()
           
 

Methods in de.lessvoid.nifty.effects with parameters of type Attributes
 void EffectPropertiesValues.add(Attributes p)
           
 void EffectProperties.addEffectValue(Attributes effectProperties)
           
 

Uses of Attributes in de.lessvoid.nifty.elements
 

Methods in de.lessvoid.nifty.elements with parameters of type Attributes
 void Element.initializeFromAttributes(Attributes attributes, NiftyRenderEngine renderEngine)
          This is used when the element is being created from an ElementType in the loading process.
 void Element.initializeFromPostAttributes(Attributes attributes)
           
 

Uses of Attributes in de.lessvoid.nifty.loaderv2.types
 

Methods in de.lessvoid.nifty.loaderv2.types that return Attributes
 Attributes XmlBaseType.getAttributes()
           
 Attributes RemoveStandardAttributes.removeStandard()
           
 

Methods in de.lessvoid.nifty.loaderv2.types with parameters of type Attributes
 void AttributesType.apply(Attributes result, String styleId)
           
 void ElementType.applyAttributes(Element element, Attributes work, NiftyRenderEngine renderEngine)
           
 void ElementType.applyPostAttributes(Element element, Attributes work, NiftyRenderEngine renderEngine)
           
 void XmlBaseType.initFromAttributes(Attributes attributesParam)
           
 void EffectType.materialize(Nifty nifty, Element element, EffectEventId effectEventId, Attributes effectsTypeAttibutes, LinkedList<Object> controllers)
           
 void XmlBaseType.mergeFromAttributes(Attributes attributesParam)
           
 void InteractType.resolveParameters(Attributes src)
           
 void EffectType.resolveParameters(Attributes src)
           
 void EffectsType.resolveParameters(Attributes src)
           
 

Constructors in de.lessvoid.nifty.loaderv2.types with parameters of type Attributes
AttributesType(Attributes attributes)
           
ControlDefinitionType(Attributes attributes)
           
ControlType(Attributes attributes)
           
ElementType(Attributes attributes)
           
ImageType(Attributes attributes)
           
LayerType(Attributes attributes)
           
PanelType(Attributes attributes)
           
PopupType(Attributes attributes)
           
RemoveStandardAttributes(Attributes controlAttributesParam)
           
StyleType(Attributes attributes)
           
TextType(Attributes attributes)
           
XmlBaseType(Attributes attributesParam)
           
 

Uses of Attributes in de.lessvoid.nifty.loaderv2.types.apply
 

Methods in de.lessvoid.nifty.loaderv2.types.apply with parameters of type Attributes
 void ApplyRenderText.apply(Element element, Attributes attributes, NiftyRenderEngine renderEngine)
           
 void ApplyRendererPanel.apply(Element element, Attributes attributes, NiftyRenderEngine renderEngine)
           
 void ApplyRendererImage.apply(Element element, Attributes attributes, NiftyRenderEngine renderEngine)
           
 void ApplyRenderer.apply(Element element, Attributes attributes, NiftyRenderEngine renderEngine)
           
 

Uses of Attributes in de.lessvoid.xml.lwxs
 

Methods in de.lessvoid.xml.lwxs with parameters of type Attributes
 void XmlType.initFromAttributes(Attributes attributesParam)
           
 void Schema.process(XmlParser xmlParser, Attributes attributes)
           
 

Uses of Attributes in de.lessvoid.xml.lwxs.elements
 

Methods in de.lessvoid.xml.lwxs.elements with parameters of type Attributes
 void XmlProcessorType.process(XmlParser xmlParser, Attributes attributes)
           
 void XmlProcessorElement.processSubstGroup(XmlParser xmlParser, XmlType xmlTypeParent, Attributes attributes)
           
 

Uses of Attributes in de.lessvoid.xml.lwxs.processor
 

Methods in de.lessvoid.xml.lwxs.processor with parameters of type Attributes
 void TypeProcessorSubstitutionGroup.process(XmlParser xmlParser, Attributes attributes)
           
 void TypeProcessorElement.process(XmlParser xmlParser, Attributes attributes)
           
 void TypeProcessor.process(XmlParser xmlParser, Attributes attributes)
           
 void IncludeProcessor.process(XmlParser xmlParser, Attributes attributes)
           
 

Uses of Attributes in de.lessvoid.xml.xpp3
 

Methods in de.lessvoid.xml.xpp3 with parameters of type Attributes
 void Attributes.merge(Attributes src)
           
 void Attributes.mergeAndTag(Attributes src, String tag)
           
 void XmlProcessor.process(XmlParser xmlParser, Attributes attributes)
          Process.
 void Attributes.refreshFromAttributes(Attributes src)
           
 void Attributes.resolveParameters(Attributes attributes)
           
 

Constructors in de.lessvoid.xml.xpp3 with parameters of type Attributes
Attributes(Attributes source)
          copy constructor.
 



Copyright © 2012. All Rights Reserved.