Methods
Modifier and Type |
Method and Description |
void |
addControl(ElementType text) |
void |
addElementType(ElementType type) |
void |
addImage(ElementType image) |
void |
addLabel(ElementType label) |
void |
addPanel(ElementType panel) |
void |
addText(ElementType text) |
void |
applyAttributes(Element element,
Attributes work,
NiftyRenderEngine renderEngine) |
protected void |
applyChildren(Element parent,
Screen screen,
Nifty nifty) |
void |
applyEffects(Nifty nifty,
Screen screen,
Element element) |
void |
applyInteract(Nifty nifty,
Screen screen,
Element element) |
void |
applyPostAttributes(Element element,
Attributes work,
NiftyRenderEngine renderEngine) |
void |
applyStyles(StyleResolver styleResolver) |
void |
connectParentControls(Element parent)
usually when elements (incl.
|
ElementType |
copy() |
Element |
create(Element parent,
Nifty nifty,
Screen screen,
LayoutPart layoutPart) |
EffectsType |
getEffects() |
Collection<ElementType> |
getElements() |
ElementType |
getFirstElement() |
InteractType |
getInteract() |
boolean |
hasElements() |
protected void |
makeFlat() |
String |
output(int offset) |
void |
prepare(Nifty nifty,
Screen screen,
ElementType rootElementType) |
void |
refreshAttributes(Nifty nifty,
Screen screen,
Element element,
ControlAttributes attributes) |
void |
removeWithTag(String styleId) |
void |
setEffect(EffectsType effectsParam) |
void |
setInteract(InteractType interactParam) |
void |
translateSpecialValues(Nifty nifty,
Screen screen) |