de.unihalle.informatik.Alida.dataio.provider.swing.components
Class ALDSwingComponentCheckBox

java.lang.Object
  extended by de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeReporter
      extended by de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponent
          extended by de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponentCheckBox
All Implemented Interfaces:
java.awt.event.ItemListener, java.util.EventListener

public class ALDSwingComponentCheckBox
extends ALDSwingComponent
implements java.awt.event.ItemListener

Alida-specific Swing component linked to a JCheckBox.

Author:
moeller

Field Summary
protected  javax.swing.JCheckBox compCheckBox
          Associated Swing component.
 
Fields inherited from class de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeReporter
listenerList
 
Constructor Summary
ALDSwingComponentCheckBox()
          Default constructor.
 
Method Summary
 javax.swing.JCheckBox getJComponent()
          Method to request the provider's GUI element.
 void itemStateChanged(java.awt.event.ItemEvent e)
           
 
Methods inherited from class de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeReporter
addValueChangeEventListener, fireALDSwingValueChangeEvent, removeValueChangeEventListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

compCheckBox

protected javax.swing.JCheckBox compCheckBox
Associated Swing component.

Constructor Detail

ALDSwingComponentCheckBox

public ALDSwingComponentCheckBox()
Default constructor.

Method Detail

getJComponent

public javax.swing.JCheckBox getJComponent()
Description copied from class: ALDSwingComponent
Method to request the provider's GUI element.

Specified by:
getJComponent in class ALDSwingComponent
Returns:
Component to be integrated in a graphical user interface.

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Specified by:
itemStateChanged in interface java.awt.event.ItemListener