Package | Description |
---|---|
org.kepler.gui.popups | |
org.kepler.objectmanager.library |
Modifier and Type | Method and Description |
---|---|
LibItem |
LibraryPopup.getInfo() |
Modifier and Type | Method and Description |
---|---|
LibItem |
LibIndex.assureKarEntry(KARCacheContent content)
Assures that the LibIndex row under the folder hierarchy exists for the
given KARCacheContent.
|
LibItem |
LibIndex.assureXML(java.io.File file) |
LibItem |
LibIndex.findKar(java.io.File karFile) |
LibItem |
LibIndex.findXML(java.io.File file) |
LibItem |
LibraryManager.getPopulatedLibItem(int liid)
Populate this LibItem Object from the database using the given Library
Index ID.
|
LibItem |
LibraryManager.getTreeItemIndexInformation(int liid)
Return a populated LibItem for the given liid.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector<LibItem> |
LibIndex.assureOntologyComponent(KARCacheContent content)
Assures that the LibIndex rows for the KARCacheContent object exist under
the Ontology tree.
|
java.util.Vector<LibItem> |
LibIndex.getItems()
Get all of the items.
|
java.util.Vector<LibItem> |
LibIndex.getItemsOfType(int type)
Get all items of the given type.
|
java.util.Vector<LibItem> |
LibIndex.getItemsOfType(int type,
int root)
Return items of the given type that are somewhere under the given root.
|
java.util.Vector<LibItem> |
LibIndex.getPath(LibItem li)
Returns a Vector of LibItems that are the parents of the given LibItem.
|
Modifier and Type | Method and Description |
---|---|
void |
LibIndex.addToSearchIndex(LibItem li)
Add the given LibItem to the search index.
|
int |
LibIndex.checkIfDuplicate(LibItem li)
Take a LibItem and check to see if there is already an entry
in the sql table for it depending on the type,name,and parent.
|
ComponentEntity |
LibraryManager.createAndAddTreeItem(CompositeEntity parent,
LibItem li)
Create and add the appropriate type of placeholder object to the parent
CompositeEntity that is in the tree model.
|
java.util.Vector<LibItem> |
LibIndex.getPath(LibItem li)
Returns a Vector of LibItems that are the parents of the given LibItem.
|
boolean |
LibIndex.removeItem(LibItem li)
Remove all data from the index database that is associated with the given
Library Item (using the Library Index ID) and all of the data of it's
children.
|