| java.awt.Panel org.hsqldb.util.Grid
Grid | class Grid extends Panel (Code) | | author: Thomas Mueller (Hypersonic SQL Group) version: 1.8.0 since: Hypersonic SQL |
Constructor Summary | |
public | Grid() |
iRowCount | protected int iRowCount(Code) | | |
Grid | public Grid()(Code) | | Constructor declaration
|
addRow | public void addRow(String[] data)(Code) | | Method declaration
Parameters: data - |
adjustScroll | void adjustScroll()(Code) | | Method declaration
|
getPreferredSize | public Dimension getPreferredSize()(Code) | | Method declaration
|
handleEvent | public boolean handleEvent(Event e)(Code) | | Method declaration
Parameters: e - |
mouseDrag | public boolean mouseDrag(Event e, int x, int y)(Code) | | Method declaration
Parameters: e - Parameters: x - Parameters: y - |
mouseExit | public boolean mouseExit(Event e, int x, int y)(Code) | | Method declaration
Parameters: e - Parameters: x - Parameters: y - |
mouseMove | public boolean mouseMove(Event e, int x, int y)(Code) | | Method declaration
Parameters: e - Parameters: x - Parameters: y - |
paint | public void paint(Graphics g)(Code) | | Method declaration
Parameters: g - |
setBounds | public void setBounds(int x, int y, int w, int h)(Code) | | Method declaration
Parameters: x - Parameters: y - Parameters: w - Parameters: h - |
setHead | public void setHead(String[] head)(Code) | | Method declaration
Parameters: head - |
setMinimumSize | public void setMinimumSize(Dimension d)(Code) | | Method declaration
Parameters: d - |
update | public void update()(Code) | | Method declaration
|
update | public void update(Graphics g)(Code) | | Method declaration
Parameters: g - |
|
|