|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmf.runtime.common.ui.services.properties.extended.ElementValue
public class ElementValue
Helper class used by dialog cell editors in the Collection Editor. There is a deficiency in Eclipse Table Viewers - they only support one cell editor per column.
Constructor Summary | |
---|---|
ElementValue(java.lang.Object element,
java.lang.Object value)
Constructor for ElementValue. |
Method Summary | |
---|---|
java.lang.Object |
getElement()
Returns the element. |
java.lang.Object |
getValue()
Returns the element's value. |
void |
setValue(java.lang.Object value)
Sets the element's value |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ElementValue(java.lang.Object element, java.lang.Object value)
element
- the elementvalue
- the element's valueMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public java.lang.Object getElement()
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- the value
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.