| java.awt.Panel org.hsqldb.util.Tree
Tree | class Tree extends Panel (Code) | | author: Thomas Mueller (Hypersonic SQL Group) version: 1.7.0 since: Hypersonic SQL |
Constructor Summary | |
| Tree() |
Tree | Tree()(Code) | | Constructor declaration
|
addRow | public void addRow(String key, String value, String state, int color)(Code) | | Method declaration
Parameters: key - Parameters: value - Parameters: state - Parameters: color - |
addRow | public void addRow(String key, String value)(Code) | | Method declaration
Parameters: key - Parameters: value - |
adjustScroll | void adjustScroll()(Code) | | Method declaration
|
getPreferredSize | public Dimension getPreferredSize()(Code) | | Method declaration
|
handleEvent | public boolean handleEvent(Event e)(Code) | | Method declaration
Parameters: e - |
mouseDown | public boolean mouseDown(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 - |
removeAll | public void removeAll()(Code) | | Method declaration
|
setBounds | public void setBounds(int x, int y, int w, int h)(Code) | | Method declaration
Parameters: x - Parameters: y - Parameters: w - Parameters: h - |
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 - |
|
|