|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ElementType in de.lessvoid.nifty |
---|
Methods in de.lessvoid.nifty with parameters of type ElementType | |
---|---|
Element |
Nifty.createElementFromType(Screen screen,
Element parent,
ElementType type)
|
Uses of ElementType in de.lessvoid.nifty.builder |
---|
Methods in de.lessvoid.nifty.builder that return ElementType | |
---|---|
ElementType |
ElementBuilder.buildElementType()
This method is called whenever we need the ElementType instead of a real Element instance. |
Uses of ElementType in de.lessvoid.nifty.controls.dynamic |
---|
Methods in de.lessvoid.nifty.controls.dynamic that return ElementType | |
---|---|
ElementType |
PanelCreator.createType()
|
ElementType |
LayerCreator.createType()
|
ElementType |
CustomControlCreator.createType()
|
ElementType |
ImageCreator.createType()
|
ElementType |
TextCreator.createType()
|
ElementType |
PopupCreator.createType()
|
ElementType |
ControlDefinitionCreator.createType()
|
Uses of ElementType in de.lessvoid.nifty.controls.dynamic.attributes |
---|
Methods in de.lessvoid.nifty.controls.dynamic.attributes that return ElementType | |
---|---|
ElementType |
ControlAttributes.createType()
|
Methods in de.lessvoid.nifty.controls.dynamic.attributes with parameters of type ElementType | |
---|---|
void |
ControlAttributes.connect(ElementType e)
|
Uses of ElementType in de.lessvoid.nifty.elements |
---|
Methods in de.lessvoid.nifty.elements that return ElementType | |
---|---|
ElementType |
Element.getElementType()
get element type. |
Constructors in de.lessvoid.nifty.elements with parameters of type ElementType | |
---|---|
Element(Nifty newNifty,
ElementType newElementType,
String newId,
Element newParent,
FocusHandler newFocusHandler,
boolean newVisibleToMouseEvents,
TimeProvider newTimeProvider,
ElementRenderer... newElementRenderer)
construct new instance of Element. |
|
Element(Nifty newNifty,
ElementType newElementType,
String newId,
Element newParent,
LayoutPart newLayoutPart,
FocusHandler newFocusHandler,
boolean newVisibleToMouseEvents,
TimeProvider newTimeProvider,
ElementRenderer... newElementRenderer)
construct new instance of Element using the given layoutPart instance. |
Uses of ElementType in de.lessvoid.nifty.loaderv2.types |
---|
Subclasses of ElementType in de.lessvoid.nifty.loaderv2.types | |
---|---|
class |
ControlDefinitionType
|
class |
ControlType
|
class |
ImageType
|
class |
LayerType
|
class |
PanelType
|
class |
PopupType
|
class |
TextType
|
Fields in de.lessvoid.nifty.loaderv2.types with type parameters of type ElementType | |
---|---|
protected List<ElementType> |
ElementType.elements
|
Methods in de.lessvoid.nifty.loaderv2.types that return ElementType | |
---|---|
ElementType |
ElementType.copy()
|
ElementType |
ImageType.copy()
|
ElementType |
ControlDefinitionType.copy()
|
ElementType |
ControlType.copy()
|
ElementType |
ControlDefinitionType.getControlElementType()
|
ElementType |
ElementType.getFirstElement()
|
Methods in de.lessvoid.nifty.loaderv2.types that return types with arguments of type ElementType | |
---|---|
Collection<ElementType> |
ElementType.getElements()
|
Methods in de.lessvoid.nifty.loaderv2.types with parameters of type ElementType | |
---|---|
void |
ElementType.addControl(ElementType text)
|
void |
ElementType.addElementType(ElementType type)
|
void |
ElementType.addImage(ElementType image)
|
void |
ElementType.addLabel(ElementType label)
|
void |
ElementType.addPanel(ElementType panel)
|
void |
ElementType.addText(ElementType text)
|
void |
StyleType.applyTo(ElementType elementType,
StyleResolver styleResolver)
|
void |
ElementType.prepare(Nifty nifty,
Screen screen,
ElementType rootElementType)
|
Constructors in de.lessvoid.nifty.loaderv2.types with parameters of type ElementType | |
---|---|
ElementType(ElementType src)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |