public class OdsxMeasurementCreatePaneValue extends FwkDialogPaneValue
,
Serialized FormgetHt, ident, propertyChange, setHt, version
Constructor and Description |
---|
OdsxMeasurementCreatePaneValue()
The default construtor.
|
Modifier and Type | Method and Description |
---|---|
FwkDialogPaneValueInterface |
getAttributeEditorValue()
Get the attribute editor value.
|
FwkDialogPaneValueInterface |
getColumnAssignmentValue()
Get the column assignment value.
|
static void |
main(java.lang.String[] args)
The Main Body to test the class.
|
void |
setAttributeEditorValue(FwkDialogPaneValueInterface editorValue)
Set the attribute editor value.
|
void |
setColumnAssignmentValue(FwkDialogPaneValueInterface assignmentValue)
Set the column assignment value.
|
addPropertyChangeListener, addPropertyChangeListener, entrySet, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getIdent, getProperties, getProperty, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, getVersion, isPropertyChangeEventSuspended, release, removePropertyChangeListener, removePropertyChangeListener, setIdent, setProperties, setProperty, setSource, suspendPropertyChangeEvents, toString
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
public OdsxMeasurementCreatePaneValue()
public void setAttributeEditorValue(FwkDialogPaneValueInterface editorValue)
editorValue
- the value returned by the attribute editorpublic FwkDialogPaneValueInterface getAttributeEditorValue()
public void setColumnAssignmentValue(FwkDialogPaneValueInterface assignmentValue)
assignmentValue
- the value returned by the column assignment panel.public FwkDialogPaneValueInterface getColumnAssignmentValue()
public static void main(java.lang.String[] args)