public static enum MarvinPluginWindowComponent.ComponentType extends Enum<MarvinPluginWindowComponent.ComponentType>
| 枚举常量和说明 |
|---|
COMPONENT_CHECKBOX |
COMPONENT_COMBOBOX |
COMPONENT_IMAGE |
COMPONENT_LABEL |
COMPONENT_MATRIX_PANEL |
COMPONENT_SLIDER |
COMPONENT_TEXTAREA |
COMPONENT_TEXTFIELD |
| 限定符和类型 | 方法和说明 |
|---|---|
static MarvinPluginWindowComponent.ComponentType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MarvinPluginWindowComponent.ComponentType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final MarvinPluginWindowComponent.ComponentType COMPONENT_TEXTFIELD
public static final MarvinPluginWindowComponent.ComponentType COMPONENT_SLIDER
public static final MarvinPluginWindowComponent.ComponentType COMPONENT_COMBOBOX
public static final MarvinPluginWindowComponent.ComponentType COMPONENT_LABEL
public static final MarvinPluginWindowComponent.ComponentType COMPONENT_IMAGE
public static final MarvinPluginWindowComponent.ComponentType COMPONENT_TEXTAREA
public static final MarvinPluginWindowComponent.ComponentType COMPONENT_CHECKBOX
public static final MarvinPluginWindowComponent.ComponentType COMPONENT_MATRIX_PANEL
public static MarvinPluginWindowComponent.ComponentType[] values()
for (MarvinPluginWindowComponent.ComponentType c : MarvinPluginWindowComponent.ComponentType.values()) System.out.println(c);
public static MarvinPluginWindowComponent.ComponentType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2018. All rights reserved.