Class JBuilder
java.lang.Object
com.inductiveautomation.rm.swing.shape.JBuilder
A class to build components for JComponentShape.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionCreates a component for a JComponentShape.Creates a component with children.getButtonGroup(String aName) Return the button group in this table for the given name (creating if needed).static JBuilderReturns the default builder.booleanReturns whether to use real classes if available.voidsetUseRealClasses(boolean aValue) Sets whether to use real classes if available.
- 
Constructor Details- 
JBuilderpublic JBuilder()
 
- 
- 
Method Details- 
getDefaultReturns 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.
- 
createComponentCreates a component for a JComponentShape.
- 
createComponentDeepCreates a component with children.
- 
getButtonGroupReturn the button group in this table for the given name (creating if needed).
 
-