|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractCollection | +--java.util.AbstractList | +--java.util.Vector | +--net.quartzware.Entry
Entry Encapsulates the data and function of an entry in the JTable in an EditorWindow This is equivalent to one row in an EditorWindow.
Fields inherited from class java.util.Vector |
capacityIncrement,
elementCount,
elementData |
Fields inherited from class java.util.AbstractList |
modCount |
Constructor Summary | |
Entry(ResBundle parent,
java.lang.String key,
Value val,
java.lang.String comment)
Constructs an Entry from the components of an entry |
Method Summary | |
boolean |
editValue()
This function will allow the user to edit the value in this entry. |
java.lang.String |
getComment()
Returns the unique key name in this entry. |
java.lang.String |
getKey()
Returns the unique key name in this entry. |
ResBundle |
getParent()
Returns a reference to the object which owns this one. |
Value |
getParentValue()
Returns the unique key name in this entry. |
Value |
getValue()
Returns the unique key name in this entry. |
void |
setValue(java.lang.String val)
|
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 |
Constructor Detail |
public Entry(ResBundle parent, java.lang.String key, Value val, java.lang.String comment)
key
- the unique key used to identify this entryval
- the value that this entry will holdcomment
- a comment about the value
PRE: parent, key, val, and comment are not null
POST: This class is createdMethod Detail |
public boolean editValue()
public void setValue(java.lang.String val)
public java.lang.String getKey()
public Value getValue()
public Value getParentValue()
public java.lang.String getComment()
public ResBundle getParent()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |