public interface LibraryWithMacroSupport extends Library
LIBRARY_ID_PROPERTY, LIBRARY_NAME_PROPERTYCLASSPATH_PROPERTY, DOCPATH_PROPERTY, ISLOCKED_PROPERTY, SOURCEPATH_PROPERTY| Modifier and Type | Method and Description | 
|---|---|
URLPath | 
getClassPath(boolean expandMacros)  | 
URLPath | 
getClassPath(Context context,
            boolean expandMacros)
Context is ignored unless expandMacros is true; when expanding macros,
 certain built-in IDE macros require a context in order to evaluate
 correctly. 
 | 
URLPath | 
getDocPath(boolean expandMacros)  | 
URLPath | 
getDocPath(Context context,
          boolean expandMacros)  | 
URLPath | 
getSourcePath(boolean expandMacros)  | 
URLPath | 
getSourcePath(Context context,
             boolean expandMacros)  | 
equivalent, getDefaultClassPath, getDefaultDocPath, getDefaultSourcePath, getID, getName, initFromLibrary, setDefaultClassPath, setDefaultDocPath, setDefaultSourcePath, setNamegetClassPath, getDocPath, getSourcePath, isLocked, setClassPath, setDocPath, setLocked, setSourcePathgetIcon, getLongLabel, getShortLabel, getToolTipText, toStringURLPath getClassPath(Context context, boolean expandMacros)
URLPath getClassPath(boolean expandMacros)
URLPath getDocPath(boolean expandMacros)
URLPath getSourcePath(boolean expandMacros)