Package net.sourceforge.veditor.parser.vhdl.VhdlOutlineElementFactory

Examples of net.sourceforge.veditor.parser.vhdl.VhdlOutlineElementFactory.VhdlOutlineElement.GetImageName()


   * @return Image name to be used for this tye
   */
  protected String getImageNameForType(OutlineElement element){
    if (element instanceof VhdlOutlineElement) {
      VhdlOutlineElement vhdlElement = (VhdlOutlineElement) element;
      return vhdlElement.GetImageName();
    }
    //if not a vhdl element, something must be very wrong
    return OBJ_IMAGE;
  }

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.