org.hsqldb.util
Class Grid

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Panel
                    |
                    +--org.hsqldb.util.Grid

public class Grid
extends Panel


Inner classes inherited from class java.awt.Panel
Panel.AccessibleAWTPanel

Fields inherited from class java.awt.Component
TOP_ALIGNMENT, CENTER_ALIGNMENT, BOTTOM_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT

Constructor Summary
Grid()
           

Method Summary
 voidaddRow(java.lang.String[] )
           
 (package private) voidadjustScroll()
           
 (package private) java.util.VectorgetData()
           
 (package private) java.lang.String[]getHead()
           
 java.awt.DimensiongetMinimumSize()
           
 java.awt.DimensiongetPreferredSize()
           
 booleanhandleEvent(java.awt.Event )
           
 java.awt.DimensionminimumSize()
           
 booleanmouseDrag(java.awt.Event , int , int )
           
 booleanmouseExit(java.awt.Event , int , int )
           
 booleanmouseMove(java.awt.Event , int , int )
           
 voidpaint(java.awt.Graphics )
           
 java.awt.DimensionpreferredSize()
           
 voidreshape(int , int , int , int )
           
 voidsetHead(java.lang.String[] )
           
 voidsetMinimumSize(java.awt.Dimension )
           
 voidupdate()
           
 voidupdate(java.awt.Graphics )
           

Methods inherited from class java.awt.Panel
addNotify, getAccessibleContext

Methods inherited from class java.awt.Container
getComponentCount, countComponents, getComponent, getComponents, getInsets, insets, add, add, add, add, add, remove, remove, removeAll, getLayout, setLayout, doLayout, layout, invalidate, validate, setFont, getMaximumSize, getAlignmentX, getAlignmentY, print, paintComponents, printComponents, addContainerListener, removeContainerListener, getListeners, deliverEvent, getComponentAt, locate, getComponentAt, findComponentAt, findComponentAt, removeNotify, isAncestorOf, list, list

Methods inherited from class java.awt.Component
getName, setName, getParent, getPeer, setDropTarget, getDropTarget, getGraphicsConfiguration, getTreeLock, getToolkit, isValid, isDisplayable, isVisible, isShowing, isEnabled, setEnabled, enable, enable, disable, isDoubleBuffered, enableInputMethods, setVisible, show, show, hide, getForeground, setForeground, getBackground, setBackground, getFont, getLocale, setLocale, getColorModel, getLocation, getLocationOnScreen, location, setLocation, move, setLocation, getSize, size, setSize, resize, setSize, resize, getBounds, bounds, setBounds, setBounds, getX, getY, getWidth, getHeight, getBounds, getSize, getLocation, isOpaque, isLightweight, getGraphics, getFontMetrics, setCursor, getCursor, paintAll, repaint, repaint, repaint, repaint, printAll, imageUpdate, createImage, createImage, prepareImage, prepareImage, checkImage, checkImage, contains, inside, contains, dispatchEvent, postEvent, addComponentListener, removeComponentListener, addFocusListener, removeFocusListener, addHierarchyListener, removeHierarchyListener, addHierarchyBoundsListener, removeHierarchyBoundsListener, addKeyListener, removeKeyListener, addMouseListener, removeMouseListener, addMouseMotionListener, removeMouseMotionListener, addInputMethodListener, removeInputMethodListener, getInputMethodRequests, getInputContext, mouseDown, mouseUp, mouseEnter, keyDown, keyUp, action, gotFocus, lostFocus, isFocusTraversable, requestFocus, transferFocus, nextFocus, hasFocus, add, remove, toString, list, list, list, addPropertyChangeListener, removePropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, setComponentOrientation, getComponentOrientation

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

Grid

public Grid()
Method Detail

addRow

public void addRow(java.lang.String[] )

adjustScroll

void adjustScroll()

getData

java.util.Vector getData()

getHead

java.lang.String[] getHead()

getMinimumSize

public java.awt.Dimension getMinimumSize()

getPreferredSize

public java.awt.Dimension getPreferredSize()

handleEvent

public boolean handleEvent(java.awt.Event )

minimumSize

public java.awt.Dimension minimumSize()

mouseDrag

public boolean mouseDrag(java.awt.Event , int , int )

mouseExit

public boolean mouseExit(java.awt.Event , int , int )

mouseMove

public boolean mouseMove(java.awt.Event , int , int )

paint

public void paint(java.awt.Graphics )

preferredSize

public java.awt.Dimension preferredSize()

reshape

public void reshape(int , int , int , int )

setHead

public void setHead(java.lang.String[] )

setMinimumSize

public void setMinimumSize(java.awt.Dimension )

update

public void update()

update

public void update(java.awt.Graphics )