Class RowHeader

java.lang.Object
  |
  +--java.awt.Component
        |
        +--gui.TableBean
              |
              +--RowHeader

public class RowHeader
extends TableBean

See Also:
Serialized Form

Field Summary
protected  int topRow
           
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Constructor Summary
RowHeader(int viewHeight)
           
 
Method Summary
 java.lang.String getTableValue(int c, int r)
           
 void setTableValue(int c, int r, java.lang.String s)
           
 void setTopRow(int topRow)
           
 
Methods inherited from class gui.TableBean
addPropertyChangeListener, addTableListener, clearTableValue, getAdapter, getBackground, getColumnWidth, getFont, getForeground, getNumColumns, getNumRows, getPreferredSize, getRowHeight, getSelectedRegion, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, paint, redraw, removePropertyChangeListener, removeTableListener, setAdapter, setBackground, setColumnWidth, setFont, setForeground, setNumColumns, setNumRows, setRowHeight, setSelectedRegion, setSelectedRegion
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addNotify, addPropertyChangeListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, deliverEvent, disable, disableEvents, dispatchEvent, doLayout, enable, enable, enableEvents, enableInputMethods, firePropertyChange, getAlignmentX, getAlignmentY, getBounds, getBounds, getColorModel, getComponentAt, getComponentAt, getComponentOrientation, getCursor, getDropTarget, getFontMetrics, getGraphics, getHeight, getInputContext, getInputMethodRequests, getLocale, getLocation, getLocation, getLocationOnScreen, getMaximumSize, getMinimumSize, getName, getParent, getPeer, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, invalidate, isDisplayable, isDoubleBuffered, isEnabled, isFocusTraversable, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, layout, list, list, list, list, list, locate, location, lostFocus, minimumSize, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, paramString, postEvent, preferredSize, prepareImage, prepareImage, print, printAll, processComponentEvent, processEvent, processFocusEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, remove, removeComponentListener, removeFocusListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeNotify, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, reshape, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, update, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

topRow

protected int topRow
Constructor Detail

RowHeader

public RowHeader(int viewHeight)
Method Detail

setTableValue

public void setTableValue(int c,
                          int r,
                          java.lang.String s)
Overrides:
setTableValue in class TableBean

getTableValue

public java.lang.String getTableValue(int c,
                                      int r)
Overrides:
getTableValue in class TableBean

setTopRow

public void setTopRow(int topRow)