Class JXTaskPaneContainerBeanInfo

java.lang.Object
java.beans.SimpleBeanInfo
org.jdesktop.beans.BeanInfoSupport
org.jdesktop.swingx.JXTaskPaneContainerBeanInfo
All Implemented Interfaces:
BeanInfo

public class JXTaskPaneContainerBeanInfo extends BeanInfoSupport
BeanInfo class for JXTaskPaneContainer.
  • Constructor Details

    • JXTaskPaneContainerBeanInfo

      public JXTaskPaneContainerBeanInfo()
      Constructor for the JXTaskPaneContainerBeanInfo object
  • Method Details

    • initialize

      protected void initialize()
      Description copied from class: BeanInfoSupport
      Called by the constructor during the proper time so that subclasses can override the settings/values for the various beaninfo properties. For example, you could call setDisplayName("Foo Name", "foo") to change the foo properties display name
      Specified by:
      initialize in class BeanInfoSupport