|
||||||||||
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.MiToBo.segmentation.basics.SegmentationInitializerDataIOSwing.SegmentationConfigWin
protected class SegmentationInitializerDataIOSwing.SegmentationConfigWin
Segmentation configuration window.
Field Summary | |
---|---|
protected JFrame |
window
Main frame. |
Fields inherited from class de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeReporter |
---|
listenerList |
Constructor Summary | |
---|---|
protected |
SegmentationInitializerDataIOSwing.SegmentationConfigWin(Field field,
Class<?> cl,
Object obj,
de.unihalle.informatik.Alida.operator.ALDParameterDescriptor descr)
Default constructor. |
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent e)
|
protected void |
disableComponent()
Deactivates the configuration window to prohibit value changes. |
protected void |
dispose()
Disposes this window and all sub-components. |
protected void |
enableComponent()
Reactivates the configuration window to allow for value changes. |
protected SegmentationInitializer.InputMode |
getCurrentMode()
Extracts currently selected mode, i.e. data source. |
void |
handleValueChangeEvent(de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeEvent event)
|
protected SegmentationInitializer |
readData(Field field,
Class<?> cl)
Extracts current data. |
protected void |
setValue(Object value)
Updates current initializer configuration. |
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 JFrame window
Constructor Detail |
---|
protected SegmentationInitializerDataIOSwing.SegmentationConfigWin(Field field, Class<?> cl, Object obj, de.unihalle.informatik.Alida.operator.ALDParameterDescriptor descr) throws de.unihalle.informatik.Alida.exceptions.ALDDataIOException
field
- Field to specify input data objects.cl
- Class of collection elements.obj
- Initial value of collection.descr
- Optional descriptor for additional information.
de.unihalle.informatik.Alida.exceptions.ALDDataIOException
Method Detail |
---|
protected SegmentationInitializer readData(Field field, Class<?> cl) throws de.unihalle.informatik.Alida.exceptions.ALDDataIOException, de.unihalle.informatik.Alida.exceptions.ALDOperatorException
field
- Field.cl
- Class.
de.unihalle.informatik.Alida.exceptions.ALDDataIOException
de.unihalle.informatik.Alida.exceptions.ALDOperatorException
protected SegmentationInitializer.InputMode getCurrentMode()
protected void setValue(Object value) throws de.unihalle.informatik.Alida.exceptions.ALDDataIOException
value
- New value.
de.unihalle.informatik.Alida.exceptions.ALDDataIOException
protected void disableComponent()
protected void enableComponent()
protected void dispose()
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void handleValueChangeEvent(de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeEvent event)
handleValueChangeEvent
in interface de.unihalle.informatik.Alida.dataio.provider.swing.events.ALDSwingValueChangeListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |