Forms2OleControlType
内容
[
隐藏
]遗产: java.lang.Object
public class Forms2OleControlType
字段
| 场地 | 描述 | 
|---|---|
| CHECK_BOX | |
| COMBO_BOX | |
| COMMAND_BUTTON | |
| FORM | |
| FRAME | |
| IMAGE | |
| LABEL | |
| LIST_BOX | |
| MULTI_PAGE | |
| OPTION_BUTTON | |
| SCROLL_BAR | |
| SPIN_BUTTON | |
| TAB_STRIP | |
| TEXTBOX | |
| TOGGLE_BUTTON | |
| length | 
方法
CHECK_BOX
public static int CHECK_BOX
COMBO_BOX
public static int COMBO_BOX
COMMAND_BUTTON
public static int COMMAND_BUTTON
FORM
public static int FORM
FRAME
public static int FRAME
IMAGE
public static int IMAGE
LABEL
public static int LABEL
LIST_BOX
public static int LIST_BOX
MULTI_PAGE
public static int MULTI_PAGE
OPTION_BUTTON
public static int OPTION_BUTTON
SCROLL_BAR
public static int SCROLL_BAR
SPIN_BUTTON
public static int SPIN_BUTTON
TAB_STRIP
public static int TAB_STRIP
TEXTBOX
public static int TEXTBOX
TOGGLE_BUTTON
public static int TOGGLE_BUTTON
length
public static int length
equals(Object arg0)
public boolean equals(Object arg0)
参数:
| 范围 | 类型 | 描述 | 
|---|---|---|
| arg0 | java.lang.Object | 
退货: 布尔值
fromName(String forms2OleControlTypeName)
public static int fromName(String forms2OleControlTypeName)
参数:
| 范围 | 类型 | 描述 | 
|---|---|---|
| forms2OleControlTypeName | java.lang.String | 
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int forms2OleControlType)
public static String getName(int forms2OleControlType)
参数:
| 范围 | 类型 | 描述 | 
|---|---|---|
| forms2OleControlType | int | 
退货: java.lang.字符串
getValues()
public static int[] getValues()
退货: 整数[]
hashCode()
public native int hashCode()
退货: 整数
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
退货: java.lang.字符串
toString(int forms2OleControlType)
public static String toString(int forms2OleControlType)
参数:
| 范围 | 类型 | 描述 | 
|---|---|---|
| forms2OleControlType | int | 
退货: java.lang.字符串
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
| 范围 | 类型 | 描述 | 
|---|---|---|
| arg0 | long | 
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
| 范围 | 类型 | 描述 | 
|---|---|---|
| arg0 | long | |
| arg1 | int |