org.nees.tools.agent.gui
Class StatusTableRowVector
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.Vector
org.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
| Fields inherited from class java.util.Vector |
capacityIncrement, elementCount, elementData |
| Fields inherited from class java.util.AbstractList |
modCount |
| 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 |
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
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 - intcapacityIncrement - int
StatusTableRowVector
public StatusTableRowVector(TransferProgressEvent tpe,
javax.swing.Timer timer)
throws java.lang.Exception
- StatusPanelRowVector constructor comment.
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