Package org.criticalfailure.torchlight.plugin.statistics.ui.views

Examples of org.criticalfailure.torchlight.plugin.statistics.ui.views.AttributesAdminSection


    {
        logger.debug("get children: " + o);
       
        if(o instanceof AdminView)
        {
            return new Object[] { new AttributesAdminSection("3.5"),
                                  new AttributesAdminSection("4e"),
                                  new AttributeFactoriesAdminSection("3.5"),
                                  new AttributeFactoriesAdminSection("4e"),
                                  new AttributeSectionsAdminSection("3.5"),
                                  new AttributeSectionsAdminSection("4e"),
                                  new PreferencesAdminSection(),
View Full Code Here

TOP

Related Classes of org.criticalfailure.torchlight.plugin.statistics.ui.views.AttributesAdminSection

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.