com.swfm.mica.widgets
Class MiTableCells

java.lang.Object
  extended bycom.swfm.mica.util.TypedVector
      extended bycom.swfm.mica.widgets.MiTableCells

public class MiTableCells
extends TypedVector

Version:
%I% %G%
Author:
Michael L. Davis

Constructor Summary
MiTableCells()
           
 
Method Summary
 void add(MiTableCell obj)
           
 void addElement(MiTableCell obj)
           
 MiTableCells appendCells(MiTableCells cells)
           
 boolean contains(MiTableCell obj)
           
 MiTableCell elementAt(int index)
           
 MiTableCell get(int index)
           
 MiTableCell getLastCell()
           
 int indexOf(MiTableCell obj)
           
 void insertElementAt(MiTableCell obj, int index)
           
 MiTableCell lastElement()
           
 boolean removeElement(MiTableCell obj)
           
 void setElementAt(MiTableCell obj, int index)
           
 void setVisible(boolean flag)
           
 
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
 

Constructor Detail

MiTableCells

public MiTableCells()
Method Detail

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)