Package de.taliis.plugins.m2

Examples of de.taliis.plugins.m2.CorrectStrangeBehaviourListener


  @Override
  public JPanel createView() {
    // TODO Auto-generated method stub
    wowfile f = (wowfile)fm.getActiveFile().obj;
    if(f instanceof m2) {
      return new m2TextureTable ( (m2)f );
    }
    return null;
  }
View Full Code Here

TOP

Related Classes of de.taliis.plugins.m2.CorrectStrangeBehaviourListener

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.