public class JDeleteVectorValueObject extends JValueObject
Subclass of JValueObject that represents the deletion of a vector from a list.
| Modifier and Type | Field and Description |
|---|---|
private java.awt.Component |
source |
private java.util.Vector |
vect |
| Constructor and Description |
|---|
JDeleteVectorValueObject(java.awt.Component source,
java.util.Vector vect) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the index of an item operated on in a vector component.
|
int |
getIndex2()
Returns the index of an item operated on in a vector component.
|
java.lang.Object |
getParameter()
Returns an auxiliary value.
|
java.awt.Component |
getSource()
Returns the arlut.csd.JDataComponent GUI component that originated this message.
|
java.lang.Object |
getValue()
Returns the value of the object being affected by this message.
|
java.lang.String |
toString()
Method to get a human-readable description of the event carried
by this object
|
public JDeleteVectorValueObject(java.awt.Component source,
java.util.Vector vect)
public java.awt.Component getSource()
getSource in class JValueObjectpublic java.lang.Object getParameter()
getParameter in class JValueObjectpublic int getIndex()
getIndex in class JValueObjectpublic int getIndex2()
getIndex2 in class JValueObjectpublic java.lang.Object getValue()
getValue in class JValueObjectpublic java.lang.String toString()
toString in class java.lang.Object