| 程序包 | 说明 |
|---|---|
| org.xmeta | |
| org.xmeta.index | |
| org.xmeta.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static Index |
Index.getIndexById(String id)
通过标识获取索引。
|
static Index |
Index.getInstance()
取实例。
|
abstract Index |
Index.getParent()
取索引的父索引。
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract List<Index> |
Index.getChilds()
取子索引列表。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
Index.getIndexId(Index index)
通过Index生成一个ID,使用这个ID可以通过getIndexById方法获取。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CategoryIndex |
class |
ThingIndexIndex |
class |
ThingManagerIndex |
class |
WorkingSetIndex |
class |
WorldIndex |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract Index |
IndexFactory.createIndex(Index parent,
Object obj) |
Index |
WorldIndex.getParent() |
Index |
WorkingSetIndex.getParent() |
Index |
ThingManagerIndex.getParent() |
Index |
ThingIndexIndex.getParent() |
Index |
CategoryIndex.getParent() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Index> |
WorldIndex.getChilds() |
List<Index> |
WorkingSetIndex.getChilds() |
List<Index> |
ThingManagerIndex.getChilds() |
List<Index> |
ThingIndexIndex.getChilds() |
List<Index> |
CategoryIndex.getChilds() |
List<Index> |
WorldIndex.getThingManagerIndexs() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
IndexFactory.addOrRemoveChilds(Index parent,
List<Index> childs,
List indexObjects,
IndexFactory indexFactory,
String type) |
abstract Index |
IndexFactory.createIndex(Index parent,
Object obj) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
IndexFactory.addOrRemoveChilds(Index parent,
List<Index> childs,
List indexObjects,
IndexFactory indexFactory,
String type) |
static void |
WorldIndex.sort(List<Index> indexs) |
| 构造器和说明 |
|---|
CategoryIndex(Index parent,
Category category) |
ThingIndexIndex(Index parent,
ThingIndex thing) |
ThingManagerIndex(Index parent,
ThingManager thingManager) |
WorkingSetIndex(Index parent,
Thing thing) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
RefactorUtil.getAllThingIndexs(List<Index> thingIndexs,
Index index) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
RefactorUtil.getAllThingIndexs(List<Index> thingIndexs,
Index index) |
Copyright © 2016 xworker.org. All rights reserved.