Examples of SystemGObject


Examples of de.yaams.extensions.rgssproject.database.SystemGObject

  public void add() {
    // ask the tab
    RubyObject o = tab.createObject();

    // add it
    tab.getElements().add(new SystemGObject(o));
    tab.getElements().get(tab.getElements().size() - 1).setModified(true);
    add(tab.getElements().size() - 1);
    tab.setModified(true);

  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.