Package editor.util

Interface ILabel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int OPEN  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName()
      A human readable name, typically displayed as a caption.
      javax.swing.Icon getIcon​(int iTypeFlags)
      Supplies an icon for this label
    • Method Detail

      • getDisplayName

        java.lang.String getDisplayName()
        A human readable name, typically displayed as a caption.
      • getIcon

        javax.swing.Icon getIcon​(int iTypeFlags)
        Supplies an icon for this label
        Parameters:
        iTypeFlags - one flag specifying the requested icon's type
        Returns:
        an icon for this label
        See Also:
        BeanInfo.ICON_COLOR_16x16, BeanInfo.ICON_MONO_16x16, BeanInfo.ICON_COLOR_32x32, BeanInfo.ICON_MONO_32x32, OPEN