Class DefaultConstantValueElement

java.lang.Object
org.gvsig.expressionevaluator.swing.spi.AbstractElement
org.gvsig.expressionevaluator.swing.impl.elements.DefaultConstantValueElement
All Implemented Interfaces:
Cloneable, Comparable, org.gvsig.expressionevaluator.swing.Element, org.gvsig.expressionevaluator.swing.Element.ConstantElement, org.gvsig.expressionevaluator.swing.Element.SimpleElement, org.gvsig.tools.dispose.Disposable, org.gvsig.tools.lang.Cloneable, org.gvsig.tools.util.LabeledValue

public class DefaultConstantValueElement extends org.gvsig.expressionevaluator.swing.spi.AbstractElement implements org.gvsig.expressionevaluator.swing.Element.ConstantElement
Author:
jjdelcerro
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gvsig.expressionevaluator.swing.Element

    org.gvsig.expressionevaluator.swing.Element.CalculatedElement, org.gvsig.expressionevaluator.swing.Element.ConstantElement, org.gvsig.expressionevaluator.swing.Element.FunctionElement, org.gvsig.expressionevaluator.swing.Element.GroupElement, org.gvsig.expressionevaluator.swing.Element.SimpleElement
  • Field Summary

    Fields inherited from class org.gvsig.expressionevaluator.swing.spi.AbstractElement

    icon, LOGGER
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultConstantValueElement(Object value, String label, String description)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
     
     

    Methods inherited from class org.gvsig.expressionevaluator.swing.spi.AbstractElement

    clone, cloneElement, dispose, getAditionalPanel, getConfig, getIcon, getIconName, getName, getValue, getValues, hasMoreValues, isEnabled, reload, setConfig, setName, toString, used

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.gvsig.tools.lang.Cloneable

    clone

    Methods inherited from interface org.gvsig.tools.dispose.Disposable

    dispose

    Methods inherited from interface org.gvsig.expressionevaluator.swing.Element

    cloneElement, getAditionalPanel, getConfig, getIcon, getIconName, getName, getValues, hasMoreValues, isEnabled, reload, setConfig, used

    Methods inherited from interface org.gvsig.tools.util.LabeledValue

    getValue, toString
  • Constructor Details

    • DefaultConstantValueElement

      public DefaultConstantValueElement(Object value, String label, String description)
  • Method Details

    • getLabel

      public String getLabel()
      Specified by:
      getLabel in interface org.gvsig.tools.util.LabeledValue
      Overrides:
      getLabel in class org.gvsig.expressionevaluator.swing.spi.AbstractElement
    • getRenderedValue

      public String getRenderedValue()
      Specified by:
      getRenderedValue in interface org.gvsig.expressionevaluator.swing.Element
      Overrides:
      getRenderedValue in class org.gvsig.expressionevaluator.swing.spi.AbstractElement
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.gvsig.expressionevaluator.swing.Element
      Overrides:
      getDescription in class org.gvsig.expressionevaluator.swing.spi.AbstractElement
    • compareTo

      public int compareTo(Object other)
      Specified by:
      compareTo in interface Comparable
      Overrides:
      compareTo in class org.gvsig.expressionevaluator.swing.spi.AbstractElement