Class JBuilder
- java.lang.Object
- 
- com.inductiveautomation.rm.swing.shape.JBuilder
 
- 
 public class JBuilder extends java.lang.ObjectA class to build components for JComponentShape.
- 
- 
Constructor SummaryConstructors Constructor Description JBuilder()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentcreateComponent(JComponentShape aJcs)Creates a component for a JComponentShape.javax.swing.JComponentcreateComponentDeep(JComponentShape aJcs)Creates a component with children.javax.swing.ButtonGroupgetButtonGroup(java.lang.String aName)Return the button group in this table for the given name (creating if needed).static JBuildergetDefault()Returns the default builder.booleangetUseRealClasses()Returns whether to use real classes if available.voidsetUseRealClasses(boolean aValue)Sets whether to use real classes if available.
 
- 
- 
- 
Method Detail- 
getDefaultpublic static JBuilder getDefault() Returns the default builder.
 - 
getUseRealClassespublic boolean getUseRealClasses() Returns whether to use real classes if available.
 - 
setUseRealClassespublic void setUseRealClasses(boolean aValue) Sets whether to use real classes if available.
 - 
createComponentpublic javax.swing.JComponent createComponent(@Nonnull JComponentShape aJcs)Creates a component for a JComponentShape.
 - 
createComponentDeeppublic javax.swing.JComponent createComponentDeep(JComponentShape aJcs) Creates a component with children.
 - 
getButtonGrouppublic javax.swing.ButtonGroup getButtonGroup(java.lang.String aName) Return the button group in this table for the given name (creating if needed).
 
- 
 
-