ptolemy.actor.gui.run
Class PtolemyFormEditor.ColSpanSpinnerModel

java.lang.Object
  extended by javax.swing.AbstractSpinnerModel
      extended by ptolemy.actor.gui.run.PtolemyFormEditor.ColSpanSpinnerModel
All Implemented Interfaces:
javax.swing.SpinnerModel
Enclosing class:
PtolemyFormEditor

private class PtolemyFormEditor.ColSpanSpinnerModel
extends javax.swing.AbstractSpinnerModel

Model for the column span control.


Field Summary
(package private)  java.awt.Component component
           
(package private)  CellConstraints constraints
           
 
Fields inherited from class javax.swing.AbstractSpinnerModel
listenerList
 
Constructor Summary
PtolemyFormEditor.ColSpanSpinnerModel()
           
 
Method Summary
 java.lang.Object getNextValue()
           
 java.lang.Object getPreviousValue()
           
 java.lang.Object getValue()
           
 void setComponent(java.awt.Component component)
           
 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
 

Field Detail

constraints

CellConstraints constraints

component

java.awt.Component component
Constructor Detail

PtolemyFormEditor.ColSpanSpinnerModel

public PtolemyFormEditor.ColSpanSpinnerModel()
Method Detail

setComponent

public void setComponent(java.awt.Component component)

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)