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
-
MultiColumn(String[], int)
-
-
MultiColumn(String[], int, MultiColumnCallback)
-
-
addItem(String[])
-
-
addItems(String[][])
-
-
clear()
-
-
deleteItem(int)
-
-
getItem(int)
-
-
getRows()
-
-
handleEvent(Event)
-
-
minimumSize()
-
-
mouseDown(Event, int, int)
-
-
mouseDrag(Event, int, int)
-
-
paint(Graphics)
-
-
preferredSize()
-
-
render()
-
-
reshape(int, int, int, int)
-
-
select(int)
-
-
selected()
-
-
update(Graphics)
-
MultiColumn
public MultiColumn(String t[],
int rows)
MultiColumn
public MultiColumn(String t[],
int rows,
MultiColumnCallback c)
addItem
public void addItem(String item[])
addItems
public void addItems(String item[][])
getItem
public String[] getItem(int n)
selected
public int selected()
select
public void select(int index)
deleteItem
public void deleteItem(int n)
clear
public void clear()
reshape
public void reshape(int nx,
int ny,
int nw,
int nh)
- Overrides:
- reshape in class Component
paint
public void paint(Graphics g)
- Overrides:
- paint in class BorderPanel
update
public void update(Graphics g)
- Overrides:
- update in class BorderPanel
render
public void render()
mouseDown
public boolean mouseDown(Event e,
int x,
int y)
- Overrides:
- mouseDown in class Component
mouseDrag
public boolean mouseDrag(Event e,
int x,
int y)
- Overrides:
- mouseDrag in class Component
handleEvent
public boolean handleEvent(Event evt)
- Overrides:
- handleEvent in class Component
getRows
public int getRows()
preferredSize
public Dimension preferredSize()
- Overrides:
- preferredSize in class Container
minimumSize
public Dimension minimumSize()
- Overrides:
- minimumSize in class Container
All Packages Class Hierarchy This Package Previous Next Index