|
||||||||
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.ALDSwingComponentComboBox
public class ALDSwingComponentComboBox
Alida-specific Swing component linked to a JComboBox
.
Field Summary | |
---|---|
protected javax.swing.JComboBox |
compComboBox
Associated Swing component. |
Fields inherited from class de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeReporter |
---|
listenerList |
Constructor Summary | |
---|---|
ALDSwingComponentComboBox()
Default constructor. |
|
ALDSwingComponentComboBox(java.lang.String[] entries)
Default constructor. |
|
ALDSwingComponentComboBox(java.util.Vector<?> entries)
Default constructor. |
Method Summary | |
---|---|
javax.swing.JComboBox |
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.JComboBox compComboBox
Constructor Detail |
---|
public ALDSwingComponentComboBox()
public ALDSwingComponentComboBox(java.lang.String[] entries)
public ALDSwingComponentComboBox(java.util.Vector<?> entries)
Method Detail |
---|
public javax.swing.JComboBox getJComponent()
ALDSwingComponent
getJComponent
in class ALDSwingComponent
public void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged
in interface java.awt.event.ItemListener
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |