<h2>org.das2.components.propertyeditor.Enumeration</h2><p>Type-safe enumerations that are used as property types
 that are editable with a PropertyEditor should
 implement this interface.</p>
<hr>
<a name="getListIcon"></a>
<h2>getListIcon</h2>
getListIcon(  ) &rarr; <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/javax/swing/Icon.html'>javax.swing.Icon</a>

<p>An icon can be provided that will be shown in a list
 along with the textual description of the element.
 This method should return <code>null</code> if there
 is no icon available.</p>

<h3>Returns:</h3>
the icon
<br><br>
<a href="https://github.com/autoplot/dev/search?q=getListIcon&unscoped_q=getListIcon">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/components/propertyeditor/Enumeration.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/components/propertyeditor/Enumeration.html#getListIcon">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/components/propertyeditor/Enumeration.java">[view source]</a>
<br>
<br>
<hr>
<a name="toString"></a>
<h2>toString</h2>
toString(  ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a>

<p>Type-safe Enumerations implementing this interface
 should override the toString() method to return a
 <code>String</code> that will be helpful to the user
 when choosing this as an option from a list.</p>

<h3>Returns:</h3>
a concise string representation
<br><br>
<a href="https://github.com/autoplot/dev/search?q=toString&unscoped_q=toString">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/components/propertyeditor/Enumeration.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/components/propertyeditor/Enumeration.html#toString">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/components/propertyeditor/Enumeration.java">[view source]</a>
<br>
<br>