gov.sns.tools.swing
Class TWGridWidget

java.lang.Object
  |
  +--gov.sns.tools.swing.TWGridWidget

public class TWGridWidget
extends java.lang.Object


Field Summary
 gov.sns.tools.swing.TWGridModel MODEL
           
 gov.sns.tools.swing.TWGridView VIEW
           
 
Constructor Summary
protected TWGridWidget(int row, int col)
          Constructor for TWGridWidget.
 
Method Summary
 void addActionListener(java.awt.event.ActionListener[] listeners)
           
 void addActionListener(int row, int col, java.awt.event.ActionListener listener)
           
 int getCol()
           
 int getRow()
           
 double[] getValues()
           
 double getValues(int i)
           
 double getValues(int row, int col)
           
static void main(java.lang.String[] args)
           
protected  void setColumnBoxTitle(java.lang.String[] value)
           
protected  void setDimensions(java.lang.String[] value)
           
protected  void setOuterBoxTitle(java.lang.String value)
           
protected  void setThumbWheelTitle(java.lang.String[] value)
           
 void setValues(double[] value)
           
 void setValues(int i, double value)
           
 void setValues(int row, int col, double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODEL

public final gov.sns.tools.swing.TWGridModel MODEL

VIEW

public final gov.sns.tools.swing.TWGridView VIEW
Constructor Detail

TWGridWidget

protected TWGridWidget(int row,
                       int col)
Constructor for TWGridWidget.

Method Detail

setValues

public void setValues(double[] value)

setValues

public void setValues(int i,
                      double value)

setValues

public void setValues(int row,
                      int col,
                      double value)

getValues

public double[] getValues()

getValues

public double getValues(int i)

getValues

public double getValues(int row,
                        int col)

setDimensions

protected void setDimensions(java.lang.String[] value)

setOuterBoxTitle

protected void setOuterBoxTitle(java.lang.String value)

setColumnBoxTitle

protected void setColumnBoxTitle(java.lang.String[] value)

setThumbWheelTitle

protected void setThumbWheelTitle(java.lang.String[] value)

getRow

public int getRow()

getCol

public int getCol()

addActionListener

public void addActionListener(java.awt.event.ActionListener[] listeners)

addActionListener

public void addActionListener(int row,
                              int col,
                              java.awt.event.ActionListener listener)

main

public static void main(java.lang.String[] args)