Modifier and Type | Method and Description |
---|---|
Element |
Nifty.createPopupWithStyle(String popupId,
String style,
Attributes parameters) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
protected Attributes |
ControlInteractAttributes.attributes |
protected Attributes |
ControlEffectAttributes.attributes |
protected Attributes |
ControlAttributes.attributes |
Modifier and Type | Method and Description |
---|---|
Attributes |
ControlEffectsAttributes.getAttributes() |
Modifier and Type | Method and Description |
---|---|
StyleType |
ControlAttributes.createStyleType(Attributes styleAttributes) |
void |
ControlAttributes.refreshAttributes(Attributes attrib) |
Constructor and Description |
---|
ControlEffectAttributes(Attributes attributes,
ArrayList<EffectValueType> effectValues) |
ControlEffectOnHoverAttributes(Attributes attributes,
ArrayList<EffectValueType> effectValues,
HoverType hoverType) |
Modifier and Type | Method and Description |
---|---|
List<Attributes> |
EffectPropertiesValues.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
EffectPropertiesValues.add(Attributes p) |
void |
EffectProperties.addEffectValue(Attributes effectProperties) |
Modifier and Type | Method and Description |
---|---|
void |
Element.initializeFromAttributes(Screen targetScreen,
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) |
Modifier and Type | Method and Description |
---|---|
Attributes |
XmlBaseType.getAttributes() |
Attributes |
RemoveStandardAttributes.removeStandard() |
Modifier and Type | Method and Description |
---|---|
void |
AttributesType.apply(Attributes result,
String styleId) |
void |
ElementType.applyAttributes(Screen screen,
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) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
ApplyRenderText.apply(Screen screen,
Element element,
Attributes attributes,
NiftyRenderEngine renderEngine) |
void |
ApplyRendererPanel.apply(Screen screen,
Element element,
Attributes attributes,
NiftyRenderEngine renderEngine) |
void |
ApplyRendererImage.apply(Screen screen,
Element element,
Attributes attributes,
NiftyRenderEngine renderEngine) |
void |
ApplyRenderer.apply(Screen screen,
Element element,
Attributes attributes,
NiftyRenderEngine renderEngine) |
Modifier and Type | Method and Description |
---|---|
void |
XmlType.initFromAttributes(Attributes attributesParam) |
void |
Schema.process(XmlParser xmlParser,
Attributes attributes) |
Modifier and Type | Method and Description |
---|---|
void |
XmlProcessorType.process(XmlParser xmlParser,
Attributes attributes) |
void |
XmlProcessorElement.processSubstGroup(XmlParser xmlParser,
XmlType xmlTypeParent,
Attributes attributes) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
Attributes(Attributes source)
copy constructor.
|
Copyright © 2013. All Rights Reserved.