public class TabPopulator extends java.lang.Object implements UiElementPopulator<Tab>
| Constructor and Description |
|---|
TabPopulator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
populate(org.mini2Dx.gdx.xml.XmlReader.Element xmlTag,
Tab uiElement)
Populate properties on the UiElement
|
public boolean populate(org.mini2Dx.gdx.xml.XmlReader.Element xmlTag,
Tab uiElement)
UiElementPopulatorpopulate in interface UiElementPopulator<Tab>xmlTag - - the tag to pull values off ofuiElement - - the UiElement to be populated