Package com.apple.component

Examples of com.apple.component.ComponentDescription


/*     */   }
/*     */
/*     */   public ComponentDescription getNodeInfo_ComponentDescription(AUNode paramAUNode)
/*     */     throws CAException
/*     */   {
/* 282 */     ComponentDescription localComponentDescription = new ComponentDescription();
/* 283 */     int i = AUGraphGetNodeInfo(_ID(), CAObject.ID(paramAUNode), localComponentDescription._ID(), 0, 0, 0);
/*     */
/* 289 */     CAException.checkError(i);
/* 290 */     return localComponentDescription;
/*     */   }
View Full Code Here

TOP

Related Classes of com.apple.component.ComponentDescription

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.