| customitem.Table
Table | public class Table extends CustomItem implements ItemCommandListener(Code) | | version: 2.0 |
Constructor Summary | |
public | Table(String title, Display d) |
commandAction | public void commandAction(Command c, Item i)(Code) | | |
getMinContentHeight | protected int getMinContentHeight()(Code) | | |
getMinContentWidth | protected int getMinContentWidth()(Code) | | |
getPrefContentHeight | protected int getPrefContentHeight(int width)(Code) | | |
getPrefContentWidth | protected int getPrefContentWidth(int height)(Code) | | |
paint | protected void paint(Graphics g, int w, int h)(Code) | | |
traverse | protected boolean traverse(int dir, int viewportWidth, int viewportHeight, int[] visRect_inout)(Code) | | |
|
|