public abstract class ALDParameterPanelParent extends ALDSwingValueChangeReporter implements ALDSwingValueChangeListener
ALDParameterPanel.
This class basically enforces the parents to provide a method for accessing operator or object values, respectively, without requiring direct access to the operator or object.
listenerList| Constructor and Description |
|---|
ALDParameterPanelParent() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
getParameterValue(boolean isRequired,
boolean isSupplemental,
ALDParameterDescriptor descr)
Method to allow
ALDParameterPanel to request parameter values. |
addValueChangeEventListener, fireALDSwingValueChangeEvent, removeValueChangeEventListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleValueChangeEventprotected abstract Object getParameterValue(boolean isRequired, boolean isSupplemental, ALDParameterDescriptor descr)
ALDParameterPanel to request parameter values.isRequired - Should be true, if parameter is required.isSupplemental - Should be true, if parameter is supplemental.descr - Descriptor linked to requested parameter.Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.