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 voidactionPerformed(java.awt.event.ActionEvent e)booleanisSelected()voidsetSelected(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:
isSelectedin interfaceGenericCheckBox
-
setSelected
public void setSelected(boolean b)
- Specified by:
setSelectedin interfaceGenericCheckBox
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
-