org.das2.components.propertyeditor
Interface Displayable

All Known Implementing Classes:
AbstractDataSetCache.Entry, AngleSlicerMouseModule, AnnotatorMouseModule, BoxRangeSelectorMouseModule, BoxSelectorMouseModule, BoxZoomMouseModule, ColorBarRepaletteMouseModule, ConstantDataSetDescriptor, ContoursRenderer, CrossHairMouseModule, CutoffMouseModule, DasColorBar.ColorBarRepaletteMouseModule, DasColorBar.Type, DataPointSelectorMouseModule, DataSetDescriptor, DefaultPlotSymbol, DisplayDataMouseModule, DumpToFileMouseModule, EnumerationUnits, FileStorageModelAvailabilityDataSetDescriptor, FillStyle, HorizontalDragRangeSelectorMouseModule, HorizontalRangeSelectorMouseModule, HorizontalRangeTorsionMouseModule, HorizontalSlicerMouseModule, LocationUnits, MendelbrotDataSetDescriptor, MouseModule, MoveComponentMouseModule, NumberUnits, PeakDetectorMouseModule, PolynomialDataSetDescriptor, Psym, PsymConnector, RangeAnnotatorMouseModule, RipplesDataSetDescriptor, SeriesRenderer, SineWaveDataSetDescriptor, SpectrogramRenderer, StackedHistogramRenderer, StackedHistogramRenderer.PeaksIndicator, StreamDataSetDescriptor, SymbolLineRenderer, SymColor, TimeLocationUnits, TimeRangeSelectorMouseModule, Units, VerticalRangeSelectorMouseModule, VerticalSlicerMouseModule, ZoomOutMouseModule, ZoomPanMouseModule

public interface Displayable

Type-safe enumerations that are used as property types that are editable with a PropertyEditor should implement this interface.


Method Summary
 javax.swing.Icon getListIcon()
          An icon can be provided that will be shown in a list along with the textual description of the element.
 java.lang.String getListLabel()
          return a String that will help the user identify this item when choosing from a list.
 

Method Detail

getListLabel

java.lang.String getListLabel()
return a String that will help the user identify this item when choosing from a list.


getListIcon

javax.swing.Icon getListIcon()
An icon can be provided that will be shown in a list along with the textual description of the element. This method should return null if there is no icon available.