Class JBuilder


  • public class JBuilder
    extends java.lang.Object
    A class to build components for JComponentShape.
    • Constructor Detail

      • JBuilder

        public JBuilder()
    • Method Detail

      • getDefault

        public static JBuilder getDefault()
        Returns the default builder.
      • getUseRealClasses

        public boolean getUseRealClasses()
        Returns whether to use real classes if available.
      • setUseRealClasses

        public void setUseRealClasses​(boolean aValue)
        Sets whether to use real classes if available.
      • createComponent

        public javax.swing.JComponent createComponent​(@Nonnull
                                                      JComponentShape aJCS)
        Creates a component for a JComponentShape.
      • createComponentDeep

        public javax.swing.JComponent createComponentDeep​(JComponentShape aJCS)
        Creates a component with children.
      • getButtonGroup

        public javax.swing.ButtonGroup getButtonGroup​(java.lang.String aName)
        Return the button group in this table for the given name (creating if needed).