Search in sources :

Example 1 with EntityValueComponent

use of eidolons.swing.components.panels.page.info.element.EntityValueComponent in project Eidolons by IDemiurge.

the class ValueInfoPage method init.

protected void init() {
    if (!isInitialized()) {
        return;
    }
    X = getDefaultX();
    Y = getDefaultY();
    i = 0;
    Z = getDefaultZ();
    if (isAddHeader()) {
        addHeader();
    }
    for (VALUE p : values) {
        EntityValueComponent comp = getComponent(p);
        addComponent(comp, p);
    }
    initialized = true;
}
Also used : VALUE(main.content.VALUE) EntityValueComponent(eidolons.swing.components.panels.page.info.element.EntityValueComponent)

Aggregations

EntityValueComponent (eidolons.swing.components.panels.page.info.element.EntityValueComponent)1 VALUE (main.content.VALUE)1