com.rapidminer.gui.properties
Class CompatibilityLevelSpinnerModel

java.lang.Object
  extended by javax.swing.AbstractSpinnerModel
      extended by com.rapidminer.gui.properties.CompatibilityLevelSpinnerModel
All Implemented Interfaces:
javax.swing.SpinnerModel

public class CompatibilityLevelSpinnerModel
extends javax.swing.AbstractSpinnerModel

Displays the OperatorVersions as returned by Operator.getIncompatibleVersionChanges(). and Operator.getCompatibilityLevel().

Author:
Simon Fischer

Field Summary
 
Fields inherited from class javax.swing.AbstractSpinnerModel
listenerList
 
Constructor Summary
CompatibilityLevelSpinnerModel()
           
 
Method Summary
 java.lang.Object getNextValue()
           
 java.lang.Object getPreviousValue()
           
 java.lang.Object getValue()
           
protected  void setOperator(Operator operator)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class javax.swing.AbstractSpinnerModel
addChangeListener, fireStateChanged, getChangeListeners, getListeners, removeChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompatibilityLevelSpinnerModel

public CompatibilityLevelSpinnerModel()
Method Detail

setOperator

protected void setOperator(Operator operator)

getNextValue

public java.lang.Object getNextValue()

getPreviousValue

public java.lang.Object getPreviousValue()

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)


Copyright © 2001-2009 by Rapid-I