All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vt.cs.widgets.MultiColumn

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----vt.cs.widgets.BorderPanel
                                   |
                                   +----vt.cs.widgets.MultiColumn

public class MultiColumn
extends BorderPanel

Constructor Index

 o MultiColumn(String[], int)
 o MultiColumn(String[], int, MultiColumnCallback)

Method Index

 o addItem(String[])
 o addItems(String[][])
 o clear()
 o deleteItem(int)
 o getItem(int)
 o getRows()
 o handleEvent(Event)
 o minimumSize()
 o mouseDown(Event, int, int)
 o mouseDrag(Event, int, int)
 o paint(Graphics)
 o preferredSize()
 o render()
 o reshape(int, int, int, int)
 o select(int)
 o selected()
 o update(Graphics)

Constructors

 o MultiColumn
  public MultiColumn(String t[],
                     int rows)
 o MultiColumn
  public MultiColumn(String t[],
                     int rows,
                     MultiColumnCallback c)

Methods

 o addItem
  public void addItem(String item[])
 o addItems
  public void addItems(String item[][])
 o getItem
  public String[] getItem(int n)
 o selected
  public int selected()
 o select
  public void select(int index)
 o deleteItem
  public void deleteItem(int n)
 o clear
  public void clear()
 o reshape
  public void reshape(int nx,
                      int ny,
                      int nw,
                      int nh)
Overrides:
reshape in class Component
 o paint
  public void paint(Graphics g)
Overrides:
paint in class BorderPanel
 o update
  public void update(Graphics g)
Overrides:
update in class BorderPanel
 o render
  public void render()
 o mouseDown
  public boolean mouseDown(Event e,
                           int x,
                           int y)
Overrides:
mouseDown in class Component
 o mouseDrag
  public boolean mouseDrag(Event e,
                           int x,
                           int y)
Overrides:
mouseDrag in class Component
 o handleEvent
  public boolean handleEvent(Event evt)
Overrides:
handleEvent in class Component
 o getRows
  public int getRows()
 o preferredSize
  public Dimension preferredSize()
Overrides:
preferredSize in class Container
 o minimumSize
  public Dimension minimumSize()
Overrides:
minimumSize in class Container

All Packages  Class Hierarchy  This Package  Previous  Next  Index