org.nees.tools.agent.gui
Class RowVector
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.Vector
org.nees.tools.agent.gui.RowVector
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Collection, java.util.List, java.util.RandomAccess, java.io.Serializable
- public class RowVector
- extends java.util.Vector
- See Also:
- Serialized Form
| Fields inherited from class java.util.Vector |
capacityIncrement, elementCount, elementData |
| Fields inherited from class java.util.AbstractList |
modCount |
|
Constructor Summary |
RowVector()
RowVector constructor comment. |
RowVector(int initialCapacity)
RowVector constructor comment. |
RowVector(int initialCapacity,
int capacityIncrement)
RowVector constructor comment. |
RowVector(java.lang.String extension)
RowVector constructor comment. |
| 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 |
PROPERTY_SEPARATOR
public static final java.lang.String PROPERTY_SEPARATOR
- See Also:
- Constant Field Values
FILE_EXTENSION_COLUMN_EXTENSION
public static final java.lang.String FILE_EXTENSION_COLUMN_EXTENSION
- See Also:
- Constant Field Values
FILE_EXTENSION_COLUMN_KEEP_EXTENSION
public static final java.lang.String FILE_EXTENSION_COLUMN_KEEP_EXTENSION
- See Also:
- Constant Field Values
FILE_EXTENSION_COLUMN_POLLING_INTERVAL
public static final java.lang.String FILE_EXTENSION_COLUMN_POLLING_INTERVAL
- See Also:
- Constant Field Values
FILE_EXTENSION_COLUMN_APPEND
public static final java.lang.String FILE_EXTENSION_COLUMN_APPEND
- See Also:
- Constant Field Values
FILE_EXTENSION_COLUMN_BINARY
public static final java.lang.String FILE_EXTENSION_COLUMN_BINARY
- See Also:
- Constant Field Values
FILE_EXTENSION_COLUMN_FAIL_ON_SEQUENCE_GAP
public static final java.lang.String FILE_EXTENSION_COLUMN_FAIL_ON_SEQUENCE_GAP
- See Also:
- Constant Field Values
FILE_EXTENSION_COLUMN_USE_SEQUENCE
public static final java.lang.String FILE_EXTENSION_COLUMN_USE_SEQUENCE
- See Also:
- Constant Field Values
FILE_EXTENSION_COLUMN_EXTENSION_INDEX
public static final int FILE_EXTENSION_COLUMN_EXTENSION_INDEX
- See Also:
- Constant Field Values
FILE_EXTENSION_COLUMN_KEEP_EXTENSION_INDEX
public static final int FILE_EXTENSION_COLUMN_KEEP_EXTENSION_INDEX
- See Also:
- Constant Field Values
FILE_EXTENSION_COLUMN_POLLING_INTERVAL_INDEX
public static final int FILE_EXTENSION_COLUMN_POLLING_INTERVAL_INDEX
- See Also:
- Constant Field Values
FILE_EXTENSION_COLUMN_APPEND_INDEX
public static final int FILE_EXTENSION_COLUMN_APPEND_INDEX
- See Also:
- Constant Field Values
FILE_EXTENSION_COLUMN_BINARY_INDEX
public static final int FILE_EXTENSION_COLUMN_BINARY_INDEX
- See Also:
- Constant Field Values
FILE_EXTENSION_COLUMN_FAIL_ON_SEQUENCE_GAP_INDEX
public static final int FILE_EXTENSION_COLUMN_FAIL_ON_SEQUENCE_GAP_INDEX
- See Also:
- Constant Field Values
FILE_EXTENSION_COLUMN_USE_SEQUENCE_INDEX
public static final int FILE_EXTENSION_COLUMN_USE_SEQUENCE_INDEX
- See Also:
- Constant Field Values
COLUMN_COUNT
public static final int COLUMN_COUNT
- See Also:
- Constant Field Values
RowVector
public RowVector()
- RowVector constructor comment.
RowVector
public RowVector(int initialCapacity)
- RowVector constructor comment.
- Parameters:
initialCapacity - int
RowVector
public RowVector(int initialCapacity,
int capacityIncrement)
- RowVector constructor comment.
- Parameters:
initialCapacity - intcapacityIncrement - int
RowVector
public RowVector(java.lang.String extension)
throws java.lang.Exception
- RowVector constructor comment.
checkExtension
public java.lang.String checkExtension(java.lang.String extension)
throws java.lang.Exception
- Throws:
java.lang.Exception
fillFromToken
public void fillFromToken(java.lang.String x)
throws java.lang.Exception
- Throws:
java.lang.Exception
format
public java.lang.String format()
throws java.lang.Exception
- Throws:
java.lang.Exception
getFileExtensionColumnNames
public static java.util.Vector getFileExtensionColumnNames()
- Returns:
- java.lang.String[]
setFileExtensionColumnNames
public static void setFileExtensionColumnNames(java.util.Vector newFileExtensionColumnNames)
- Parameters:
newFileExtensionColumnNames - java.lang.String[]