Interface Introspectable

All Known Implementing Classes:
AbstractLinearMarkedFigure, AbstractMarkedWidgetFigure, AbstractRoundRampedFigure, AbstractScaledWidgetFigure, GaugeFigure, IntensityGraphFigure, KnobFigure, MeterFigure, ProgressBarFigure, ScaledSliderFigure, TankFigure, ThermometerFigure

public interface Introspectable
An introspectable object can give its bean information. All CSS widgets in this library must implement this interface.
  • Method Summary

    Modifier and Type Method Description
    java.beans.BeanInfo getBeanInfo()  
  • Method Details

    • getBeanInfo

      java.beans.BeanInfo getBeanInfo() throws java.beans.IntrospectionException
      Throws:
      java.beans.IntrospectionException