Class DefaultVariableElement

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

public class DefaultVariableElement extends org.gvsig.expressionevaluator.swing.spi.AbstractElement
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
    DefaultVariableElement(org.gvsig.expressionevaluator.swing.ExpressionBuilderConfig config, String label, String source, String name, String typeName, String description)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
     

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

    clone, cloneElement, compareTo, dispose, getAditionalPanel, getConfig, getIcon, getIconName, getName, getRenderedValue, 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
  • Constructor Details

    • DefaultVariableElement

      public DefaultVariableElement(org.gvsig.expressionevaluator.swing.ExpressionBuilderConfig config, String label, String source, String name, String typeName, String description)
  • Method Details

    • getSource

      public String getSource()
    • getLabel

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

      public String getTypeName()
    • getDescription

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