NzaeLibrary Interface reference
This is the Java AE Library API interface.
A reference to this interface can be obtained from the shaper, aggregate or function objects.
Public member functions
- NzaeLibraryInfo getLibraryInfo(String name, boolean caseSensitive, int type)
- Gets the specified library information.
- NzaeLibraryInfo getLocalLibraryInfo(int idx)
- Gets the Local library information at the specified index.
- NzaeLibraryInfo getParentLibraryInfo(int idx)
- Gets the Parent Library information at the specified index.
- int sizeLocalEntries()
- Gets the number of local entries.
- int sizeParentEntries()
- Gets the number of parent entries.
Static public attributes
- SEARCH_BOTH
- Searches both the parent and local contexts.
- SEARCH_LOCAL
- Searches the local context only.
- SEARCH_PARENT
- Searches the parent contect only.
Public member functions documentation
- NzaeLibraryInfo getLibraryInfo(String name, boolean caseSensitive, int type)
- Gets the specified library information.
- NzaeLibraryInfo getLocalLibraryInfo(int idx)
- Gets the Local library information at the specified index.
- NzaeLibraryInfo getParentLibraryInfo(int idx)
- Gets the Parent Library information at the specified index.
- int sizeLocalEntries()
- Gets the number of local entries.
- int sizeParentEntries()
- Gets the number of parent entries.
Static member data documentation
- final int SEARCH_BOTH= 0
- Searches both the parent and local contexts.
- final int SEARCH_LOCAL= 1
- Searches the local context only.
- final int SEARCH_PARENT= 2
- Searches the parent contect only.