Class MappedValues


  • public final class MappedValues
    extends java.lang.Object
    A collection of common MappedValue implementations.
    Author:
    kschaefer
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static MappedValue STRING_OR_ICON_ONLY
      A MappedValue that returns either a String or Icon, but not both.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • STRING_OR_ICON_ONLY

        public static final MappedValue STRING_OR_ICON_ONLY
        A MappedValue that returns either a String or Icon, but not both.