Package com.actelion.research.gui.swing
Class SwingCheckBox
- java.lang.Object
-
- com.actelion.research.gui.swing.SwingComponent
-
- com.actelion.research.gui.swing.SwingCheckBox
-
- All Implemented Interfaces:
GenericCheckBox
,GenericComponent
,java.awt.event.ActionListener
,java.util.EventListener
public class SwingCheckBox extends SwingComponent implements GenericCheckBox, java.awt.event.ActionListener
-
-
Constructor Summary
Constructors Constructor Description SwingCheckBox(java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
boolean
isSelected()
void
setSelected(boolean b)
-
Methods inherited from class com.actelion.research.gui.swing.SwingComponent
getComponent, getEventConsumer, setEnabled, setEventConsumer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.actelion.research.gui.generic.GenericComponent
getEventConsumer, setEnabled, setEventConsumer
-
-
-
-
Method Detail
-
isSelected
public boolean isSelected()
- Specified by:
isSelected
in interfaceGenericCheckBox
-
setSelected
public void setSelected(boolean b)
- Specified by:
setSelected
in interfaceGenericCheckBox
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
-
-