Package ca.nengo.ui.configurable

Examples of ca.nengo.ui.configurable.ConfigSchema


  protected abstract Object createNode(ConfigResult configuredProperties, String name)
      throws ConfigException;

  public final ConfigSchema getSchema() {
    ConfigSchema nodeConfigSchema = getNodeConfigSchema();

    ConfigSchemaImpl newConfigSchema = new ConfigSchemaImpl(nodeConfigSchema.getProperties()
        .toArray(new Property[] {}), nodeConfigSchema.getAdvancedProperties().toArray(
        new Property[] {}));

    newConfigSchema.addProperty(pName, 0);

    return newConfigSchema;
View Full Code Here

TOP

Related Classes of ca.nengo.ui.configurable.ConfigSchema

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.