⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 selectable.java

📁 纯java操作系统jnode,安装简单和操作简单的个人使用的Java操作系统
💻 JAVA
字号:
package org.jnode.wt.components;

/**
 * @author kishore
 */
public interface Selectable {
    /**
     * Insert the method's description here.
     * Creation date: (1/28/04 10:08:25 PM)
     */
    public boolean isSelected();

    /**
     * This method is used by ButtonGroup to set itself,
     * just like setParent() method call by Container;
     */
    void setButtonGroup(ButtonGroup bg);

    /**
     * Insert the method's description here.
     * Creation date: (1/28/04 10:08:25 PM)
     */
    public void setSelected(boolean b);
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -