public class JDeleteValueObject extends JValueObject
Subclass of JValueObject that represents the deletion of an item item in a JstringListBox or the like.
| Modifier and Type | Field and Description |
|---|---|
private java.awt.Component |
source |
private java.lang.Object |
value |
| Constructor and Description |
|---|
JDeleteValueObject(java.awt.Component source,
java.lang.Object value) |
| 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 JDeleteValueObject(java.awt.Component source,
java.lang.Object value)
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