类的使用
org.xmeta.Index
-
使用Index的程序包 程序包 说明 org.xmeta org.xmeta.index org.xmeta.util -
-
org.xmeta中Index的使用
返回Index的org.xmeta中的方法 修饰符和类型 方法 说明 static IndexIndex. findIndex(Category category)查找目录的索引。static IndexIndex. findIndex(Thing thing)查找指定模型的索引。static IndexIndex. findIndex(ThingManager thingManager)查找模型管理器的索引。static IndexIndex. getIndex(String type, String path)static IndexIndex. getIndex(Index index, String type, String path)static IndexIndex. getIndexById(String id)通过标识获取索引。static IndexIndex. getInstance()取实例。abstract IndexIndex. getParent()取索引的父索引。返回变量类型为Index的类型的org.xmeta中的方法 修饰符和类型 方法 说明 abstract List<Index>Index. getChilds()取子索引列表。参数类型为Index的org.xmeta中的方法 修饰符和类型 方法 说明 static IndexIndex. getIndex(Index index, String type, String path)static StringIndex. getIndexId(Index index)通过Index生成一个ID,使用这个ID可以通过getIndexById方法获取。 -
org.xmeta.index中Index的使用
org.xmeta.index中Index的子类 修饰符和类型 类 说明 classCategoryIndexclassFileIndexclassParentIndexclassThingIndexIndexclassThingManagerIndexclassWorkingSetIndexclassWorldIndex返回Index的org.xmeta.index中的方法 修饰符和类型 方法 说明 abstract IndexIndexFactory. createIndex(Index parent, Object obj)IndexCategoryIndex. getParent()IndexFileIndex. getParent()IndexParentIndex. getParent()IndexThingIndexIndex. getParent()IndexThingManagerIndex. getParent()IndexWorkingSetIndex. getParent()IndexWorldIndex. getParent()返回变量类型为Index的类型的org.xmeta.index中的方法 修饰符和类型 方法 说明 List<Index>CategoryIndex. getChilds()List<Index>FileIndex. getChilds()List<Index>ParentIndex. getChilds()List<Index>ThingIndexIndex. getChilds()List<Index>ThingManagerIndex. getChilds()List<Index>WorkingSetIndex. getChilds()List<Index>WorldIndex. getChilds()List<Index>WorldIndex. getThingManagerIndexs()参数类型为Index的org.xmeta.index中的方法 修饰符和类型 方法 说明 static voidIndexFactory. addOrRemoveChilds(Index parent, List<Index> childs, List indexObjects, IndexFactory indexFactory, String type)abstract IndexIndexFactory. createIndex(Index parent, Object obj)类型变量类型为Index的org.xmeta.index中的方法参数 修饰符和类型 方法 说明 static voidIndexFactory. addOrRemoveChilds(Index parent, List<Index> childs, List indexObjects, IndexFactory indexFactory, String type)static voidWorldIndex. sort(List<Index> indexs)参数类型为Index的org.xmeta.index中的构造器 构造器 说明 CategoryIndex(Index parent, Category category)FileIndex(Index parent, File file)ParentIndex(Index parent)ThingIndexIndex(Index parent, ThingIndex thing)ThingManagerIndex(Index parent, ThingManager thingManager)WorkingSetIndex(Index parent, Thing thing) -
org.xmeta.util中Index的使用
参数类型为Index的org.xmeta.util中的方法 修饰符和类型 方法 说明 static voidRefactorUtil. getAllThingIndexs(List<Index> thingIndexs, Index index)类型变量类型为Index的org.xmeta.util中的方法参数 修饰符和类型 方法 说明 static voidRefactorUtil. getAllThingIndexs(List<Index> thingIndexs, Index index)
-