|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
edu.udo.cs.miningmart.gui.stepsettings.ParameterEditor
edu.udo.cs.miningmart.gui.stepsettings.SelectEditor
edu.udo.cs.miningmart.gui.stepsettings.ListSelectEditor
edu.udo.cs.miningmart.gui.stepsettings.ListOneOfValueEditor
An editor and renderer for multi-selections of Values.
The values are constrained by a list.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.DefaultCellEditor |
javax.swing.DefaultCellEditor.EditorDelegate |
| Field Summary |
| Fields inherited from class edu.udo.cs.miningmart.gui.stepsettings.ListSelectEditor |
box, data, selected_data |
| Fields inherited from class edu.udo.cs.miningmart.gui.stepsettings.SelectEditor |
button |
| Fields inherited from class edu.udo.cs.miningmart.gui.stepsettings.ParameterEditor |
app, editable, loopnumber, numberofloops, oldparamcollections, opParam, paramcollections, step |
| Fields inherited from class javax.swing.DefaultCellEditor |
clickCountToStart, delegate, editorComponent |
| Fields inherited from class javax.swing.AbstractCellEditor |
changeEvent, listenerList |
| Constructor Summary | |
ListOneOfValueEditor(MiningMartApplication app,
Step step,
OpParam opParam)
Constructs a new ListOneOfValueEditor. |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
For your own selection you must overwrite this method. |
boolean |
existsOutput()
Checks wether the output exists or not. |
void |
init()
Inits this editor for the current loopnumber. |
| Methods inherited from class edu.udo.cs.miningmart.gui.stepsettings.ListSelectEditor |
getCellEditorValue, getDataItems, getSelectedValues, itemStateChanged, setDataItems, setEditable |
| Methods inherited from class edu.udo.cs.miningmart.gui.stepsettings.ParameterEditor |
addChangeListener, cancelEditing, fireStateChanged, getAllParameterCollections, getChangeListener, getChangeListenerCount, getLoopNumber, getNumberOfLoops, getParameterCollection, getParameterCollection, getTableCellRendererComponent, getTheOpParam, makeOutput, removeAllChangeListener, removeChangeListener, setCollectionsInStep, setLoopNumber, setNumberOfLoops, setParameterCollection, setParameterCollection |
| Methods inherited from class javax.swing.DefaultCellEditor |
cancelCellEditing, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing |
| Methods inherited from class javax.swing.AbstractCellEditor |
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.swing.CellEditor |
addCellEditorListener, removeCellEditorListener |
| Constructor Detail |
public ListOneOfValueEditor(MiningMartApplication app,
Step step,
OpParam opParam)
ListOneOfValueEditor.
| Method Detail |
public void init()
ParameterEditor
init in class ListSelectEditorpublic void actionPerformed(java.awt.event.ActionEvent e)
ListSelectEditor
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class ListSelectEditorActionListener.actionPerformed(ActionEvent)public boolean existsOutput()
ParameterEditorCollections of the old Parameters are null or empty then the ouput doesn't exists.
existsOutput in class ParameterEditor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||