Interface IContextBeanInfo

  • All Superinterfaces:
    java.beans.BeanInfo

    public interface IContextBeanInfo
    extends java.beans.BeanInfo
    • Field Summary

      • Fields inherited from interface java.beans.BeanInfo

        ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Class getContext()  
      void setContext​(java.lang.Class ctxClass)  
      • Methods inherited from interface java.beans.BeanInfo

        getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors
    • Method Detail

      • getContext

        java.lang.Class getContext()
      • setContext

        void setContext​(java.lang.Class ctxClass)