Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Runtime

org.eclipse.gmf.runtime.common.ui.services.properties.extended
Class ElementValue

java.lang.Object
  extended by 
org.eclipse.gmf.runtime.common.ui.services.properties.extended.ElementValue

public class ElementValue
extends java.lang.Object

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

ElementValue

public ElementValue(java.lang.Object element,
                    java.lang.Object value)
Constructor for ElementValue.

Parameters:
element - the element
value - the element's value
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

getElement

public java.lang.Object getElement()
Returns the element.

Returns:
Object

getValue

public java.lang.Object getValue()
Returns the element's value.

Returns:
Object

setValue

public void setValue(java.lang.Object value)
Sets the element's value

Parameters:
value - the value

Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire