de.lessvoid.nifty.loaderv2.types
Class InteractType

java.lang.Object
  extended by de.lessvoid.nifty.loaderv2.types.XmlBaseType
      extended by de.lessvoid.nifty.loaderv2.types.InteractType
All Implemented Interfaces:
XmlType

public class InteractType
extends XmlBaseType


Constructor Summary
InteractType()
           
InteractType(InteractType src)
           
 
Method Summary
 void apply(InteractType interact, String styleId)
           
 void materialize(Nifty nifty, Element element, Object... controller)
           
 void mergeFromInteractType(InteractType interact)
           
 String output(int offset)
           
 void resolveParameters(Attributes src)
           
 
Methods inherited from class de.lessvoid.nifty.loaderv2.types.XmlBaseType
getAttributes, initFromAttributes, mergeFromAttributes, translateSpecialValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractType

public InteractType()

InteractType

public InteractType(InteractType src)
Method Detail

mergeFromInteractType

public void mergeFromInteractType(InteractType interact)

output

public String output(int offset)
Overrides:
output in class XmlBaseType

materialize

public void materialize(Nifty nifty,
                        Element element,
                        Object... controller)

apply

public void apply(InteractType interact,
                  String styleId)

resolveParameters

public void resolveParameters(Attributes src)


Copyright © 2012. All Rights Reserved.