Uses of Class
java.awt.Checkbox
-
Packages that use Checkbox 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。 -
-
Uses of Checkbox in java.awt
Methods in java.awt that return Checkbox Modifier and Type 方法 描述 CheckboxCheckboxGroup. getCurrent()已过时。从JDK 1.1版开始,替换为getSelectedCheckbox()。CheckboxCheckboxGroup. getSelectedCheckbox()从此复选框组获取当前选择。Methods in java.awt with parameters of type Checkbox Modifier and Type 方法 描述 voidCheckboxGroup. setCurrent(Checkbox box)已过时。从JDK 1.1版开始,由setSelectedCheckbox(Checkbox)替代。voidCheckboxGroup. setSelectedCheckbox(Checkbox box)Sets the currently selected check box in this group to be the specified check box.
-