com.swfm.mica.widgets
Class MiTableCells
java.lang.Object
com.swfm.mica.util.TypedVector
com.swfm.mica.widgets.MiTableCells
- public class MiTableCells
- extends TypedVector
- Version:
- %I% %G%
- Author:
- Michael L. Davis
| Methods inherited from class com.swfm.mica.util.TypedVector |
append, append, append, equals, hashCode, indexOf, removeAll, removeAllElements, removeElementAt, size, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
MiTableCells
public MiTableCells()
setVisible
public void setVisible(boolean flag)
getLastCell
public MiTableCell getLastCell()
appendCells
public MiTableCells appendCells(MiTableCells cells)
get
public MiTableCell get(int index)
elementAt
public MiTableCell elementAt(int index)
lastElement
public MiTableCell lastElement()
addElement
public void addElement(MiTableCell obj)
add
public void add(MiTableCell obj)
insertElementAt
public void insertElementAt(MiTableCell obj,
int index)
setElementAt
public void setElementAt(MiTableCell obj,
int index)
removeElement
public boolean removeElement(MiTableCell obj)
indexOf
public int indexOf(MiTableCell obj)
contains
public boolean contains(MiTableCell obj)