|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeReporter
de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponent
de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDSwingComponentCheckBox
public class ALDSwingComponentCheckBox
Alida-specific Swing component linked to a JCheckBox
.
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 | |
---|---|
void |
disableComponent()
Method to disable the component, i.e. all graphical elements, to prohibit parameter changes. |
void |
dispose()
Releases all resources, i.e. closes all sub-windows. |
void |
enableComponent()
Method to enable the component with all graphical elements again. |
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 |
---|
protected javax.swing.JCheckBox compCheckBox
Constructor Detail |
---|
public ALDSwingComponentCheckBox()
Method Detail |
---|
public javax.swing.JCheckBox getJComponent()
ALDSwingComponent
getJComponent
in class ALDSwingComponent
public void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged
in interface java.awt.event.ItemListener
public void disableComponent()
ALDSwingComponent
disableComponent
in class ALDSwingComponent
public void enableComponent()
ALDSwingComponent
enableComponent
in class ALDSwingComponent
public void dispose()
ALDSwingComponent
dispose
in class ALDSwingComponent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |