public class PluginOperatorInfo extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PluginOperatorInfo.OperatorType
操作类型
|
| 构造器和说明 |
|---|
PluginOperatorInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
PluginOperatorInfo.OperatorType |
getOperatorType() |
void |
setLock(boolean isLock)
主要用于锁定或者解锁。
|
void |
setOperatorType(PluginOperatorInfo.OperatorType operatorType)
设置操作类型
|
public void setOperatorType(PluginOperatorInfo.OperatorType operatorType)
operatorType - 操作类型public void setLock(boolean isLock)
isLock - 是否锁定。true 锁定, false 解锁public PluginOperatorInfo.OperatorType getOperatorType()
Copyright © 2019. All rights reserved.