Class JBuilder

java.lang.Object
com.inductiveautomation.rm.swing.shape.JBuilder

public class JBuilder extends Object
A class to build components for JComponentShape.
  • Constructor Details

    • JBuilder

      public JBuilder()
  • Method Details

    • 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 JComponent createComponent(@Nonnull JComponentShape aJcs)
      Creates a component for a JComponentShape.
    • createComponentDeep

      public JComponent createComponentDeep(JComponentShape aJcs)
      Creates a component with children.
    • getButtonGroup

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