📄 selectable.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 + -