org.nees.tools.agent.gui
Class StatusTableRowVector

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.Vector
              extended byorg.nees.tools.agent.gui.StatusTableRowVector
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.util.RandomAccess, java.io.Serializable

public class StatusTableRowVector
extends java.util.Vector

Represents a single row in the status panel table.

See Also:
Serialized Form

Field Summary
static int COLUMN_COUNT
           
protected static java.util.Vector columnNames
           
static int COUNT_INDEX
           
static java.lang.String COUNT_TITLE
           
static int EXTENSION_INDEX
           
static java.lang.String EXTENSION_TITLE
           
static int FILE_NAME_INDEX
           
static java.lang.String FILE_NAME_TITLE
           
static int SIZE_INDEX
           
static java.lang.String SIZE_TITLE
           
static int STATUS_INDEX
           
static java.lang.String STATUS_TITLE
           
static int TIME_INDEX
           
static java.lang.String TIME_TITLE
           
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
StatusTableRowVector()
          StatusPanelRowVector constructor comment.
StatusTableRowVector(int initialCapacity)
          StatusPanelRowVector constructor comment.
StatusTableRowVector(int initialCapacity, int capacityIncrement)
          StatusPanelRowVector constructor comment.
StatusTableRowVector(TransferProgressEvent tpe, javax.swing.Timer timer)
          StatusPanelRowVector constructor comment.
 
Method Summary
 void close()
          clean up anything as a prelude to removing this from the table.
static java.util.Vector getColumnNames()
           
protected  TransferProgressEvent getTPE()
           
 UploadBean getUploadBean()
           
static void setColumnNames(java.util.Vector newColumnNames)
           
protected  void setup(TransferProgressEvent event)
           
 void stop()
           
protected  void update(TransferProgressEvent event)
           
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Field Detail

FILE_NAME_TITLE

public static java.lang.String FILE_NAME_TITLE

FILE_NAME_INDEX

public static int FILE_NAME_INDEX

EXTENSION_TITLE

public static java.lang.String EXTENSION_TITLE

EXTENSION_INDEX

public static int EXTENSION_INDEX

COUNT_TITLE

public static java.lang.String COUNT_TITLE

COUNT_INDEX

public static int COUNT_INDEX

SIZE_TITLE

public static java.lang.String SIZE_TITLE

SIZE_INDEX

public static int SIZE_INDEX

STATUS_TITLE

public static java.lang.String STATUS_TITLE

STATUS_INDEX

public static int STATUS_INDEX

TIME_TITLE

public static java.lang.String TIME_TITLE

TIME_INDEX

public static int TIME_INDEX

COLUMN_COUNT

public static int COLUMN_COUNT

columnNames

protected static java.util.Vector columnNames
Constructor Detail

StatusTableRowVector

public StatusTableRowVector()
StatusPanelRowVector constructor comment.


StatusTableRowVector

public StatusTableRowVector(int initialCapacity)
StatusPanelRowVector constructor comment.

Parameters:
initialCapacity - int

StatusTableRowVector

public StatusTableRowVector(int initialCapacity,
                            int capacityIncrement)
StatusPanelRowVector constructor comment.

Parameters:
initialCapacity - int
capacityIncrement - int

StatusTableRowVector

public StatusTableRowVector(TransferProgressEvent tpe,
                            javax.swing.Timer timer)
                     throws java.lang.Exception
StatusPanelRowVector constructor comment.

Method Detail

close

public void close()
clean up anything as a prelude to removing this from the table.


getColumnNames

public static java.util.Vector getColumnNames()
Returns:
java.util.Vector

getTPE

protected TransferProgressEvent getTPE()
Returns:
org.nees.tools.scraper.events.TransferProgressEvent

getUploadBean

public UploadBean getUploadBean()

setColumnNames

public static void setColumnNames(java.util.Vector newColumnNames)
Parameters:
newColumnNames - java.util.Vector

setup

protected void setup(TransferProgressEvent event)
              throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop()

update

protected void update(TransferProgressEvent event)
               throws java.lang.Exception
Throws:
java.lang.Exception