|
||||||||
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.ALDSwingComponentLabel
public class ALDSwingComponentLabel
Alida-specific Swing component linked to a JLabel
.
Field Summary | |
---|---|
protected javax.swing.JLabel |
compLabel
Associated Swing component. |
Fields inherited from class de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeReporter |
---|
listenerList |
Constructor Summary | |
---|---|
ALDSwingComponentLabel(java.lang.String labelText)
Default constructor. |
Method Summary | |
---|---|
javax.swing.JLabel |
getJComponent()
Method to request the provider's GUI element. |
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.JLabel compLabel
Constructor Detail |
---|
public ALDSwingComponentLabel(java.lang.String labelText)
labelText
- Text for the label.Method Detail |
---|
public javax.swing.JLabel getJComponent()
ALDSwingComponent
getJComponent
in class ALDSwingComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |