Class JBuilder
java.lang.Object
com.inductiveautomation.rm.swing.shape.JBuilder
A class to build components for JComponentShape.
-
Constructor Summary
Constructors -
Method Summary
Modifier 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 JBuilder
Returns the default builder.boolean
Returns whether to use real classes if available.void
setUseRealClasses
(boolean aValue) Sets whether to use real classes if available.
-
Constructor Details
-
JBuilder
public JBuilder()
-
-
Method Details
-
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
Creates a component for a JComponentShape. -
createComponentDeep
Creates a component with children. -
getButtonGroup
Return the button group in this table for the given name (creating if needed).
-