public class WorldIndex extends Index
| 修饰符和类型 | 字段 | 说明 |
|---|---|---|
boolean |
showWorkingSet |
是否显示工作组
|
indexed, TYPE_CATEGORY, TYPE_CHILDWORLDS, TYPE_PLUGINS, TYPE_PROJECT, TYPE_PROJECTS, TYPE_THING, TYPE_THINGMANAGER, TYPE_WORKING_SET, TYPE_WORLD| 构造器 | 说明 |
|---|---|
WorldIndex() |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
List<Index> |
getChilds() |
取子索引列表。
|
String |
getDescription() |
取描述。
|
Object |
getIndexObject() |
返回被索引的事物。
|
String |
getLabel() |
取标签。
|
String |
getName() |
取名称。
|
Index |
getParent() |
取索引的父索引。
|
String |
getPath() |
取路径,这个路径是通过World.get(path)可以获取的那个参数路径。
|
List<Index> |
getThingManagerIndexs() |
|
String |
getType() |
返回索引的事物的类型。
|
boolean |
refresh() |
刷新子索引。
|
static void |
sort(List<Index> indexs) |
getIndexById, getIndexId, getInstance, getLastModifiedpublic Object getIndexObject()
IndexgetIndexObject 在类中 Indexpublic String getDescription()
IndexgetDescription 在类中 IndexCopyright © 2018 xworker.org. All rights reserved.